dbt-msft / tsql-utils

dbt-utils for the dbt-msft family of packages
MIT License
25 stars 25 forks source link

referenced sql server macros for synapse #16

Closed chaerinlee1 closed 3 years ago

chaerinlee1 commented 3 years ago

This PR lessens the macro dependency of synapse on sqlserver. In this change, new macros were created for synapse that references the sqlserver macros. This simplifies the process of future macro editing in that the change can happen once in the code base rather than in multiple areas of the code base.

Note: this PR must be completed after the completion of the following PR (https://github.com/fishtown-analytics/dbt-utils/pull/312)