You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I would like dbt_constraints to add constraints for my tests on seeds, so that I can benefit from join elimination in queries on my seed tables.
The text was updated successfully, but these errors were encountered:
@kenho811 , I am checking in the code now but it won't actually require a new parameter to enable. I have that parameter for sources because they are more likely to be created by an external process and we are more likely to not have privileges to modify sources. Because a seed is created from your own project, I can assume you have privileges to add constraints to them, just like I do for models and snapshots.
As a developer, I would like dbt_constraints to add constraints for my tests on seeds, so that I can benefit from join elimination in queries on my seed tables.
The text was updated successfully, but these errors were encountered: