Skip to content

Commit

Permalink
bump dockerfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed Mar 1, 2022
1 parent d5c675d commit 4a76f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
- name: Salesforce
sourceDefinitionId: b117307c-14b6-41aa-9422-947e34922962
dockerRepository: airbyte/source-salesforce
dockerImageTag: 1.0.1
dockerImageTag: 1.0.2
documentationUrl: https://docs.airbyte.io/integrations/sources/salesforce
icon: salesforce.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ COPY source_salesforce ./source_salesforce
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=1.0.1
LABEL io.airbyte.version=1.0.2
LABEL io.airbyte.name=airbyte/source-salesforce

1 comment on commit 4a76f8c

@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
Duplicated Lines (%) 0.0 Vulnerabilities 0 Bugs 0
Lines to Cover 523 Security Rating A Lines of Code 826
Quality Gate Status OK Duplicated Blocks 0 Reliability Rating A
Coverage 88.1 Code Smells 0 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.