Skip to content

Commit c76e7d0

Browse files
harshithmullapudioctavia-squidington-iii
authored andcommitted
fix: woocommerce connector was not published (#15645)
* fix: woocommerce connector was not published * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <[email protected]>
1 parent 2c20d02 commit c76e7d0

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,14 @@
10811081
icon: webflow.svg
10821082
sourceType: api
10831083
releaseStage: alpha
1084+
- name: WooCommerce
1085+
sourceDefinitionId: 2a2552ca-9f78-4c1c-9eb7-4d0dc66d72df
1086+
dockerRepository: airbyte/source-woocommerce
1087+
dockerImageTag: 0.1.2
1088+
documentationUrl: https://docs.airbyte.io/integrations/sources/woocommerce
1089+
icon: woocommerce.svg
1090+
sourceType: api
1091+
releaseStage: alpha
10841092
- name: Zendesk Chat
10851093
sourceDefinitionId: 40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4
10861094
dockerRepository: airbyte/source-zendesk-chat

airbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10345,6 +10345,53 @@
1034510345
supportsNormalization: false
1034610346
supportsDBT: false
1034710347
supported_destination_sync_modes: []
10348+
- dockerImage: "airbyte/source-woocommerce:0.1.2"
10349+
spec:
10350+
documentationUrl: "https://docs.airbyte.io/integrations/sources/woocommerce"
10351+
connectionSpecification:
10352+
$schema: "http://json-schema.org/draft-07/schema#"
10353+
title: "Woocommerce Source CDK Specifications"
10354+
type: "object"
10355+
required:
10356+
- "shop"
10357+
- "start_date"
10358+
- "api_key"
10359+
- "api_secret"
10360+
additionalProperties: false
10361+
properties:
10362+
shop:
10363+
type: "string"
10364+
description: "The name of the store. For https://EXAMPLE.com, the shop name\
10365+
\ is 'EXAMPLE.com'."
10366+
start_date:
10367+
type: "string"
10368+
description: "The date you would like to replicate data. Format: YYYY-MM-DD."
10369+
examples:
10370+
- "2021-01-01"
10371+
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
10372+
api_key:
10373+
type: "string"
10374+
description: "The CUSTOMER KEY for API in WooCommerce shop."
10375+
airbyte_secret: true
10376+
api_secret:
10377+
type: "string"
10378+
description: "The CUSTOMER SECRET for API in WooCommerce shop."
10379+
airbyte_secret: true
10380+
conversion_window_days:
10381+
title: "Conversion Window (Optional)"
10382+
type: "integer"
10383+
description: "A conversion window is the period of time after an ad interaction\
10384+
\ (such as an ad click or video view) during which a conversion, such\
10385+
\ as a purchase, is recorded in Google Ads."
10386+
minimum: 0
10387+
maximum: 1095
10388+
default: 0
10389+
examples:
10390+
- 14
10391+
order: 5
10392+
supportsNormalization: false
10393+
supportsDBT: false
10394+
supported_destination_sync_modes: []
1034810395
- dockerImage: "airbyte/source-zendesk-chat:0.1.8"
1034910396
spec:
1035010397
documentationUrl: "https://docs.airbyte.io/integrations/sources/zendesk-chat"

0 commit comments

Comments
 (0)