Lake (Airbyte)
05/22/2024, 9:41 PMAdditional fields
section so that users can still see and modify them while in UI mode.
⦠The above changes mean that almost any low-code manifest can now be opened in UI-mode in the Builder, with YAML editors automatically being used for specific situations that the UI doesn't support, and normal UI fields being used for everything else.
⢠š Switching from YAML to UI has been optimized, so the UI no longer stalls when switching to UI for a connector that contains dozens of streams.
⢠Version consistency guarantees
⦠š The version
field is now automatically set to the platform's current CDK version when testing or publishing a connector to ensure that the declared CDK version matches the version that was used to build and test the connector.
⦠š ļø The platform now always uses the CDK version that is declared in the manifest to run syncs for that connector, which guarantees that breaking CDK changes will not break already-published connectors.