Skip to content

Commit

Permalink
Readded xkcd to source def yaml (#18386)
Browse files Browse the repository at this point in the history
* readded xkcd to source def yaml

* remove changes in klavyio

* auto-bump connector version

Co-authored-by: Octavia Squidington III <[email protected]>
  • Loading branch information
marcosmarxm and octavia-squidington-iii authored Oct 24, 2022
1 parent a3c00fa commit 1ee4ea7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,13 @@
icon: victorops.svg
sourceType: api
releaseStage: alpha
- name: xkcd
sourceDefinitionId: 80fddd16-17bd-4c0c-bf4a-80df7863fc9d
dockerRepository: airbyte/source-xkcd
dockerImageTag: 0.1.1
documentationUrl: https://docs.airbyte.com/integrations/sources/xkcd
sourceType: api
releaseStage: alpha
- name: Webflow
sourceDefinitionId: ef580275-d9a9-48bb-af5e-db0f5855be04
dockerRepository: airbyte/source-webflow
Expand Down
11 changes: 11 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 @@ -11820,6 +11820,17 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-xkcd:0.1.1"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/xkcd"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Xkcd Spec"
type: "object"
properties: {}
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-webflow:0.1.2"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/webflow"
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-xkcd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_xkcd ./source_xkcd
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.name=airbyte/source-xkcd
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Xkcd Spec
type: object
properties: {}

0 comments on commit 1ee4ea7

Please sign in to comment.