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),