Vamsi-klu commented on PR #69747: URL: https://github.com/apache/airflow/pull/69747#issuecomment-4950638770
@moomindani following up on the earlier UI-only/dummy-token validation, I also tested this PR branch against a real Databricks workspace connection through Breeze and the Airflow UI. This should give reviewers a real Databricks round-trip check for the `http_path` propagation into `DatabricksSqlHook.sqlalchemy_url`. Setup: - Airflow connection: `pr_69747_databricks_extra_http_path` - Connection type: `databricks` - Workspace host: `dbc-c1a3fd5e-8c66.cloud.databricks.com` - SQL warehouse `http_path`: `/sql/1.0/warehouses/8b008239c0249091` - `http_path` was supplied through connection Extra JSON. - A temporary Databricks PAT was used only for this validation and revoked afterward. Result: - Scratch Dag: `pr_69747_databricks_sqlalchemy_url_check` - Run ID: `manual__2026-07-12T08:57:44.649879+00:00` - Dag run state: `success` - Query executed: `select 1 as pr_69747_result` Task log evidence: ```text PR69747_DATABRICKS_REAL_QUERY_VALIDATED rendered_uri=databricks://token:***@dbc-c1a3fd5e-8c66.cloud.databricks.com?http_path=%2Fsql%2F1.0%2Fwarehouses%2F8b008239c0249091 http_path=/sql/1.0/warehouses/8b008239c0249091 records=[[1]] ``` Screenshots: **Airflow connection filtered to the real Databricks workspace**  **Successful Dag run**  **Task log showing masked URI, `http_path`, and `records=[[1]]`**  No credentials are included in the screenshots or log excerpt. --- Drafted-by: Codex (GPT-5) (no human review 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]
