airflow-maintenance-dags icon indicating copy to clipboard operation
airflow-maintenance-dags copied to clipboard

A series of DAGs/Workflows to help maintain the operation of Airflow

Results 32 airflow-maintenance-dags issues
Sort by recently updated
recently updated
newest added

First commit.

I have recently upgraded to Python3.9 Airflow2.2.2. Following error is occurring repeatedly after the upgrade. I've only changed the parameters indicated in the repo README and is running everything else...

Trying to using the log_cleaner script. I have a simple installation where the DAG finish to show like this : ![image](https://user-images.githubusercontent.com/7879555/113986026-13619c80-984d-11eb-916f-746578f47c8b.png) But everytime the DAG run I got the message...

[Issue link](https://github.com/teamclairvoyant/airflow-maintenance-dags/issues/117)

Using these dags in Airflow 2.2.0 results in a scheduler crash once a new dagrun has been created for airflow_logs_cleanup - most likely because of a dag parsing error. is...

Task 'cleanup_DagModel' fails bcs it cannot delete on table 'dag' - violates foreign key constraint ``` Traceback (most recent call last): File "/home/airflow/.local/lib/python3.7/site-packages/airflow/task/task_runner/standard_task_runner.py", line 85, in _start_by_fork args.func(args, dag=self.dag) File...

Was wondering, what's the issue here and how easy to fix it? [2022-05-07, 10:51:45 HKT] {airflow-db-cleanup.py:316} INFO - Entry: , Date: 2020-09-28 02:29:29+00:00 [2022-05-07, 10:51:45 HKT] {airflow-db-cleanup.py:321} INFO - Process...

Hi, i wanna ask, why it doesn't work for my airflow on docker? The dags is ok but it won't delete my logs on local and so in the webserver...

Hey, when I apply the clean-up dag only the files insider the folders are deleted but not the folder itself. Is there a setting to do so? THX Lazloo

DagTag is another model in the database that maps dag-tags to dag ids, there is foreign key relationship between dag _id column to DagModel class DagTag(Base): """ A tag name...