Skip to content

dbt-synapse v0.18.1

Compare
Choose a tag to compare
@dataders dataders released this 13 Jan 00:58
· 587 commits to master since this release
  • DEPRECATION this will be the last release to use type=sqlserver. In future releases, it will be type=synapse
  • many changes via dbt-sqlserver see dbt-sqlserver v0.18.1 for more info
  • authentication with az login! thanks to @JCZuurmond for #35
  • fix for seeding failing for presence of a a blank, or, a single quote (') within the string (e.g. O'Brien) thanks to @NandanHegde15 for #24 and #31
  • update snapshot_merge to execute the update and insert in a single transaction, allowing the update to be rolled back upon failure #23
  • external tables now live in fishtown-analytics/dbt-external-tables. Check them out! Our team loves them!