bareketamir opened a new pull request, #42444: URL: https://github.com/apache/airflow/pull/42444
Issue: File not found error when using VerticaToMySQLOperator with bulk_load=true. The issue occurs because the temp file is automatically deleted while code get out of the block. Fix: move the insertion logic into the NameTemporary file block and remove the explicit tmpFile.close() . after the fix the replication work as expected. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
