Skip to content

Commit

Permalink
✨Source Coda: Make Connector Compatible with Builder (#38578)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Girard <[email protected]>
  • Loading branch information
pabloescoder and girarda authored May 28, 2024
1 parent baaad77 commit 733ac21
Show file tree
Hide file tree
Showing 21 changed files with 969 additions and 838 deletions.
6 changes: 0 additions & 6 deletions airbyte-integrations/connectors/source-coda/.dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-coda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#


Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-coda/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 27f910fd-f832-4b2e-bcfd-6ab342e434d8
dockerImageTag: 1.2.1
dockerImageTag: 1.2.2
dockerRepository: airbyte/source-coda
documentationUrl: https://docs.airbyte.com/integrations/sources/coda
githubIssueLabel: source-coda
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-coda/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "1.2.1"
version = "1.2.2"
name = "source-coda"
description = "Source implementation for Coda."
authors = [ "Airbyte <[email protected]>",]
Expand Down
2 changes: 0 additions & 2 deletions airbyte-integrations/connectors/source-coda/requirements.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#


Expand Down
Loading

0 comments on commit 733ac21

Please sign in to comment.