Skip to content

Commit

Permalink
Fix Us storage schema of yadocs connection source (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
vallbull authored and github-actions[bot] committed Mar 18, 2024
1 parent b11a38f commit 3376ffa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class YaDocsFileConnectionSourceStorageSchema(BaseFileConnectionSourceStorageSch
public_link = fields.String(allow_none=True, load_default=None)
private_path = fields.String(allow_none=True, load_default=None)
first_line_is_header = fields.Boolean(allow_none=True, load_default=None)
sheet_id = fields.String(allow_none=True, load_default=None)
data_updated_at = fields.DateTime()


Expand Down

0 comments on commit 3376ffa

Please sign in to comment.