Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nukima
Copy link

@nukima nukima commented Jan 24, 2024

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

This should work with airflow 2.x (tested with 2.3.4)
@arms23
Copy link

arms23 commented Apr 23, 2024

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

@NatLee
Copy link

NatLee commented May 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants