From bea7ded6cf9cc9cfac6a0b1be0cdb2c6e7f810e8 Mon Sep 17 00:00:00 2001 From: Abdellahi Mezid <135601200+Abdellahitech@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:18:52 +0100 Subject: [PATCH] feat: consider info if exists rather than the parsed info (#221) * feat: consider info if exists rather than the parsed info * fix: add case urls in info of profile json * fix: after jamal review * fix: remplace cv url by cv binary (#220) * fix:add some error handling for jobology connector * fix:jobology flake8 connector * fix:some type * fix:regarding jamal review * fix: remplace cv url by cv binary * docs: update docs * fix: flake8 outputs * fix: jobology catch profile * docs: update docs * fix: regarding jamal review * fix: handle possible error binasciii * fix: flake8 and docs * fix: some flake8 output * fix: correct update date for Jobology connector (#222) Co-authored-by: the-forest-tree * 4.6.1 Automatically generated by python-semantic-release * fix: regarding jamal review location=value --------- Co-authored-by: the-forest-tree <65894619+the-forest-tree@users.noreply.github.com> Co-authored-by: the-forest-tree Co-authored-by: hrflow-semantic-release --- src/hrflow_connectors/connectors/hrflow/warehouse/profile.py | 1 + 1 file changed, 1 insertion(+) 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"],