Vamsi-klu commented on issue #69562: URL: https://github.com/apache/airflow/issues/69562#issuecomment-4912033208
Tested `apache-airflow-providers-databricks==7.17.0rc1` against Airflow `3.1.3` in Breeze using a live Databricks workspace. Validation covered an authenticated `DatabricksHook` call to `GET /api/2.0/workspace/list` through a local HTTP CONNECT proxy. Both sync and async hook paths returned successful API responses and the proxy captured CONNECT tunnels to the workspace host, so the proxy support added in #68527 looks good for this RC. I also checked `clusters/list`; that request reached Databricks through the proxy but returned `403` because the temporary token did not include the `clusters` scope, so I used the workspace-scoped endpoint for the final authenticated validation. --- Drafted-by: Codex (GPT-5); reviewed by @Vamsi-klu 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]
