kaxil edited a comment on issue #9753: URL: https://github.com/apache/airflow/issues/9753#issuecomment-656887293
I was able to reproduce it but looks like it can be easily fixed if you remove the following from docstrings from the DAG (https://github.com/teamclairvoyant/airflow-maintenance-dags/blob/63ddbfb19d53fa7b44343dc0525cf1b60f16fed6/db-cleanup/airflow-db-cleanup.py#L6-L9): ``` airflow trigger_dag --conf '{"maxDBEntryAgeInDays":30}' airflow-db-cleanup ``` ---------------------------------------------------------------- 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]
