allenc97 commented on issue #70355:
URL: https://github.com/apache/airflow/issues/70355#issuecomment-5073700959

   Verified `apache-airflow-providers-databricks==7.18.0rc1` for #69509 
(Databricks OIDC token federation for AWS IAM)
   
     - Environment: Apache Airflow 3.2.1, Python 3.12.13
     - Installed the exact `7.18.0rc1` wheel; confirmed `DatabricksHook` loaded 
from the installed RC in `site-packages`
     - Ran the connection end-to-end against a real Databricks workspace 
connection configured for AWS IAM federation (no PAT / static secret): 
`DatabricksHook.test_connection()` → `(True, 'Connection successfully tested')`
     - Confirmed the OIDC token-federation path fires end-to-end: hook fetches 
a new federated token, exchanges it with Databricks, and a live authenticated 
API call (`GET /2.0/preview/scim/v2/Me`) correctly resolves to the connection's 
federated
     identity
     - Result: **PASS**
   
     Drafted by Claude (Sonnet 5); reviewed by @allenc97 before posting.


-- 
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