Skip to content

Commit

Permalink
add agent_id as key property of AgentsActivity so SQL targets can use…
Browse files Browse the repository at this point in the history
… it as PRIMARY KEY
  • Loading branch information
tomaspinho committed Aug 31, 2021
1 parent 1868481 commit bf2badb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_zendesk/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ def sync(self, state):
class AgentsActivity(Stream):
name = "agents_activity"
replication_method = "FULL_TABLE"
key_properties = ["agent_id"]

def sync(self, state): # pylint: disable=unused-argument

Expand Down

0 comments on commit bf2badb

Please sign in to comment.