Skip to content

Commit

Permalink
✨Source Copper: Make Connector Compatible with Builder (#38214)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
  • Loading branch information
btkcodedev and girarda authored May 20, 2024
1 parent 3013d73 commit 99b17ee
Show file tree
Hide file tree
Showing 7 changed files with 709 additions and 631 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,13 @@ acceptance_tests:
- config_path: "secrets/config.json"
backward_compatibility_tests_config:
disable_for_version: "0.2.0"

basic_read:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams: []
# expect_records:
# path: "integration_tests/expected_records.jsonl"
# exact_order: no
incremental:
bypass_reason: "This connector does not implement incremental sync"
# tests:
# - config_path: "secrets/config.json"
# configured_catalog_path: "integration_tests/configured_catalog.json"
# future_state:
# future_state_path: "integration_tests/abnormal_state.json"
full_refresh:
tests:
- config_path: "secrets/config.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 44f3002f-2df9-4f6d-b21c-02cd3b47d0dc
dockerImageTag: 0.3.4
dockerImageTag: 0.3.5
dockerRepository: airbyte/source-copper
documentationUrl: https://docs.airbyte.com/integrations/sources/copper
githubIssueLabel: source-copper
Expand Down
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 = "0.3.4"
version = "0.3.5"
name = "source-copper"
description = "Source implementation for Copper."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down

This file was deleted.

Loading

0 comments on commit 99b17ee

Please sign in to comment.