basvandriel commented on code in PR #41639:
URL: https://github.com/apache/airflow/pull/41639#discussion_r1738472786


##########
airflow/providers/databricks/hooks/databricks_base.py:
##########
@@ -374,6 +377,95 @@ async def _a_get_aad_token(self, resource: str) -> str:
 
         return jsn["access_token"]
 
+    def _get_aad_token_for_workload_identity(self, resource: str) -> str:

Review Comment:
   Great suggestion. The change has been made!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to