We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f7e06 commit b424e2eCopy full SHA for b424e2e
src/databricks/sql/cloudfetch/downloader.py
@@ -100,6 +100,7 @@ def run(self) -> DownloadedFile:
100
self.link.fileLink,
101
timeout=self.settings.download_timeout,
102
verify=self._ssl_options.tls_verify,
103
+ headers=self.link.httpHeaders
104
# TODO: Pass cert from `self._ssl_options`
105
)
106
response.raise_for_status()
0 commit comments