File tree 1 file changed +2
-2
lines changed
src/databricks/sql/cloudfetch
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ class DownloadableResultSettings:
17
17
18
18
Attributes:
19
19
is_lz4_compressed (bool): Whether file is expected to be lz4 compressed.
20
- link_expiry_buffer (int): Time in seconds to prevent download of a link before it expires. Default 0 secs.
20
+ link_expiry_buffer_secs (int): Time in seconds to prevent download of a link before it expires. Default 0 secs.
21
21
download_timeout (int): Timeout for download requests. Default 60 secs.
22
22
max_consecutive_file_download_retries (int): Number of consecutive download retries before shutting down.
23
23
"""
24
24
25
25
is_lz4_compressed : bool
26
- link_expiry_buffer : int = 0
26
+ link_expiry_buffer_secs : int = 0
27
27
download_timeout : int = 60
28
28
max_consecutive_file_download_retries : int = 0
29
29
You can’t perform that action at this time.
0 commit comments