dbt-sqlserver icon indicating copy to clipboard operation
dbt-sqlserver copied to clipboard

Incremental Materialization Problem in 1.7+

Open cody-scott opened this issue 1 year ago • 2 comments

Incremental materializations don't seem to be performing properly since 1.7.

See thread https://github.com/dbt-msft/dbt-sqlserver/discussions/481

cody-scott avatar Aug 23 '24 13:08 cody-scott

@cody-scott could this just be related to database permissions?, if the user doesn't have the full permissions to read information schema, an empty result will be returned and that will make it not incremental, it works fine on my admin one

axellpadilla avatar Aug 27 '24 03:08 axellpadilla

Great point @axellpadilla. I will try this next week!

cody-scott avatar Aug 31 '24 01:08 cody-scott