File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1111### Internal Changes
1212* Introduce automated tagging ([ #888 ] ( https://github.com/databricks/databricks-sdk-py/pull/888 ) )
1313* Update Jobs GetJob API to support paginated responses ([ #869 ] ( https://github.com/databricks/databricks-sdk-py/pull/869 ) ).
14+ * Update On Behalf Of User Authentication in Multithreaded applications ([ #907 ] ( https://github.com/databricks/databricks-sdk-py/pull/907 ) )
1415
1516### API Changes
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ def authenticate():
163163
164164 thread .start ()
165165 thread .join ()
166- assert ( successful_authentication_event .is_set () )
166+ assert successful_authentication_event .is_set ()
167167
168168
169169# If this credential strategy is being used in a non model serving environments then use default credential strategy instead
You can’t perform that action at this time.
0 commit comments