Skip to content

Commit

Permalink
auto-bump connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
octavia-squidington-iii committed Apr 18, 2022
1 parent 93f5866 commit ef45264
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 @@ -731,7 +731,7 @@
- name: Smartsheets
sourceDefinitionId: 374ebc65-6636-4ea0-925c-7d35999a8ffc
dockerRepository: airbyte/source-smartsheets
dockerImageTag: 0.1.8
dockerImageTag: 0.1.9
documentationUrl: https://docs.airbyte.io/integrations/sources/smartsheets
icon: smartsheet.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7809,7 +7809,7 @@
oauthFlowOutputParameters:
- - "access_token"
- - "refresh_token"
- dockerImage: "airbyte/source-smartsheets:0.1.8"
- dockerImage: "airbyte/source-smartsheets:0.1.9"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/smartsheets"
connectionSpecification:
Expand Down

1 comment on commit ef45264

@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 Smartsheets(#11911)

Measures

Name Value Name Value Name Value
Quality Gate Status OK Bugs 0 Vulnerabilities 0
Security Rating A Reliability Rating A Coverage 45.2
Code Smells 12 Lines of Code 95 Lines to Cover 73
Duplicated Lines (%) 0.0 Duplicated Blocks 0 Blocker Issues 0
Critical Issues 0 Major Issues 1 Minor Issues 11

Detected Issues

Rule File Description Message
python:mypy_valid_type (MINOR) source_smartsheets/source.py:25 Check that type (annotation) is valid Function "builtins.any" is not valid as a type . Code line: def get_prop(col_type: str) -> Dict[str, any]:
python:mypy_valid_type (MINOR) source_smartsheets/source.py:51 Check that type (annotation) is valid Module "json" is not valid as a type . Code line: ... def check(self, logger: AirbyteLogger, config: json) -> AirbyteConne...
python:mypy_index (MINOR) source_smartsheets/source.py:53 Check indexing operations Value of type json? is not indexable . Code line: access_token = config["access_token"]
python:mypy_index (MINOR) source_smartsheets/source.py:54 Check indexing operations Value of type json? is not indexable . Code line: spreadsheet_id = config["spreadsheet_id"]
python:mypy_valid_type (MINOR) source_smartsheets/source.py:71 Check that type (annotation) is valid Module "json" is not valid as a type . Code line: ...ef discover(self, logger: AirbyteLogger, config: json) -> AirbyteCatal...
python:mypy_index (MINOR) source_smartsheets/source.py:72 Check indexing operations Value of type json? is not indexable . Code line: access_token = config["access_token"]
python:mypy_index (MINOR) source_smartsheets/source.py:73 Check indexing operations Value of type json? is not indexable . Code line: spreadsheet_id = config["spreadsheet_id"]
python:S112 (MAJOR) source_smartsheets/source.py:88 "Exception" and "BaseException" should not be raised Replace this generic exception class with a more specific one.
python:mypy_valid_type (MINOR) source_smartsheets/source.py:93 Check that type (annotation) is valid Module "json" is not valid as a type . Code line: self, logger: AirbyteLogger, config: json, catalog: Configured...
python:mypy_valid_type (MINOR) source_smartsheets/source.py:93 Check that type (annotation) is valid Function "builtins.any" is not valid as a type . Code line: ...config: json, catalog: ConfiguredAirbyteCatalog, state: Dict[str, any]
python:mypy_index (MINOR) source_smartsheets/source.py:96 Check indexing operations Value of type json? is not indexable . Code line: access_token = config["access_token"]
python:mypy_index (MINOR) source_smartsheets/source.py:97 Check indexing operations Value of type json? is not indexable . Code line: spreadsheet_id = config["spreadsheet_id"]

Coverage (45.2%)

File Coverage File Coverage
source_smartsheets/init.py 100.0 source_smartsheets/source.py 43.7

Please sign in to comment.