Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Payne committed Sep 22, 2023
1 parent a2deff4 commit 58896ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/singerlake/stream/file_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SingerFile(BaseModel):
tap_id: str
schema_: dict = Field(alias="schema")
parent_dir: Path
partition: tuple[int, ...]
partition: t.Tuple[int, ...]
min_time_extracted: datetime
max_time_extracted: datetime
encryption: t.Literal["none", "bz2", "gz"] = "none"
Expand Down

0 comments on commit 58896ab

Please sign in to comment.