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

Commit

Permalink
DE-2540 Hibob - Deprecation of employees endpoint - Migrate dependenc…
Browse files Browse the repository at this point in the history
…y of parent stream to new endpoint (#58)

* WIP

* Removed dependency on old stream
  • Loading branch information
SBurwash authored Jan 4, 2024
1 parent 97aa281 commit dec9875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tap_hibob/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class EmployeeEmploymentHistoryStream(HibobStream):
replication_key = None
state_partitioning_keys = []
schema = EmployeeEmploymentHistory.schema
parent_stream_type = EmployeesStream
parent_stream_type = EmployeesSearchStream
ignore_parent_replication_keys = True
employee_id = ""

Expand Down Expand Up @@ -150,7 +150,7 @@ class EmployeeWorkHistoryStream(HibobStream):
replication_key = None
state_partitioning_keys = []
schema = EmployeeWorkHistory.schema
parent_stream_type = EmployeesStream
parent_stream_type = EmployeesSearchStream
ignore_parent_replication_keys = True
employee_id = ""

Expand Down

0 comments on commit dec9875

Please sign in to comment.