Skip to content

Commit

Permalink
Add replication to stream
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardWez committed Nov 20, 2023
1 parent 1010207 commit 982931b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elx/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Stream(BaseModel):
stream: str = Field(alias="tap_stream_id")
table_name: Optional[str] = None
replication_method: Optional[str] = "FULL_TABLE"
replication_key: Optional[str] = None
key_properties: List[str]
stream_schema: dict = Field(alias="schema")
is_view: Optional[bool] = False
Expand Down

0 comments on commit 982931b

Please sign in to comment.