adrian-edbert commented on issue #56165:
URL: https://github.com/apache/airflow/issues/56165#issuecomment-3358923659
Tried to check on this one
got the same issue and saw this warning
```
WARNING - Could not create GitHook
bundle_name=data_platform_test_migration_dag version=None
bare_repo_path=PosixPath('/tmp/airflow/dag_bundles/data_platform_test_migration_dag/bare')
repo_path=PosixPath('/tmp/airflow/dag_bundles/data_platform_test_migration_dag/tracking_repo')
versions_path=PosixPath('/tmp/airflow/dag_bundles/data_platform_test_migration_dag/versions')
git_conn_id=git_data_platform conn_id=git_data_platform
exc=ImportError("cannot import name 'SUPERVISOR_COMMS' from
'airflow.sdk.execution_time.task_runner'
(/home/airflow/.local/lib/python3.12/site-packages/airflow/sdk/execution_time/task_runner.py)")
```
The reason I think is because the Githook object is failing to be created on
the bundle caused by SUPERVISO_COMMS failure to import
possibly related with some other similar issue
https://github.com/apache/airflow/issues/56120
https://github.com/apache/airflow/issues/51816
https://github.com/apache/airflow/issues/48554
--
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]