astronomer / apache-airflow-providers-transfers

https://apache-airflow-provider-transfers.rtfd.io/
Apache License 2.0
11 stars 3 forks source link

Append functionality not working in transfers #44

Open sunank200 opened 1 year ago

sunank200 commented 1 year ago

Describe the bug A clear and concise description of what the bug is. Although the logic for the replace and append is implemented this is not working because if_exists is not propagated from TransferParams here: https://github.com/astronomer/apache-airflow-provider-transfers/blob/main/src/universal_transfer_operator/data_providers/database/base.py#L202

Expected behavior replace and append functionality should work.