Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[parents_migration] Add and backfill Google Drive "Shared with me" folders #9544

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

aubin-tchoi
Copy link
Contributor

@aubin-tchoi aubin-tchoi commented Dec 19, 2024

Description

Risk

  • Lower than all the other parents migrations, easily rollbackable.

Deploy Plan

  • ./admin/cli.sh batch stop-all --provider google_drive
  • Deploy connectors
  • List out every long-running workflow (these are the fullSync for Google Drive)
  • ./admin/cli.sh google_drive restart-all-incremental-sync-workflows
  • Restart the fullSyncs that were stopped by the first command (manual operation)
  • Run migration.

Temporal runbook: https://www.notion.so/dust-tt/Runbook-Temporal-e065e5ccd53443c1a57118d08c7a19f9#16128599d941807eb9cae977027e67b0

@aubin-tchoi aubin-tchoi merged commit c595150 into main Dec 19, 2024
3 checks passed
@aubin-tchoi aubin-tchoi deleted the revert-9543-revert-9507-gdrive-shared-with-me branch December 19, 2024 15:40
Copy link
Contributor

@philipperolet philipperolet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 but please update deploy plan to explain the stop / restart of connectors to please temporal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Google Drive: create folders for "Shared With Me"
2 participants