Skip to content

Commit

Permalink
fix: woocommerce connector was not published (#15645)
Browse files Browse the repository at this point in the history
* fix: woocommerce connector was not published

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
  • Loading branch information
2 people authored and rodireich committed Aug 20, 2022
1 parent 2c20d02 commit c76e7d0
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,14 @@
icon: webflow.svg
sourceType: api
releaseStage: alpha
- name: WooCommerce
sourceDefinitionId: 2a2552ca-9f78-4c1c-9eb7-4d0dc66d72df
dockerRepository: airbyte/source-woocommerce
dockerImageTag: 0.1.2
documentationUrl: https://docs.airbyte.io/integrations/sources/woocommerce
icon: woocommerce.svg
sourceType: api
releaseStage: alpha
- name: Zendesk Chat
sourceDefinitionId: 40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4
dockerRepository: airbyte/source-zendesk-chat
Expand Down
47 changes: 47 additions & 0 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10345,6 +10345,53 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-woocommerce:0.1.2"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/woocommerce"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Woocommerce Source CDK Specifications"
type: "object"
required:
- "shop"
- "start_date"
- "api_key"
- "api_secret"
additionalProperties: false
properties:
shop:
type: "string"
description: "The name of the store. For https://EXAMPLE.com, the shop name\
\ is 'EXAMPLE.com'."
start_date:
type: "string"
description: "The date you would like to replicate data. Format: YYYY-MM-DD."
examples:
- "2021-01-01"
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
api_key:
type: "string"
description: "The CUSTOMER KEY for API in WooCommerce shop."
airbyte_secret: true
api_secret:
type: "string"
description: "The CUSTOMER SECRET for API in WooCommerce shop."
airbyte_secret: true
conversion_window_days:
title: "Conversion Window (Optional)"
type: "integer"
description: "A conversion window is the period of time after an ad interaction\
\ (such as an ad click or video view) during which a conversion, such\
\ as a purchase, is recorded in Google Ads."
minimum: 0
maximum: 1095
default: 0
examples:
- 14
order: 5
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-zendesk-chat:0.1.8"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/zendesk-chat"
Expand Down

0 comments on commit c76e7d0

Please sign in to comment.