Skip to content

Commit

Permalink
chore: auto-fix lint and format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
octavia-squidington-iii committed Oct 23, 2024
1 parent bd429ef commit ca174e9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ connector_image: airbyte/source-younium:dev
acceptance_tests:
spec:
tests:
- spec_path: "manifest.yaml"
- spec_path: "manifest.yaml"
connection:
tests:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
discovery:
tests:
- config_path: "secrets/config.json"
- config_path: "secrets/config.json"
basic_read:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams: []
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams: []
# TODO uncomment this block to specify that the tests should assert the connector outputs the records provided in the input file a file
# expect_records:
# path: "integration_tests/expected_records.jsonl"
Expand All @@ -33,5 +33,5 @@ acceptance_tests:
# future_state_path: "integration_tests/abnormal_state.json"
full_refresh:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
29 changes: 14 additions & 15 deletions airbyte-integrations/connectors/source-younium/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ data:
# Please update to the latest version of the connector base image.
# https://hub.docker.com/r/airbyte/python-connector-base
# Please use the full address with sha256 hash to guarantee build reproducibility.
baseImage:
docker.io/airbyte/source-declarative-manifest:5.15.0@sha256:09a84e0622f36393077332faf11cc239e77083fae5fa500592c049dca25888a7
baseImage: docker.io/airbyte/source-declarative-manifest:5.15.0@sha256:09a84e0622f36393077332faf11cc239e77083fae5fa500592c049dca25888a7
connectorSubtype: api
connectorType: source
definitionId: 9c74c2d7-531a-4ebf-b6d8-6181f805ecdc
Expand All @@ -28,18 +27,18 @@ data:
supportLevel: community
documentationUrl: https://docs.airbyte.com/integrations/sources/younium
tags:
- language:manifest-only
- cdk:low-code
- language:manifest-only
- cdk:low-code
connectorTestSuitesOptions:
- suite: liveTests
testConnections:
- name: younium_config_dev_null
id: bcc0a350-b9df-478f-8c08-1cd996b05026
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-YOUNIUM__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- suite: liveTests
testConnections:
- name: younium_config_dev_null
id: bcc0a350-b9df-478f-8c08-1cd996b05026
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-YOUNIUM__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"

0 comments on commit ca174e9

Please sign in to comment.