From 92dfe56d5d68ad8ddb7d6c9dcbb79eb92c76021f Mon Sep 17 00:00:00 2001 From: Josh lloyd Date: Thu, 8 Feb 2024 10:12:50 -0700 Subject: [PATCH] fix project stream property --- tap_toggl/streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_toggl/streams.py b/tap_toggl/streams.py index 7582493..8d89d87 100644 --- a/tap_toggl/streams.py +++ b/tap_toggl/streams.py @@ -232,7 +232,7 @@ class ProjectsStream(TogglPaginationStream): th.Property("end_date", th.DateTimeType), th.Property("start_date", th.DateTimeType), )), - th.Property("string", th.StringType), + th.Property("end_date", th.DateTimeType), th.Property("estimated_hours", th.IntegerType), th.Property("estimated_seconds", th.IntegerType), th.Property("fixed_fee", th.NumberType),