Replies: 1 comment 2 replies
-
Have you seen these docs? https://docs.getdbt.com/reference/resource-configs/mssql-configs#indices |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
I'm start to use dbt to replace a old SSIS implementation.
But for now, our DW is going to stay on-premises, with SQL Server.
Our data warehouse is modeled in Dimensional form, using star schema.
What is the best approach to do
ALTER TABLE foo ADD CONSTRAINTS ...
?This is still valid ?
They are useful, for instance, when loading data in Power BI.
All relations are made automatically, helping our analysts who aren't from IT field.
Beta Was this translation helpful? Give feedback.
All reactions