Skip to content

Commit 99b17ee

Browse files
btkcodedevgirarda
andauthored
✨Source Copper: Make Connector Compatible with Builder (#38214)
Co-authored-by: Alexandre Girard <[email protected]>
1 parent 3013d73 commit 99b17ee

File tree

7 files changed

+709
-631
lines changed

7 files changed

+709
-631
lines changed

airbyte-integrations/connectors/source-copper/acceptance-test-config.yml

-9
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,13 @@ acceptance_tests:
1414
- config_path: "secrets/config.json"
1515
backward_compatibility_tests_config:
1616
disable_for_version: "0.2.0"
17-
1817
basic_read:
1918
tests:
2019
- config_path: "secrets/config.json"
2120
configured_catalog_path: "integration_tests/configured_catalog.json"
2221
empty_streams: []
23-
# expect_records:
24-
# path: "integration_tests/expected_records.jsonl"
25-
# exact_order: no
2622
incremental:
2723
bypass_reason: "This connector does not implement incremental sync"
28-
# tests:
29-
# - config_path: "secrets/config.json"
30-
# configured_catalog_path: "integration_tests/configured_catalog.json"
31-
# future_state:
32-
# future_state_path: "integration_tests/abnormal_state.json"
3324
full_refresh:
3425
tests:
3526
- config_path: "secrets/config.json"

airbyte-integrations/connectors/source-copper/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: api
88
connectorType: source
99
definitionId: 44f3002f-2df9-4f6d-b21c-02cd3b47d0dc
10-
dockerImageTag: 0.3.4
10+
dockerImageTag: 0.3.5
1111
dockerRepository: airbyte/source-copper
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/copper
1313
githubIssueLabel: source-copper

airbyte-integrations/connectors/source-copper/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.3.4"
6+
version = "0.3.5"
77
name = "source-copper"
88
description = "Source implementation for Copper."
99
authors = [ "Airbyte <[email protected]>",]

airbyte-integrations/connectors/source-copper/requirements.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)