Skip to content

lim_market_customers fails on dbt run #3

@JH255095

Description

@JH255095

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions