Open sunank200 opened 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
if_exists
TransferParams
Expected behavior replace and append functionality should work.
replace
append
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 fromTransferParams
here: https://github.com/astronomer/apache-airflow-provider-transfers/blob/main/src/universal_transfer_operator/data_providers/database/base.py#L202Expected behavior
replace
andappend
functionality should work.