Closed sunank200 closed 1 year ago
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
closes: #47
No
Can we add test cases to validate the behavior?
Add tests
Added the tests: https://github.com/astronomer/apache-airflow-provider-transfers/pull/45/commits/9d9f5e8427ec66092341e4fb60f4205fb55ecebb
Description
What is the current behavior?
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
closes: #47
What is the new behavior?
Does this introduce a breaking change?
No
Checklist