-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
There is no guarantee that the related staging model that is the alternative to getting the data directly from cloud storage and that does include the pre_hook will run first. The aforementioned model references a source so it is a first level node in the dag, as the staging model is.
To fix this we either, avoid referencing the cloud storage directly in this model, and we reference the staging_model instead, this is my preferred option, or we include the prehook to ensure the table does exist, but that implies duplication.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels