Airflow DB clean up DAG not working with recent versions #6531
Labels
api: composer
Issues related to the Cloud Composer API.
samples
Issues that are directly related to samples.
In which file did you encounter the issue?
https://github.com/GoogleCloudPlatform/python-docs-samples/blob/9c71acbdf534defb400212ea68cf8359e3a3c4c3/composer/workflows/airflow_db_cleanup.py
Did you change the file? If so, how?
Describe the issue
Starting from Airflow 2.0.2
last_scheduler_run
column renamed intolast_parsed_time
inDagModel
.https://github.com/apache/airflow/blob/96656527fed515d8f39bbbec5d6a155faae2aaa2/CHANGELOG.txt#L369
The text was updated successfully, but these errors were encountered: