Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
fix: remove airbyte namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Jul 19, 2022
1 parent 92367e1 commit bd7baa4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/datamodel/airbyte.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type AirbyteRecordMessage struct {
Stream string `json:"stream"`
Data json.RawMessage `json:"data"`
EmittedAt int64 `json:"emitted_at"`
Namespace string `json:"namespace"`
}

// AirbyteCatalog defines the AirbyteCatalog protocol as in:
Expand All @@ -47,7 +46,6 @@ type AirbyteStream struct {
SourceDefinedCursor bool `json:"source_defined_cursor"`
DefaultCursorField []string `json:"default_cursor_field"`
SourceDefinedPrimaryKey [][]string `json:"source_defined_primary_key"`
Namespace string `json:"namespace"`
}

// ConfiguredAirbyteCatalog defines the ConfiguredAirbyteCatalog protocol as in:
Expand Down

0 comments on commit bd7baa4

Please sign in to comment.