-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix affected connectors #19865
Changes from 12 commits
b79c88e
af19c5c
a5d4028
3bf6b22
8c35b61
8f848d1
76156af
4092534
0e4fdcd
3364d0e
b6cd03c
cb0b001
c856033
d055bb7
d5a66d5
ddb9237
137a53b
4964267
58a642e
2f6047f
56defc7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,6 +98,14 @@ | |
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 | ||
icon: appsflyer.svg | ||
sourceType: api | ||
releaseStage: alpha | ||
- name: Appstore | ||
sourceDefinitionId: 2af123bf-0aaf-4e0d-9784-cb497f23741a | ||
dockerRepository: airbyte/source-appstore-singer | ||
|
@@ -202,7 +210,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 | ||
|
@@ -814,7 +822,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 | ||
|
@@ -1109,6 +1117,14 @@ | |
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 | ||
icon: pardot.svg | ||
sourceType: api | ||
releaseStage: alpha | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pardot was missing from the catalog |
||
- name: PagerDuty | ||
sourceDefinitionId: 2817b3f0-04e4-4c7a-9f32-7a5e8a83db95 | ||
dockerRepository: farosai/airbyte-pagerduty-source | ||
|
@@ -1237,15 +1253,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
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wrong doc url! There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
@@ -1289,7 +1305,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
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
@@ -1626,6 +1642,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 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AppsFlyer was missing from the catalog