Staging database restore can run concurrently with staging data refresh #5128
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🧱 stack: catalog
Related to the catalog and Airflow DAGs
Description
If the staging database restore runs concurrently with a staging data refresh, it wipes out the DB while it is being acted upon and causes everything to fail (noisily).
Something must not be working in the existing concurrency checks.
Workaround: disable the staging_database_restore DAG while testing data refreshes in staging (hence high priority rather than critical).
The text was updated successfully, but these errors were encountered: