allenc97 commented on code in PR #69509:
URL: https://github.com/apache/airflow/pull/69509#discussion_r3572773485


##########
providers/databricks/src/airflow/providers/databricks/hooks/databricks_base.py:
##########
@@ -936,6 +949,8 @@ def _get_federation_subject_token(self) -> tuple[str, str | 
None]:
             return self._resolve_supplied_subject_token(provider), 
self.databricks_conn.extra_dejson.get(
                 "client_id"
             )
+        if self._is_aws_federation():

Review Comment:
   Addressed this by updating order in code and also left a comment on the 
precedence order.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to