Skip to content

Commit

Permalink
fixed values
Browse files Browse the repository at this point in the history
  • Loading branch information
jlloyd-widen committed Mar 8, 2024
1 parent 6238a4f commit e101cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_clari/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit e101cc0

Please sign in to comment.