Skip to content

Commit

Permalink
Fix pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prijendev committed Oct 18, 2024
1 parent 822f450 commit d11b7a2
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 @@ -76,7 +76,7 @@ def build_state(raw_state, catalog):
if tap_stream_id in FORCED_FULL_TABLE:
for metadata_entry in catalog_entry['metadata']:
if metadata_entry['breadcrumb'] == []:
metadata_entry['metadata']['forced-replication-method'] = 'FULL_TABLE',
metadata_entry['metadata']['forced-replication-method'] = 'FULL_TABLE'
metadata_entry['metadata'].pop('valid-replication-keys', None)
LOGGER.info("Forcing FULL_TABLE replication for %s", tap_stream_id)
break
Expand Down

0 comments on commit d11b7a2

Please sign in to comment.