Skip to content

Commit

Permalink
publish spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed Mar 1, 2022
1 parent 4a76f8c commit 5d8b977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7064,7 +7064,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-salesforce:1.0.1"
- dockerImage: "airbyte/source-salesforce:1.0.2"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/salesforce"
connectionSpecification:
Expand All @@ -7081,7 +7081,7 @@
title: "Sandbox"
description: "Whether the app is in a Salesforce sandbox or not. If you\
\ do not know what this is, assume it as false. We provide more info on\
\ this field in the <a href=\"https://docs.airbyte.com/integrations/sources/salesforce#is_sandbox\"\
\ this field in the <a href=\"https://docs.airbyte.com/integrations/sources/salesforce#sandbox-accounts\"\
>docs</a>."
type: "boolean"
default: false
Expand Down

1 comment on commit 5d8b977

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SonarQube Report

SonarQube report for Airbyte Connectors Source Salesforce(#10751)

Measures

Name Value Name Value Name Value
Reliability Rating A Bugs 0 Duplicated Blocks 0
Quality Gate Status OK Security Rating A Duplicated Lines (%) 0.0
Coverage 88.1 Lines to Cover 523 Code Smells 0
Vulnerabilities 0 Lines of Code 826 Blocker Issues 0
Critical Issues 0 Major Issues 0 Minor Issues 0

Coverage (88.1%)

File Coverage File Coverage
source_salesforce/init.py 100.0 source_salesforce/api.py 90.7
source_salesforce/exceptions.py 100.0 source_salesforce/rate_limiting.py 86.4
source_salesforce/source.py 92.0 source_salesforce/streams.py 85.2
source_salesforce/utils.py 100.0

Please sign in to comment.