The GitHub Actions job "CodeQL" on airflow.git/main has failed.
Run started by GitHub user eladkal (triggered by eladkal).

Head commit for run:
263fafcec054c5463a76225937dd8e1b528a691c / deepinsight coder 
<[email protected]>
Add Databricks SQL warehouse lifecycle operators (#70088)

* Add Databricks SQL warehouse lifecycle operators

* Honor observed Databricks warehouse states at timeout

A slow final status request can finish after the deadline even when it confirms 
the requested state. Treating that observation as a timeout can fail an 
otherwise successful Dag.

* Avoid false failures when starting Databricks warehouses

A warehouse can still report STOPPED immediately after the start request 
because the API response is eventually consistent. Keep polling until RUNNING 
or deletion/timeout so valid starts do not fail spuriously.

* Address review feedback on Databricks SQL warehouse operators

Rename the operator module to warehouse.py to follow provider naming
conventions, drop the unused WarehouseState.to_json/from_json helpers
that have no production caller until the deferrable trigger lands, and
describe the all_done trigger rule behavior in the docs without
referring to system tests.

Co-Authored-By: Claude Fable 5 <[email protected]>

* Rename Databricks SQL warehouse how-to page to warehouse.rst

Match the operator module name so the how-to page follows the
same provider naming convention as warehouse.py.

Co-authored-by: nrvamsi13 <[email protected]>

---------

Co-authored-by: Claude Fable 5 <[email protected]>
Co-authored-by: Cursor Agent <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/32051195102

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to