File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed
airbyte-config/init/src/main/resources/seed Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 1081
1081
icon : webflow.svg
1082
1082
sourceType : api
1083
1083
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
1084
1092
- name : Zendesk Chat
1085
1093
sourceDefinitionId : 40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4
1086
1094
dockerRepository : airbyte/source-zendesk-chat
Original file line number Diff line number Diff line change 10345
10345
supportsNormalization : false
10346
10346
supportsDBT : false
10347
10347
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 : []
10348
10395
- dockerImage : " airbyte/source-zendesk-chat:0.1.8"
10349
10396
spec :
10350
10397
documentationUrl : " https://docs.airbyte.io/integrations/sources/zendesk-chat"
You can’t perform that action at this time.
0 commit comments