Skip to content

Commit

Permalink
fix: use datetime type for fetched_at (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Jan 13, 2023
1 parent d8e578a commit 4be58ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_github/repository_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,7 @@ def http_headers(self) -> dict:
th.Property("open_prs", th.IntegerType),
th.Property("dependents", th.IntegerType),
th.Property("contributors", th.IntegerType),
th.Property("fetched_at", th.DateType),
th.Property("fetched_at", th.DateTimeType),
).to_dict()


Expand Down

0 comments on commit 4be58ca

Please sign in to comment.