From e101cc0248186dd07a5243227422a254725b0c3a Mon Sep 17 00:00:00 2001 From: Josh lloyd Date: Thu, 7 Mar 2024 17:04:54 -0700 Subject: [PATCH] fixed values --- tap_clari/streams.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tap_clari/streams.py b/tap_clari/streams.py index a1acff9..7014b42 100644 --- a/tap_clari/streams.py +++ b/tap_clari/streams.py @@ -26,6 +26,7 @@ def __init__(self, tap, forecast_id: str): th.Property("entries", th.ArrayType(th.ObjectType( th.Property("fieldId", th.StringType), th.Property("quotaValue", th.NumberType), + th.Property("forecastValue", th.NumberType), th.Property("timeFrameId", th.StringType), th.Property("timePeriodId", th.StringType), th.Property("userId", th.StringType),