Deebol commented on issue #61396: URL: https://github.com/apache/airflow/issues/61396#issuecomment-3847303049
On 3.1.6: `apache-airflow-providers-git==0.2.0`. On 3.1.3: `apache-airflow-providers-git==0.0.9`. I explicitly provided `apache-airflow-providers-git==0.0.9` into my image based on 3.1.6 and the issue is still there. Although the error-log message is a bit different, it refers to `AirflowTaskTimeout` not to `FileNotFoundError`: ``` Failed to import: /tmp/airflow/dag_bundles/dh-pipeline-dags/versions/2add2bcfa01fe80829b244a53f680ad1a58507d9/dags/pipelines/dag1.py AirflowTaskTimeout: DagBag import timeout for /tmp/airflow/dag_bundles/dh-pipeline-dags/versions/2add2bcfa01fe80829b244a53f680ad1a58507d9/dags/pipelines/dag1.py after 30.0s. ``` -- 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]
