-
Notifications
You must be signed in to change notification settings - Fork 123
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
Support exclude / tags for the creation of external tables #129
Comments
@adrianbartnik I totally hear you, and strongly agree! For better and for worse, this ends up being the same ask as the one in #109. In order to support node selection,
|
It would be great to be able to exclude certain tags. I use external tables from static CSV files (grographical data) that doesn't need to be refreshed until I need to do it manually.. This would be a great addition |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Describe the feature
dbt
supports selecting models by tags, e.g.dbt run --select tag:my_tag
. We'd like to have a similar functionality for thedbt-external-tables
package. Thedbt source freshness
command already supports this, see here, which is referenced by theREADME.md
.Describe alternatives you've considered
The alternative would be to list all tables manually using the
select
argument.Additional context
We are using Snowflake, but this feature is applicate to all databases.
We are not sure how much complexity this would add the project and other input would be appreciated.
Who will this benefit?
This feature would allow more granular creation of external tables, e.g. in bigger projects if external tables need to be created in different databases by different technical users that create those tables. Using tags or
exclude
would simplify the code.The text was updated successfully, but these errors were encountered: