1
0
mirror of synced 2025-12-29 09:03:46 -05:00

Disable broken connections when feature flag is on (#19730)

When auto-detect schema changes feature flag is on, disable connections that have breaking schema changes and connections that have any schema changes where the user has set their preference to disable.
This commit is contained in:
Anne
2022-11-29 12:20:26 -08:00
committed by GitHub
parent 56a5565bb2
commit f07cef808d
9 changed files with 286 additions and 21 deletions

View File

@@ -2493,6 +2493,8 @@ components:
$ref: "#/components/schemas/CatalogDiff"
breakingChange:
type: boolean
connectionStatus:
$ref: "#/components/schemas/ConnectionStatus"
required:
- jobInfo
type: object