diff --git a/tap_hibob/streams.py b/tap_hibob/streams.py index 06f2f39..0984f4d 100644 --- a/tap_hibob/streams.py +++ b/tap_hibob/streams.py @@ -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 = "" @@ -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 = ""