Skip to content

Commit

Permalink
adds size_in_bytes in FileItem
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Sep 28, 2023
1 parent 04714d5 commit 032ae5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlt/common/storages/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class FileItem(TypedDict):
file_name: str
mime_type: str
modification_date: pendulum.DateTime
size_in_bytes: int
file_content: Optional[Union[str, bytes]]


Expand Down

0 comments on commit 032ae5c

Please sign in to comment.