Skip to content

Commit

Permalink
fix: error in incremental reading
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdellahitech committed Aug 30, 2024
1 parent 827c27c commit 9cdda0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/hrflow_connectors/connectors/bullhorn/warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,7 @@ def item_to_read_from_job(item: t.Dict) -> str:
read=WarehouseReadAction(
parameters=ReadJobsParameters,
function=read_jobs,
endpoints=[],
supports_incremental=True,
item_to_read_from=item_to_read_from_job,
),
supports_incremental=True,
item_to_read_from=item_to_read_from_job,
)

0 comments on commit 9cdda0c

Please sign in to comment.