-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MS Connector] Incremental sync (#6317)
* added getDelta function * add delta to root resource * scaffolding of launchworkflow, workflow & activity * query delta using timestamp * update root resource with delta * wip - loop start, without handling * refactor getDriveItemAPIPath -> getDriveItemInternalId * wip: fill delta sync loop + refactor apipath->internalid * refactor + spreadsheet deletion + populate deltas * fix sql relationship * account for long links * logging * fix delta <-> node association * remove log * try to grab downloadUrl if not present * fix: do not delete if file was internally moved * perform deletion for drive * mark as visited * update getDriveItemInternalId * order before syncing * jules review
- Loading branch information
1 parent
4f7176a
commit 218a091
Showing
8 changed files
with
686 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.