Skip to content

Commit c73ef4e

Browse files
authored
fix: remove V1 models. Move clearly schema defined objects into V0 package. (#120)
The platform no longer uses non-V0 packages. At this point, I'm confident we can remove the V1 models. I've also taken the chance to consolidate some of the sprawl we have. I will use this version to hard cut all connectors off to non-v1 packages.
1 parent edcf1c3 commit c73ef4e

9 files changed

Lines changed: 16 additions & 1399 deletions

File tree

protocol-models/src/main/java/io/airbyte/protocol/models/AirbyteProtocolSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public enum AirbyteProtocolSchema {
1111

1212
PROTOCOL("airbyte_protocol.yaml");
1313

14-
static final Path KNOWN_SCHEMAS_ROOT = JsonSchemas.prepareSchemas("airbyte_protocol", AirbyteProtocolSchema.class);
14+
static final Path KNOWN_SCHEMAS_ROOT = JsonSchemas.prepareSchemas("airbyte_protocol/v0", AirbyteProtocolSchema.class);
1515

1616
private final String schemaFilename;
1717

protocol-models/src/main/java/io/airbyte/protocol/models/AirbyteStreamNameNamespacePair.java

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)