Skip to content

Commit

Permalink
fix: to generate version
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdellahitech committed Sep 18, 2024
1 parent b176b83 commit 6798f0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 6798f0c

Please sign in to comment.