diff --git a/README.md b/README.md index 6e544b76..d2e56317 100644 --- a/README.md +++ b/README.md @@ -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: | | | diff --git a/src/hrflow_connectors/connectors/bullhorn/connector.py b/src/hrflow_connectors/connectors/bullhorn/connector.py index 47e3d8d2..00dc3671 100644 --- a/src/hrflow_connectors/connectors/bullhorn/connector.py +++ b/src/hrflow_connectors/connectors/bullhorn/connector.py @@ -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} diff --git a/src/hrflow_connectors/connectors/bullhorn/docs/push_application.md b/src/hrflow_connectors/connectors/bullhorn/docs/push_application.md index 4586a632..6d2f785c 100644 --- a/src/hrflow_connectors/connectors/bullhorn/docs/push_application.md +++ b/src/hrflow_connectors/connectors/bullhorn/docs/push_application.md @@ -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