Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PECO-1387] mv/st: Fix typo in #555 #558

Merged
merged 1 commit into from
Jan 19, 2024
Merged

[PECO-1387] mv/st: Fix typo in #555 #558

merged 1 commit into from
Jan 19, 2024

Conversation

susodapop
Copy link

Description

This is a follow-up to #555 to fix a typo in connections.py. I have confirmed that this PR now passes the TestMaterializedView tests. The value of self._cursor.connection.thrift_backend._auth_provider._header_factory is a callable which is instantiated by BearerAuth and returns a dictionary. So we don't need to call it from connections.py.

No addition to the changelog since the previous PR hasn't been released yet.

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section.

Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
@benc-db benc-db merged commit d62231d into main Jan 19, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants