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 Dec 27, 2024
1 parent 0821ff4 commit 050ebf1
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,73 +4,73 @@ connector_image: airbyte/source-close-com: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:
- name: missed_call_tasks
bypass_reason: "unable to populate"
- name: answered_detached_call_tasks
bypass_reason: "unable to populate"
- name: incoming_sms_tasks
bypass_reason: "unable to populate"
- name: email_followup_tasks
bypass_reason: "no data"
- name: task_completed_activities
bypass_reason: "no data"
- name: edit_bulk_actions
bypass_reason: "no data"
- name: delete_bulk_actions
bypass_reason: "no data"
- name: sequence_subscription_bulk_actions
bypass_reason: "no data"
- name: dialer
bypass_reason: "no data"
- name: send_as
bypass_reason: "unable to populate"
- name: voicemail_tasks
bypass_reason: "unable to populate"
- name: leads
bypass_reason: "unable to test due to fast-changing data"
- name: events
bypass_reason: "unable to test due to fast-changing data"
- name: users
bypass_reason: "unable to test due to fast-changing data"
- name: contacts
bypass_reason: "unable to test due to fast-changing data"
- name: google_connected_accounts
bypass_reason: "unable to test due to fast-changing data"
- name: custom_email_connected_accounts
bypass_reason: "unable to test due to fast-changing data"
- name: zoom_connected_accounts
bypass_reason: "unable to test due to fast-changing data"
- name: email_bulk_actions
bypass_reason: "unable to test due to fast-changing data"
- name: incoming_email_tasks
bypass_reason: "unable to test due to fast-changing data"
- name: created_activities
bypass_reason: "return records randomly"
- name: opportunity_status_change_activities
bypass_reason: "return records randomly"
fail_on_extra_columns: false
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams:
- name: missed_call_tasks
bypass_reason: "unable to populate"
- name: answered_detached_call_tasks
bypass_reason: "unable to populate"
- name: incoming_sms_tasks
bypass_reason: "unable to populate"
- name: email_followup_tasks
bypass_reason: "no data"
- name: task_completed_activities
bypass_reason: "no data"
- name: edit_bulk_actions
bypass_reason: "no data"
- name: delete_bulk_actions
bypass_reason: "no data"
- name: sequence_subscription_bulk_actions
bypass_reason: "no data"
- name: dialer
bypass_reason: "no data"
- name: send_as
bypass_reason: "unable to populate"
- name: voicemail_tasks
bypass_reason: "unable to populate"
- name: leads
bypass_reason: "unable to test due to fast-changing data"
- name: events
bypass_reason: "unable to test due to fast-changing data"
- name: users
bypass_reason: "unable to test due to fast-changing data"
- name: contacts
bypass_reason: "unable to test due to fast-changing data"
- name: google_connected_accounts
bypass_reason: "unable to test due to fast-changing data"
- name: custom_email_connected_accounts
bypass_reason: "unable to test due to fast-changing data"
- name: zoom_connected_accounts
bypass_reason: "unable to test due to fast-changing data"
- name: email_bulk_actions
bypass_reason: "unable to test due to fast-changing data"
- name: incoming_email_tasks
bypass_reason: "unable to test due to fast-changing data"
- name: created_activities
bypass_reason: "return records randomly"
- name: opportunity_status_change_activities
bypass_reason: "return records randomly"
fail_on_extra_columns: false
incremental:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
future_state:
future_state_path: "integration_tests/abnormal_state.json"
- 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"
configured_catalog_path: "integration_tests/configured_catalog.json"
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
25 changes: 12 additions & 13 deletions airbyte-integrations/connectors/source-close-com/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
sl: 100
allowedHosts:
hosts:
- api.close.com
- api.close.com
connectorSubtype: api
connectorType: source
definitionId: dfffecb7-9a13-43e9-acdc-b92af7997ca9
Expand All @@ -27,18 +27,17 @@ data:
releaseStage: beta
supportLevel: community
tags:
- cdk:low-code
- language:manifest-only
- cdk:low-code
- language:manifest-only
connectorTestSuitesOptions:
- suite: unitTests
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-CLOSE-COM__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- suite: unitTests
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-CLOSE-COM__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
connectorBuildOptions:
baseImage:
docker.io/airbyte/source-declarative-manifest:6.12.4@sha256:b73460101d4ff373826b56f00ef2012b635f5eab04c429892547dd055cd779dc
baseImage: docker.io/airbyte/source-declarative-manifest:6.12.4@sha256:b73460101d4ff373826b56f00ef2012b635f5eab04c429892547dd055cd779dc
metadataSpecVersion: "1.0"

0 comments on commit 050ebf1

Please sign in to comment.