Open taherajnaFA opened 3 months ago
@theyueli @evantahler @xiaohansong Could you please take a look at this? This is blocking us from upgrading our postgres source connector version.
https://github.com/airbytehq/airbyte/pull/42108 was a deliberate change to prevent data loss with the xmin sync mode. What is your use case to sync a view?
@evantahler the only thing we are doing in the view is adding a date filter so that we don't load in historical data in our destination, everything else is identical to the source table.
The xmin sync mode is what works for us perfectly in this case.
Connector Name
source-postgres
Connector Version
3.6.2
What step the error happened?
Configuring a new connector
Relevant information
As per this change: https://github.com/airbytehq/airbyte/pull/42108 incremental sync support for postgres views has been removed from the UI, this feature is very much needed for our usecase as stated below:
cc: @theyueli @xiaohansong
Relevant log output
No response
Contribute