-
Notifications
You must be signed in to change notification settings - Fork 59
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
[ADAP-381] Enable tagging of query_group in configs #376
Comments
Good idea @trouze ! Agreed that this might be relatively straightforward especially having the One way to see the relevant implementation of the feature and its tests in dbt-snowflake is searching in GitHub: Personally, I prefer to do a git grep "query_tag" . |
A design decision for refinementThe name of the actual configuration is a piece of the design that we'll need to refine:
Argument for
Argument for
Overall, I think either choice would work fine -- there are trade-offs either way. A final option would be to allow |
Sweet! I think the biggest question I have at the outset here is over materializations. In dbt-snowflake the |
To follow up, there is some development that maintainers can take a look at here. Regarding question above, only other option I foresee would be to adjust logic in the |
Nice progress @trouze !
It seems like there would be two main ways to approach this:
Approach #1 seems the least complicated in the short-term. Adapter specific materializations will probably be introduced by #204 if they aren't introduced here first. |
Is this your first time submitting a feature request?
Describe the feature
Much akin to dbt-snowflake's implementation of query tagging, I think it'd be great to allow users to set a query_group for their models. I'd imagine the implementation of this would be quite straightforward as the functionality is quite similar to that of Snowflake's, but hoping to get input there.
Describe alternatives you've considered
Not aware that there are any alternatives.
Who will this benefit?
Anybody who uses the Redshift query logs to perform analysis on their queries.
Are you interested in contributing this feature?
Certainly! Feels like it could be a good first issue.
Anything else?
No response
The text was updated successfully, but these errors were encountered: