Skip to content

Commit

Permalink
Fix sink name for contacts stream
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid authored Nov 8, 2023
1 parent 6df07a7 commit cb749b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target_salesforce_v3/sinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ContactsSink(SalesforceV3Sink):
name = Contact.Stream.name
campaigns = None
contact_type = "Contact"
available_names = ["contact", "customers"]
available_names = ["contacts", "customers"]

@cached_property
def reference_data(self):
Expand Down

0 comments on commit cb749b7

Please sign in to comment.