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

Update airflow-db-cleanup.py to work with airflow 2.x

Open nukima opened this issue 2 years ago • 4 comments

This should work with airflow 2.x (tested with 2.3.4)

nukima avatar Jan 24 '24 03:01 nukima

Is this project still alive ? Was it replaced by something else ?

arms23 avatar Apr 23 '24 16:04 arms23

This may occur ercursion error tested in 2.9.0 with image apache/airflow:slim-2.9.0-python3.9.

  File "/home/airflow/.local/lib/python3.9/site-packages/sqlalchemy/sql/type_api.py", line 1497, in __getattr__
    return getattr(self.impl, key)
  File "/home/airflow/.local/lib/python3.9/site-packages/sqlalchemy/sql/type_api.py", line 1497, in __getattr__
    return getattr(self.impl, key)
  File "/home/airflow/.local/lib/python3.9/site-packages/sqlalchemy/sql/type_api.py", line 1497, in __getattr__
    return getattr(self.impl, key)
  [Previous line repeated 4896 more times]
RecursionError: maximum recursion depth exceeded

NatLee avatar May 01 '24 08:05 NatLee