Skip to content

Commit d888b19

Browse files
joeykmhdavinchia
andauthored
feat: remove v1 models (#133)
The v1 protocol effort stalled, but we still have the v1 airbyte_protocol.yaml file in the repo. This is confusing, because it's unclear where updates to the protocol should be made. Discussed with @davinchia here that we should just remove the v1 file and fix forward any potential fallout. Co-authored-by: Davin Chia <davinchia@gmail.com>
1 parent 05f9dd6 commit d888b19

9 files changed

Lines changed: 16 additions & 1472 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)