Replies: 1 comment
-
This seems to have done it. I backed up the database, then ran these commands: DELETE FROM dag WHERE bundle_name LIKE '%example%';
DELETE FROM asset; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded my instance of Airflow to 3.0.6 from 2.11.0. After I was finished I saw I had accidentally left a switch enabled that populated dozens of example DAGs into my environment. I don't want to wipe out my whole production DB and start over. Is there another option?
Beta Was this translation helpful? Give feedback.
All reactions