This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
Column subset options for insert and update in upsert_to_table_by_name #178
Labels
enhancement
New feature or request
Currently, we are updating/inserting all source columns in the merge statement. I am suggesting that we add two parameters to the function, e.g. "insert_cols"/"update_cols" that takes a given subset of the source columns and uses those instead of all source columns.
atc-dataplatform/src/atc/sql/SqlServer.py
Line 230 in 5b6c9a5
The text was updated successfully, but these errors were encountered: