Skip to content

Commit

Permalink
Merge pull request #285 from Riminder/fix/connector-bullhorn
Browse files Browse the repository at this point in the history
Fix/connector bullhorn
  • Loading branch information
Thomas65535 authored Sep 18, 2024
2 parents b176b83 + 84dff54 commit aa0f255
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ We invite developers to join us in our mission to bring AI and data integration
| **Beetween** | ATS | :dart: | | | :x: | :x: | :x: | | |
| **Breezy HR** | ATS | :dart: | | | :x: | :x: | :x: | | |
| **Broadbean** | ATS | :dart: | | | :x: | :x: | :x: | | |
| [**Bullhorn**](./src/hrflow_connectors/connectors/bullhorn/README.md) | ATS | :white_check_mark: | *26/01/2022* | *12/09/2024* | :white_check_mark: | :white_check_mark: | :white_check_mark: | | |
| [**Bullhorn**](./src/hrflow_connectors/connectors/bullhorn/README.md) | ATS | :white_check_mark: | *26/01/2022* | *18/09/2024* | :white_check_mark: | :white_check_mark: | :white_check_mark: | | |
| **CATS** | ATS | :dart: | | | :x: | :x: | :x: | | |
| **Carerix** | ATS | :dart: | | | :x: | :x: | :x: | | |
| **Cegid (Meta4)** | ATS | :dart: | | | :x: | :x: | :x: | | |
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/bullhorn/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ def profile_format(data: BullhornProfile) -> t.Dict:
}
hrflow_education.append(object_education)

# Experience
hrflow_experience = []
for experience in data["workHistories"]:
location = {"text": "", "lng": None, "lat": None}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Retrieves profiles from Hrflow.ai and writes their applications to the Bullhorn
| Field | Type | Default | Description |
| ----- | ---- | ------- | ----------- |
| `logics` | `typing.List[typing.Callable[[typing.Dict], typing.Optional[typing.Dict]]]` | [] | List of logic functions |
| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_application`](../connector.py#L385) | Formatting function |
| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_application`](../connector.py#L384) | Formatting function |
| `read_mode` | `str` | ReadMode.sync | If 'incremental' then `read_from` of the last run is given to Origin Warehouse during read. **The actual behavior depends on implementation of read**. In 'sync' mode `read_from` is neither fetched nor given to Origin Warehouse during read. |

## Source Parameters
Expand Down

0 comments on commit aa0f255

Please sign in to comment.