kosiew commented on issue #67957: URL: https://github.com/apache/airflow/issues/67957#issuecomment-4637231003
Verified PR commit: `745898a17e` (`Fail fast for non-serializable retry_args in deferrable operators and triggers (#64960)`). Provider release candidate: `apache-airflow-providers-databricks==7.16.0rc1`. Verification used Breeze/Docker with Python 3.10 and installed Airflow 3.1.3 plus the Databricks provider RC from PyPI. Verification proof output: ```text Running command: bash Docker container engine detected. Using 'uv' to install Airflow Using airflow version from current sources Python 3.10.20 Collecting apache-airflow==3.1.3 Collecting apache-airflow-providers-databricks==7.16.0rc1 Successfully installed apache-airflow-3.1.3 apache-airflow-core-3.1.3 apache-airflow-providers-databricks-7.16.0rc1 apache-airflow-task-sdk-1.1.3 cadwyn-5.4.6 fastapi-0.117.1 sqlalchemy-jsonfield-1.0.3 starlette-0.48.0 universal-pathlib-0.2.6 apache-airflow 3.1.3 apache-airflow-providers-databricks 7.16.0rc1 2026-06-06T03:21:28.095886Z [warning ] DatabricksSubmitRunOperator.execute cannot be called outside of the Task Runner! [airflow.task.operators.airflow.providers.databricks.operators.databricks.DatabricksSubmitRunOperator] loc=operator.py:410 2026-06-06T03:21:28.096407Z [info ] Run submitted with run_id: 1 [airflow.task.operators.airflow.providers.databricks.operators.databricks.DatabricksSubmitRunOperator] loc=databricks.py:203 2026-06-06T03:21:28.096515Z [info ] View run status, Spark UI, and logs at https://example.com/run/1 [airflow.task.operators.airflow.providers.databricks.operators.databricks.DatabricksSubmitRunOperator] loc=databricks.py:208 2026-06-06T03:21:28.097675Z [warning ] DatabricksSQLStatementsSensor.execute cannot be called outside of the Task Runner! [airflow.task.operators.airflow.providers.databricks.sensors.databricks.DatabricksSQLStatementsSensor] loc=operator.py:410 2026-06-06T03:21:28.097798Z [info ] SQL Statement submitted with statement_id: stmt-1 [airflow.task.operators.airflow.providers.databricks.sensors.databricks.DatabricksSQLStatementsSensor] loc=databricks.py:121 Verified apache-airflow-providers-databricks==7.16.0rc1: deferrable operator, sensor, and triggers reject non-serializable retry_args before trigger boundary ``` Result: pass. -- 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]
