Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pipeline): bridge tables depend on main tables
Currently, the bridge tables are updated concurrently to the main tables. This can make bridge & main tables inconsistent and hence dbt contracts on fk fail.
- Loading branch information