Skip to content

dbt-synapse v0.20.0

Compare
Choose a tag to compare
@dataders dataders released this 08 Sep 23:15

dbt-synapse v0.20.0

Features

  • brings compatibility with dbt-core v0.20.0 and dbt-sqlserver 0.20.0

Under the hood

  • Fix a bug where snapshots on tables with non-indexable datatypes would throw the error "The statement failed. Column 'XXXXX' has a data type that cannot participate in a columnstore index. (35343) (SQLExecDirectW)" #56 thanks MarvinSchenkel
  • 10+ synapse__ macros no longer have to be defined as they're now auto-defined as part of the v0.20.0 upgrade. Code footprint is now >37 lines smaller!