I'm using Google Cloud
composer for a few days now mainly to move data from MySQL to BigQuery and it was working fine.
At some point, it stopped working:
Running tasks run for a very long time and then fail
Tasks don't start
New dags have the comment
This DAG seems to be existing only locally. The master scheduler doesn't seem to be aware of its existence
I've cleaned all the DAG runs and tasks instances using the Airflow web UI and still doesn't work.
Is there a way to restart the environment without losing the results of finished tasks? Is there any other way to get the Airflow running manually?