flvndh

Results 4 comments of flvndh

I submitted a PR to include it in `dbt-spark` if you want to look at it: https://github.com/dbt-labs/dbt-spark/pull/430

Any chance for this being implemented soon ? 👼

I'd be glad to contribute this. As a first approach, I'd modify this macro: https://github.com/databricks/dbt-databricks/blob/c901f8c52ae25a658cf71b6ef08cff0ffd9d9540/dbt/include/databricks/macros/materializations/incremental/strategies.sql#L24-L32 to something like: ```sql insert overwrite table {{ target_relation }} {{ partition_cols(label="partition") }} by name...

@bhagyshricompany @vrdmr any news on this?