Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add merge key to pipeline #968

Open
adrianbr opened this issue Feb 14, 2024 · 0 comments
Open

Add merge key to pipeline #968

adrianbr opened this issue Feb 14, 2024 · 0 comments

Comments

@adrianbr
Copy link
Contributor

adrianbr commented Feb 14, 2024

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

@rudolfix rudolfix moved this from Todo to Planned in dlt core library Feb 19, 2024
@rudolfix rudolfix moved this from Planned to Todo in dlt core library Mar 5, 2024
@rudolfix rudolfix moved this from Todo to In Progress in dlt core library Apr 22, 2024
@rudolfix rudolfix moved this from In Progress to Planned in dlt core library Apr 22, 2024
@rudolfix rudolfix moved this from Planned to Todo in dlt core library Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant