Issue with Google Drive Connector Full Refresh #50432
Unanswered
benjaminwilen
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Team,
I'm running into an issue triggering a full-refresh sync using the Google Drive connector as the source. The initial sync works as expected, but subsequent syncs return 0 records. The logs show that there is a connection state being stored in between runs, which is in my experience unexpected for full-refresh syncs and I'm assuming the root cause behind the issue. If anyone can provide support that would be greatly appreciated!
More context:
In
file_based_source.py
,streams()
seems to have the logic to determine whether a sync should be incremental or a full-refresh. However, the conditional requireswhich seems like it might be the cause behind the issue, considering the Google Drive connector doesn't override
self._concurrency_level
.Beta Was this translation helpful? Give feedback.
All reactions