Rudolf Eckes

Results 4 comments of Rudolf Eckes

I encountered the same issue - it has nothing to do with dbt-databricks. Managed tables is the only way to get this working currently.

I am having the exact same issue. We are just starting to use dbt and it was really disappointing to see, that dbt can not handle this currently since it...

> I think it's probably `hard_deletes: new_record` - don't get the issue if the snapshot doesn't use that config - i.e. > > snapshots: > - name: testing_snap > relation:...

@benc-db After defining the column schema in yml and set it to variant, it asked me to run first: ALTER TABLE table_name SET TBLPROPERTIES ('delta.feature.variantType-preview' = 'supported'); After I did...