Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag profile_wh_tables for exclusion #6

Open
olivierdupuis opened this issue Jul 10, 2020 · 0 comments
Open

Tag profile_wh_tables for exclusion #6

olivierdupuis opened this issue Jul 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@olivierdupuis
Copy link

olivierdupuis commented Jul 10, 2020

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

@olivierdupuis olivierdupuis added the enhancement New feature or request label Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant