Skip to content

Commit

Permalink
reorder options in table
Browse files Browse the repository at this point in the history
  • Loading branch information
Adorism committed May 17, 2024
1 parent 77afb9c commit 8504f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-airbyte/schema-change-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Airbyte offers some options for how it should **Detect and propagate schema cha

| Setting | Description |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Propagate all field and stream changes | All new streams and column changes from the source will automatically be propagated and reflected in the destination. This includes stream changes (additions or deletions), column changes (additions or deletions) and data type changes |
| Propagate field changes only | Only column changes will be propagated. New or removed streams will be ignored. |
| Propagate all field and stream changes | All new streams and column changes from the source will automatically be propagated and reflected in the destination. This includes stream changes (additions or deletions), column changes (additions or deletions) and data type changes |
| Approve all changes myself | This allows you to detect and manually approve changes. Schema changes will be detected, but not propagated. Syncs will continue running with the schema you've set up. To propagate the detected schema changes, you will need to approve the changes manually |
| Stop future syncs | Connections will be automatically paused as soon as any schema changes are detected |

Expand Down

0 comments on commit 8504f1c

Please sign in to comment.