Skip to content

Commit

Permalink
Merge pull request #9 from tomaspinho/master
Browse files Browse the repository at this point in the history
Fixes assumed PRIMARY KEYs for SQL-based targets like Redshift
  • Loading branch information
guptaa3 authored Sep 10, 2021
2 parents 1868481 + bf2badb commit 864ac94
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 864ac94

Please sign in to comment.