Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
fix discovering replication-key
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Jun 24, 2019
1 parent f879dcc commit f86bf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_salesforce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def do_discover(sf):

if replication_key:
mdata = metadata.write(
mdata, (), 'valid-replication-keys', [replication_key])
mdata, (), 'replication-key', replication_key)
else:
mdata = metadata.write(
mdata,
Expand Down

0 comments on commit f86bf47

Please sign in to comment.