GitHub user royzhong7070 added a comment to the discussion: Airflow on k8s: DagBag import timeout
No idea what the really issue is. But rarely, I have this error with airflow on gke. the dag is something like. I believe it's simple enough. 1 dag with only 1 task(A customized operator with 2 additional modules. 1. duckdb, 2. airflow.providers.google.cloud.hooks.gcs. my timeout is 30s. ```python dag = Dag(...) pg2gcsparquet = Pg2GcsParquetOperator(...) ``` The issue is. I don't find any pattern of the timeout errors. ---- I'll upgrade my deployment to v3 in the nearly future. Will keep monitor this. GitHub link: https://github.com/apache/airflow/discussions/46490#discussioncomment-13113233 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
