GitHub user sfirke added a comment to the discussion: Remove example DAGs without resetting entire metadata DB?
This seems to have done it. I backed up the database, then ran these commands: ```sql DELETE FROM dag WHERE bundle_name LIKE '%example%'; DELETE FROM asset; ``` GitHub link: https://github.com/apache/airflow/discussions/55391#discussioncomment-14344134 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
