Skip to content

Commit

Permalink
fix pks
Browse files Browse the repository at this point in the history
  • Loading branch information
jlloyd-widen committed Mar 8, 2024
1 parent ae1b210 commit 4d3e1eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tap_clari/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ def __init__(self, tap, forecast_id: str):
)
self.forecast_id = forecast_id

primary_keys: t.ClassVar[list[str]] = ["entries"]
primary_keys: t.ClassVar[list[str]] = [
"fieldId",
"timeFrameId",
"timePeriodId",
"userId"
]
replication_key = None
schema = th.PropertiesList(
th.Property("adjustmentValue", th.NumberType),
Expand Down

0 comments on commit 4d3e1eb

Please sign in to comment.