Skip to content

Commit

Permalink
fix bug when start date missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Jan 17, 2024
1 parent f7a126f commit 697ec4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_hubspot/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def post_process(
Returns:
The resulting record dict, or `None` if the record should be excluded.
"""
if self._is_incremental_search(context):
if self.replication_key:
val = None
if props := row.get("properties"):
val = props[self.replication_key]
Expand Down

0 comments on commit 697ec4b

Please sign in to comment.