diff --git a/src/hrflow_connectors/connectors/hrflow/warehouse/profile.py b/src/hrflow_connectors/connectors/hrflow/warehouse/profile.py index d6baaba46..4e4469775 100644 --- a/src/hrflow_connectors/connectors/hrflow/warehouse/profile.py +++ b/src/hrflow_connectors/connectors/hrflow/warehouse/profile.py @@ -303,6 +303,7 @@ def write_parsing( current_profile = parsing_response["data"]["profile"] profile_result = hydrate_profile(current_profile, profile) + edit_response = hrflow_client.profile.indexing.edit( source_key=parameters.source_key, key=profile_result["key"],