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

chore(data-warehouse): Moved reset_pipeline from source inputs to schema sync config #27862

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

Gilbert09
Copy link
Member

Problem

  • Currently, the "reset_pipeline" setting (which is used to delete the deltalake table in S3 before syncing, forcing a fresh start) is set on the ExternalDataSource and not the schema, meaning the first schema to run and complete will be reset (e.g. there's a race condition)
  • This is needed to reset a handful of tables currently in a bad state from this

Changes

  • Moves this onto the schema object directly instead

@Gilbert09 Gilbert09 requested a review from a team January 24, 2025 15:21
@Gilbert09 Gilbert09 merged commit d816645 into master Jan 24, 2025
92 checks passed
@Gilbert09 Gilbert09 deleted the tom/reset-pipeline-schema branch January 24, 2025 16:20
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.

2 participants