MatteoMart1994 commented on issue #12207: URL: https://github.com/apache/airflow/issues/12207#issuecomment-801083549
For anyone still struggling with this issue on Cloud Composer environment version >= 1.15.0. Since, from this version on, DAG serialization is enabled by default, you need to disable it by setting `core-store_serialized_dags` and `core-store_dag_code` to `False`. https://cloud.google.com/composer/docs/dag-serialization#disable ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
