Skip to content

Tag profile_wh_tables for exclusion #6

@olivierdupuis

Description

@olivierdupuis

The profile_wh_tables can be a massive model to materialize and probably shouldn't be re-built on each run, especially when doing development. For an implementation of the framework, I've tagged that model as manual and run dbt by excluding that tag. Might not be the best solution, but we should have more control into when that table is to materialized.


Tagging:

{{ config(
    tags=["manual"]
) }}

Execution

dbt run --exclude tag:manual

┆Issue is synchronized with this Jira Task by Unito

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions