Skip to content

Commit

Permalink
feat: consider info if exists rather than the parsed info (#221)
Browse files Browse the repository at this point in the history
* 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 <the-forest-tree@hrflow.ai>

* 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 <the-forest-tree@hrflow.ai>
Co-authored-by: hrflow-semantic-release <hrflow-semantic-release>
  • Loading branch information
3 people committed Mar 19, 2024
1 parent bb77cd5 commit c72eea0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit c72eea0

Please sign in to comment.