GitHub user uranusjr added a comment to the discussion: Cannot schedule a DAG on a DatasetAlias when using a clean Airflow docker image (for CI)
What is the exact error you are getting? Catching an OperationalError at runtime is generally the wrong thing to do. Even in a blank database, the database structure should still be there and not throw an OperationalError. If the official Docker image does, it may mean we are not cxreating the image correctly, and that should be fixed instead. GitHub link: https://github.com/apache/airflow/discussions/45236#discussioncomment-11676190 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
