1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Add SupportedDestinationSyncModes to destination specs objects (#2668)

* Add SupportedDestinationSyncModes to destination specs objects

* Bumpversions of destination connectors
This commit is contained in:
Christophe Duong
2021-03-31 15:20:01 +02:00
committed by GitHub
parent e6be760a8f
commit 6c6ea54bb8
50 changed files with 75 additions and 48 deletions

View File

@@ -35,8 +35,8 @@ import io.airbyte.integrations.standardtest.source.StandardSourceTest;
import io.airbyte.protocol.models.CatalogHelpers;
import io.airbyte.protocol.models.ConfiguredAirbyteCatalog;
import io.airbyte.protocol.models.ConfiguredAirbyteStream;
import io.airbyte.protocol.models.ConfiguredAirbyteStream.DestinationSyncMode;
import io.airbyte.protocol.models.ConnectorSpecification;
import io.airbyte.protocol.models.DestinationSyncMode;
import io.airbyte.protocol.models.Field;
import io.airbyte.protocol.models.Field.JsonSchemaPrimitive;
import io.airbyte.protocol.models.SyncMode;