Closed
Description
What
We need to be able to track connections being invalidated due to an unsupported airbyte protocol version.
How
- modify connection table, add
is_invalid
flag that default to false - Very access to connections to make sure we read as expected, for example, getting connections that can sync should exclude
is_invalid=True