Skip to content

Commit

Permalink
✨ Source Greenhouse - add custom fields and ```keyed_custom_fie…
Browse files Browse the repository at this point in the history
…lds``` to Candidates stream (#30648)

Co-authored-by: Sajarin <[email protected]>
  • Loading branch information
robertoarnetoli and sajarin authored Sep 27, 2023
1 parent 5648cbe commit 86e2b48
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY main.py ./
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.4.2
LABEL io.airbyte.version=0.4.3
LABEL io.airbyte.name=airbyte/source-greenhouse
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 59f1e50a-331f-4f09-b3e8-2e8d4d355f44
dockerImageTag: 0.4.2
dockerImageTag: 0.4.3
dockerRepository: airbyte/source-greenhouse
githubIssueLabel: source-greenhouse
icon: greenhouse.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,16 @@
},
"addresses": {
"type": "array"
},
"custom_fields": {
"properties": {},
"additionalProperties": true,
"type": ["null", "object"]
},
"keyed_custom_fields": {
"properties": {},
"additionalProperties": true,
"type": ["null", "object"]
}
}
}
1 change: 1 addition & 0 deletions docs/integrations/sources/greenhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ The Greenhouse connector should not run into Greenhouse API limitations under no

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 0.4.3 | 2023-09-20 | [30648](https://github.com/airbytehq/airbyte/pull/30648) | Update candidates.json |
| 0.4.2 | 2023-08-02 | [28969](https://github.com/airbytehq/airbyte/pull/28969) | Update CDK version |
| 0.4.1 | 2023-06-28 | [27773](https://github.com/airbytehq/airbyte/pull/27773) | Update following state breaking changes |
| 0.4.0 | 2023-04-26 | [25332](https://github.com/airbytehq/airbyte/pull/25332) | Add new streams: `ActivityFeed`, `Approvals`, `Disciplines`, `Eeoc`, `EmailTemplates`, `Offices`, `ProspectPools`, `Schools`, `Tags`, `UserPermissions`, `UserRoles` |
Expand Down

0 comments on commit 86e2b48

Please sign in to comment.