Skip to content

Commit

Permalink
run format and add recruitee to source def
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Nov 8, 2022
1 parent 0bff05e commit 1fc1592
Show file tree
Hide file tree
Showing 6 changed files with 326 additions and 439 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,13 @@
icon: recharge.svg
sourceType: api
releaseStage: generally_available
- name: Recruitee
sourceDefinitionId: 3b046ac7-d8d3-4eb3-b122-f96b2a16d8a8
dockerRepository: airbyte/source-recruitee
dockerImageTag: 0.1.0
documentationUrl: https://docs.airbyte.com/integrations/sources/recruitee
sourceType: api
releaseStage: alpha
- name: Recurly
sourceDefinitionId: cd42861b-01fc-4658-a8ab-5d11d0510f01
dockerRepository: airbyte/source-recurly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"stream": {
"name": "candidates",
"json_schema": {},
"supported_sync_modes": [
"full_refresh"
]
"supported_sync_modes": ["full_refresh"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
Expand All @@ -15,9 +13,7 @@
"stream": {
"name": "offers",
"json_schema": {},
"supported_sync_modes": [
"full_refresh"
]
"supported_sync_modes": ["full_refresh"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
Expand All @@ -26,9 +22,7 @@
"stream": {
"name": "departments",
"json_schema": {},
"supported_sync_modes": [
"full_refresh"
]
"supported_sync_modes": ["full_refresh"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ definitions:
file_path: "./source_sentry/schemas/{{ options.name }}.json"
selector:
extractor:
field_pointer:
field_pointer:
- "{{ options['name'] }}"
requester:
url_base: "https://api.recruitee.com/c/{{ config.company_id }}"
Expand Down
Loading

0 comments on commit 1fc1592

Please sign in to comment.