File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/databricks/sql/backend Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ def __init__(
4242 http_headers : List [Tuple [str , str ]],
4343 auth_provider ,
4444 ssl_options : SSLOptions ,
45- staging_allowed_local_path : Union [None , str , List [str ]] = None ,
4645 ** kwargs ,
4746 ):
4847 """
@@ -55,7 +54,6 @@ def __init__(
5554 http_headers: List of HTTP headers to include in requests
5655 auth_provider: Authentication provider
5756 ssl_options: SSL configuration options
58- staging_allowed_local_path: Allowed local paths for staging operations
5957 **kwargs: Additional keyword arguments
6058 """
6159
@@ -66,8 +64,6 @@ def __init__(
6664 http_path ,
6765 )
6866
69- self ._staging_allowed_local_path = staging_allowed_local_path
70- self ._ssl_options = ssl_options
7167 self ._max_download_threads = kwargs .get ("max_download_threads" , 10 )
7268
7369 # Extract warehouse ID from http_path
You can’t perform that action at this time.
0 commit comments