frodo2000 commented on PR #38281:
URL: https://github.com/apache/airflow/pull/38281#issuecomment-2008122313

   @Taragolis @potiuk @eladkal I had changed code for that provider. Transfer 
logic is moved to:
   
   - DBApiHook - generic transfer
   - OracleHook - Oracle bulk insert transfer
   - SnowflakeHook - Snowflake write_pandas mode (or if pandas is not installed 
using generic mode)
   
   Additionally I found that old generic_transfer has preoperator. Name was 
confiusing that is why new operator has two parameters:
   - destination_before_sql - logic executed before transfer
   - destination_after_sql - logic executed after transfer
   
   Additionally I write quick test


-- 
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

Reply via email to