First of all , thanks for providing such a valuable open source to us.
Could someone help me how to fetch the updated rows from source not all data again? PFB the steps which i performed.
Steps:
Created the source-postgres connector and Destination as Snowflake
Add the 2 tables and started as Full load
Loaded successfully lets say 100 rows from Source to target
Same connection , I have updated the Tables fetch from Full & Overwrite mode to Incremental + Depuded History
Trigger the Sync now.
Description:
I would like to pull only new rows or updated rows from Source database. But , even in incremental model its fetches all rows from source database again like Full overwrite option.
Could you please update Airbyte as well as all connectors? For example, the Postgres source connector is really behind and that might be part of the problem.
Thanks. I have upgraded Airbyte and connectors. While doing the progress its failing with some insufficient privilege.
Its perfectly working for FULL load, but if i changed that Incremental + Depuded hisotry . its failing.
Attached the logs lognew.txt (5.1 MB)
Yes, it has MANAGE privilages. Not sure what privilages exactly needed here.
Insufficient privileges to operate on database ‘SANDBOX’,externalMessage=Normalization failed during the dbt run. This may indicate a problem with the data itself.,metadata=io.airbyte.config.Metadata@475585c[additionalProperties={attemptNumber=0, jobId=69, from_trace_message=true}],stacktrace=Encountered an error: Database Error
** 003001 (42501): SQL access control error:**
** Insufficient privileges to operate on database ‘SANDBOX’,retryable=,timestamp=1660936001968], io.airbyte.config.FailureReason@6769c101[failureOrigin=normalization,failureType=system_error,internalMessage=Encountered an error:** Database Error
** 003001 (42501): SQL access control error:**
** Insufficient privileges to operate on database ‘SANDBOX’,externalMessage=Normalization failed during the dbt run. This may indicate a problem with the data itself.,metadata=io.airbyte.config.Metadata@5a05d4b3[additionalProperties={attemptNumber=0, jobId=69, from_trace_message=true}],stacktrace=Encountered an error:** Database Error
** 003001 (42501): SQL access control error:**
** Insufficient privileges to operate on database ‘SANDBOX’,retryable=,timestamp=1660936001968]]]**
Do we have any updates on this?.. I guess this is very critical issue for incremental SYNC. Many folks are facing same issue as they mentioned in our SLACK channel.
I think I might have an idea of what is going on, but please give me a link to the Slack discussion if you can as well!
I know we had some backwards compatibility issues about a month ago with the Postgres source connector, but they should be resolved now. Could you give me the details on what system/setup you are using?
Is there any chance you’d be able to create a new test user and a new connection todo a trial sync? I’m wondering if the permissions were not setup correctly somehow or the prerequisites aren’t met. What version of Postgres are you using?