Skip to content

Commit

Permalink
[PECO-2051] Add custom auth headers into cloud fetch request (#460)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacky Hu <[email protected]>
  • Loading branch information
jackyhu-db authored Oct 25, 2024
1 parent 55105fe commit d3cb62c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/databricks/sql/cloudfetch/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def run(self) -> DownloadedFile:
self.link.fileLink,
timeout=self.settings.download_timeout,
verify=self._ssl_options.tls_verify,
headers=self.link.httpHeaders
# TODO: Pass cert from `self._ssl_options`
)
response.raise_for_status()
Expand Down

0 comments on commit d3cb62c

Please sign in to comment.