microsoft / dbt-fabric

MIT License
79 stars 28 forks source link

on_schema_change bug #202

Closed jannickvangiel closed 4 months ago

jannickvangiel commented 4 months ago

Below error is returned when the on_schema_change property within a model is defined with the value append_new_columns

image

dbt core version: 1.8.3 dbt fabric connector version: 1.8.7

{{ config( materialized='incremental', unique_key='ID', on_schema_change='append_new_columns' ) }}

jannickvangiel commented 4 months ago

ALTER statement not possible on Fabric warehouse SQL endpoint