Skip to content

Commit

Permalink
[PECO-1387] mv/st: Fix typo in #555 (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db authored Jan 19, 2024
2 parents 215c936 + 7c6c06f commit d62231d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/databricks/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def pollRefreshPipeline(

stopped_states = ("COMPLETED", "FAILED", "CANCELED")
host: str = self._creds.host or ""
headers = self._cursor.connection.thrift_backend._auth_provider._header_factory()
headers = self._cursor.connection.thrift_backend._auth_provider._header_factory

session = Session()
session.auth = BearerAuth(headers)
Expand Down

0 comments on commit d62231d

Please sign in to comment.