Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix affected connectors #19865

Merged
merged 21 commits into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@
icon: appfollow.svg
sourceType: api
releaseStage: alpha
- name: AppsFlyer
sourceDefinitionId: 16447954-e6a8-4593-b140-43dea13bc457
dockerRepository: airbyte/source-appsflyer
dockerImageTag: 0.1.0
documentationUrl: https://docs.airbyte.com/integrations/sources/appsflyer
sourceType: api
releaseStage: alpha
evantahler marked this conversation as resolved.
Show resolved Hide resolved
- name: Appstore
sourceDefinitionId: 2af123bf-0aaf-4e0d-9784-cb497f23741a
dockerRepository: airbyte/source-appstore-singer
Expand Down Expand Up @@ -202,7 +209,7 @@
- name: Chargebee
sourceDefinitionId: 686473f1-76d9-4994-9cc7-9b13da46147c
dockerRepository: airbyte/source-chargebee
dockerImageTag: 0.1.15
dockerImageTag: 0.1.16
documentationUrl: https://docs.airbyte.com/integrations/sources/chargebee
icon: chargebee.svg
sourceType: api
Expand Down Expand Up @@ -814,7 +821,7 @@
- name: Lemlist
sourceDefinitionId: 789f8e7a-2d28-11ec-8d3d-0242ac130003
dockerRepository: airbyte/source-lemlist
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
documentationUrl: https://docs.airbyte.com/integrations/sources/lemlist
sourceType: api
releaseStage: alpha
Expand Down Expand Up @@ -1109,6 +1116,13 @@
icon: outreach.svg
sourceType: api
releaseStage: alpha
- name: Pardot
sourceDefinitionId: ad15c7ba-72a7-440b-af15-b9a963dc1a8a
dockerRepository: airbyte/source-pardot
dockerImageTag: 0.1.0
documentationUrl: https://docs.airbyte.com/integrations/sources/pardot
sourceType: api
releaseStage: alpha
- name: PagerDuty
sourceDefinitionId: 2817b3f0-04e4-4c7a-9f32-7a5e8a83db95
dockerRepository: farosai/airbyte-pagerduty-source
Expand Down Expand Up @@ -1244,15 +1258,15 @@
sourceDefinitionId: d60a46d4-709f-4092-a6b7-2457f7d455f5
dockerRepository: airbyte/source-prestashop
dockerImageTag: 0.3.0
documentationUrl: https://docs.airbyte.com/integrations/sources/presta-shop
documentationUrl: https://docs.airbyte.com/integrations/sources/prestashop
Comment on lines -1247 to +1261
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

documentation URLs need to match the connector name exactly

icon: prestashop.svg
sourceType: api
releaseStage: beta
- name: Primetric
sourceDefinitionId: f636c3c6-4077-45ac-b109-19fc62a283c1
dockerRepository: airbyte/source-primetric
dockerImageTag: 0.1.0
documentationUrl: https://docs.airbyte.com/integrations/sources/presta-shop
documentationUrl: https://docs.airbyte.com/integrations/sources/primetric
Comment on lines -1255 to +1269
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong doc url!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch! There could be more of those in there... Might be worth a [optional, hypothetical] script to validate that 🤔

icon: primetric.svg
sourceType: api
releaseStage: alpha
Expand Down Expand Up @@ -1296,7 +1310,7 @@
sourceDefinitionId: 29b409d9-30a5-4cc8-ad50-886eb846fea3
dockerRepository: airbyte/source-quickbooks-singer
dockerImageTag: 0.1.5
documentationUrl: https://docs.airbyte.com/integrations/sources/quickbooks
documentationUrl: https://docs.airbyte.com/integrations/sources/quickbooks-singer
Comment on lines -1299 to +1313
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

documentation URLs need to match the connector name exactly

icon: qb.svg
sourceType: api
releaseStage: alpha
Expand Down Expand Up @@ -1634,6 +1648,13 @@
documentationUrl: https://docs.airbyte.com/integrations/sources/the-guardian-api
sourceType: api
releaseStage: alpha
- name: TPLcentral
sourceDefinitionId: f9b6c538-ee12-42fe-8d4b-0c10f5955417
dockerRepository: airbyte/source-tplcentral
dockerImageTag: 0.1.1
documentationUrl: https://docs.airbyte.com/integrations/sources/tplcentral
sourceType: api
releaseStage: alpha
- name: Trello
sourceDefinitionId: 8da67652-004c-11ec-9a03-0242ac130003
dockerRepository: airbyte/source-trello
Expand Down
157 changes: 151 additions & 6 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,48 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-appsflyer:0.1.0"
spec:
documentationUrl: "https://docsurl.com"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Appsflyer Spec"
type: "object"
required:
- "app_id"
- "api_token"
- "start_date"
additionalProperties: false
properties:
app_id:
type: "string"
description: "App identifier as found in AppsFlyer."
api_token:
type: "string"
description: "Pull API token for authentication. If you change the account\
\ admin, the token changes, and you must update scripts with the new token.\
\ <a href=\"https://support.appsflyer.com/hc/en-us/articles/360004562377\"\
>Get the API token in the Dashboard</a>."
airbyte_secret: true
start_date:
type: "string"
description: "The default value to use if no bookmark exists for an endpoint.\
\ Raw Reports historical lookback is limited to 90 days."
examples:
- "2021-11-16"
- "2021-11-16 15:00:00"
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}( [0-9]{2}:[0-9]{2}:[0-9]{2})?$"
timezone:
type: "string"
description: "Time zone in which date times are stored. The project timezone\
\ may be found in the App settings in the AppsFlyer console."
default: "UTC"
examples:
- "US/Pacific"
- "UTC"
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-appstore-singer:0.2.6"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/appstore"
Expand Down Expand Up @@ -2010,7 +2052,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-chargebee:0.1.15"
- dockerImage: "airbyte/source-chargebee:0.1.16"
spec:
documentationUrl: "https://apidocs.chargebee.com/docs/api"
connectionSpecification:
Expand Down Expand Up @@ -7066,9 +7108,9 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-lemlist:0.1.0"
- dockerImage: "airbyte/source-lemlist:0.1.1"
spec:
documentationUrl: "https://docsurl.com"
documentationUrl: "https://docs.airbyte.io/integrations/sources/lemlist"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Lemlist Spec"
Expand All @@ -7079,7 +7121,8 @@
properties:
api_key:
type: "string"
description: "API key to access your lemlist account."
title: "API key"
description: "Lemlist API key."
airbyte_secret: true
supportsNormalization: false
supportsDBT: false
Expand Down Expand Up @@ -10430,6 +10473,57 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-pardot:0.1.0"
spec:
documentationUrl: "https://docsurl.com"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Pardot Spec"
type: "object"
required:
- "pardot_business_unit_id"
- "client_id"
- "client_secret"
- "refresh_token"
additionalProperties: false
properties:
pardot_business_unit_id:
description: "Pardot Business ID, can be found at Setup > Pardot > Pardot\
\ Account Setup"
type: "string"
client_id:
description: "The Consumer Key that can be found when viewing your app in\
\ Salesforce"
type: "string"
airbyte_secret: true
client_secret:
description: "The Consumer Secret that can be found when viewing your app\
\ in Salesforce"
type: "string"
airbyte_secret: true
refresh_token:
description: "Salesforce Refresh Token used for Airbyte to access your Salesforce\
\ account. If you don't know what this is, follow this <a href=\"https://medium.com/@bpmmendis94/obtain-access-refresh-tokens-from-salesforce-rest-api-a324fe4ccd9b\"\
>guide</a> to retrieve it."
type: "string"
airbyte_secret: true
start_date:
description: "UTC date and time in the format 2017-01-25T00:00:00Z. Any\
\ data before this date will not be replicated. Leave blank to skip this\
\ filter"
type: "string"
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
default: null
examples:
- "2021-07-25T00:00:00Z"
is_sandbox:
description: "Whether or not the the app is in a Salesforce sandbox. If\
\ you do not know what this, assume it is false."
type: "boolean"
default: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "farosai/airbyte-pagerduty-source:0.1.23"
spec:
documentationUrl: "https://docs.faros.ai"
Expand Down Expand Up @@ -11627,7 +11721,7 @@
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-prestashop:0.3.0"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/presta-shop"
documentationUrl: "https://docs.airbyte.com/integrations/sources/prestashop"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "PrestaShop Spec"
Expand Down Expand Up @@ -11870,7 +11964,7 @@
- - "key"
- dockerImage: "airbyte/source-quickbooks-singer:0.1.5"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/quickbooks"
documentationUrl: "https://docs.airbyte.com/integrations/sources/quickbooks-singer"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Source QuickBooks Singer Spec"
Expand Down Expand Up @@ -14831,6 +14925,57 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-tplcentral:0.1.1"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/tplcentral"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Tplcentral Spec"
type: "object"
required:
- "url_base"
- "client_id"
- "client_secret"
additionalProperties: false
properties:
url_base:
title: "URL base"
type: "string"
format: "uri"
default: "https://secure-wms.com/"
pattern: "^https://"
client_id:
title: "Client ID"
type: "string"
client_secret:
title: "Client secret"
type: "string"
airbyte_secret: true
user_login_id:
title: "User login ID"
description: "User login ID and/or name is required"
type: "integer"
user_login:
title: "User login name"
description: "User login ID and/or name is required"
type: "string"
tpl_key:
title: "3PL GUID"
type: "string"
customer_id:
title: "Customer ID"
type: "integer"
facility_id:
title: "Facility ID"
type: "integer"
start_date:
title: "Start date"
description: "Date and time together in RFC 3339 format, for example, 2018-11-13T20:20:39+00:00."
type: "string"
format: "date-time"
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-trello:0.1.6"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/trello"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11208,7 +11208,7 @@
"name": "Prestashop",
"dockerRepository": "airbyte/source-prestashop",
"dockerImageTag": "0.1.0",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/presta-shop",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/prestashop",
"icon": "prestashop.svg",
"sourceType": "api",
"spec": {
Expand Down
Loading