From 6798f0c9f14d8369db942e56c964a5cf081f3260 Mon Sep 17 00:00:00 2001 From: Abdellahitech Date: Wed, 18 Sep 2024 15:24:42 +0200 Subject: [PATCH] fix: to generate version --- src/hrflow_connectors/connectors/bullhorn/connector.py | 1 - .../connectors/bullhorn/docs/push_application.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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