File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ def read(self) -> Optional[OAuthToken]:
387387 support_many_parameters = True , # Native parameters supported
388388 enable_complex_datatype_support = _use_arrow_native_complex_types ,
389389 allowed_volume_ingestion_paths = self .staging_allowed_local_path ,
390- query_tags = get_session_config_value (session_configuration , ' query_tags' ),
390+ query_tags = get_session_config_value (session_configuration , " query_tags" ),
391391 )
392392
393393 self ._telemetry_client .export_initial_telemetry_log (
Original file line number Diff line number Diff line change 3939
4040
4141def get_session_config_value (
42- session_configuration : Optional [Dict [str , Any ]],
43- key : str
42+ session_configuration : Optional [Dict [str , Any ]], key : str
4443) -> Optional [str ]:
45- """ Get a session configuration value with case-insensitive key matching """
44+ """Get a session configuration value with case-insensitive key matching"""
4645 if not session_configuration :
4746 return None
4847
You can’t perform that action at this time.
0 commit comments