dlt icon indicating copy to clipboard operation
dlt copied to clipboard

Add merge key to pipeline

Open adrianbr opened this issue 1 year ago • 0 comments

Feature description

I would like to be able to use merge key without declaring a resource. Without it, using PK alone restricts the types of merges I can do

Are you a dlt user?

None

Use case

No response

Proposed solution

user tried to

 info = pipeline.run(data2, 
                    table_name="users", 
                    write_disposition="merge",
                    merge_key='ID'
                      )

Related issues

No response

adrianbr avatar Feb 14 '24 10:02 adrianbr