Open
Description
Environment
- Airbyte version: 0.40.7
- OS Version / Instance: Red Hat Enterprise Linux release 8.6 (Ootpa)
- Deployment: Docker version 20.10.18, build b40c2f6, Docker Compose version v2.10.1
- Source Connector and version: airbyte/source-oracle 0.3.21
- Destination Connector and version: airbyte/destination-snowflake 0.4.36
- Step where error happened: When setting up a new connection, I want to incrementally load a table. With a previous version of airbyte and source connector airbyte/source-oracle, it has worked without problems. See below for details.
Current Behavior
I currently have two instances of airbyte. On the old instance (0.35.9, connector source-oracle version 0.3.5) I can successfully incrementally load a table from oracle to snowflake. Screenshot of OLD instance:
However, on the new instance (airbyte v0.40.7, connector source-oracle version 0.3.21) I cannot incrementally load the same table:
Expected Behavior
I should be able to load a table incrementally, It works in previous version of the connector. The table has a date column to use for incremental loading
Logs
I cannot provide logs since I can't get the connection to work.