You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that the dbt build root task always runs before watcher/sensor tasks begin consuming XCom events. This guarantees that watcher tasks don’t start waiting on events from an uninitialized run.
Explore the following potential ideas to achieve this:
Airflow priority weight is set on the build task.
Trigger rules (always?) configured to enforce execution order.