shubhamraj-git commented on PR #45715: URL: https://github.com/apache/airflow/pull/45715#issuecomment-2607684237
Hey @bugraoz93 , we replaced `action_if_exists ` and `action_if_not_exists` with `action_on_existence` 1. This contains, "overwrite", which would be not relevant in case of delete and update, and will fail. 2. Also, `action_on_existence` seems misleading in case of update and delete, since the operations here were for if the value is not present and not on existence, then either it fails or skip. Was this intentional? Or just a miss, in case I can rectify this in upcoming PR for bulk connection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org