You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have two types of objects at the top level of the Airbyte protocol: AirbyteMessage and ConfiguredAirbyteCatalog.
In order to support migrations for all objects, we should add the migration layer for ConfiguredAirbyteCatalog
Some migrations of AirbyteMessage need the Configured catalog for a better upgrade/downgrade. AirbyteMessageMigration::{downgrade,upgrade} should take an extra ConfiguredAirbyteCatalog
How
Add ConfiguredAirbyteCatalogMigration similar to AirbyteMessageMigration.
AirbyteMessageMigration::{downgrade,upgrade} should take an extra ConfiguredAirbyteCatalog
The text was updated successfully, but these errors were encountered:
What
We have two types of objects at the top level of the Airbyte protocol:
AirbyteMessage
andConfiguredAirbyteCatalog
.In order to support migrations for all objects, we should add the migration layer for
ConfiguredAirbyteCatalog
Some migrations of AirbyteMessage need the Configured catalog for a better upgrade/downgrade.
AirbyteMessageMigration::{downgrade,upgrade}
should take an extraConfiguredAirbyteCatalog
How
ConfiguredAirbyteCatalogMigration
similar toAirbyteMessageMigration
.AirbyteMessageMigration::{downgrade,upgrade}
should take an extraConfiguredAirbyteCatalog
The text was updated successfully, but these errors were encountered: