Skip to content

Commit

Permalink
unique key optional (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoyaArie authored Jan 7, 2025
1 parent e8dbdbb commit c9a7084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elementary/monitor/fetchers/models/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class SnapshotSchema(ArtifactSchema):
path: str
patch_path: Optional[str]
generated_at: str
unique_key: str
unique_key: Optional[str]
incremental_strategy: Optional[str]
table_name: str

Expand Down

0 comments on commit c9a7084

Please sign in to comment.