Skip to content

Commit

Permalink
Webflow add ids to streams (#14689)
Browse files Browse the repository at this point in the history
* Added _id and _cid to the schema (catalog)

* Bumped io.airbyte.version

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
  • Loading branch information
1 parent 84caab4 commit f9c3940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@
- name: Webflow
sourceDefinitionId: ef580275-d9a9-48bb-af5e-db0f5855be04
dockerRepository: airbyte/source-webflow
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
documentationUrl: https://docs.airbyte.io/integrations/sources/webflow
icon: webflow.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9627,7 +9627,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-webflow:0.1.1"
- dockerImage: "airbyte/source-webflow:0.1.2"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/webflow"
connectionSpecification:
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-webflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_webflow ./source_webflow
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.name=airbyte/source-webflow

0 comments on commit f9c3940

Please sign in to comment.