Data transfer from Oracle to Snowflake using Python/pyodbc
Stream data from Oracle database to Snowflake using pyodbc.
1. Connect to Oracle 12G
-> loop
- fetchmany
- multipart upload to s3
-> Bulk COPY INTO Snowflake table
8000