Skip to content

Commit

Permalink
10192 Bump connector's version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zirochkaa committed Feb 22, 2022
1 parent e399272 commit 475b5cb
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 @@ -112,7 +112,7 @@
- name: Chargebee
sourceDefinitionId: 686473f1-76d9-4994-9cc7-9b13da46147c
dockerRepository: airbyte/source-chargebee
dockerImageTag: 0.1.7
dockerImageTag: 0.1.8
documentationUrl: https://docs.airbyte.io/integrations/sources/chargebee
icon: chargebee.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-chargebee:0.1.7"
- dockerImage: "airbyte/source-chargebee:0.1.8"
spec:
documentationUrl: "https://apidocs.chargebee.com/docs/api"
connectionSpecification:
Expand Down

1 comment on commit 475b5cb

@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 Chargebee(#10366)

Measures

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

Detected Issues

Rule File Description Message
python:mypy_override (MINOR) source_chargebee/streams.py:302 Check that method override is compatible with base class Signature of "request_params" incompatible with supertype "IncrementalChargebeeStream" . Code line: def request_params(self, **kwargs) -> MutableMapping[str, Any]:
python:mypy_override (MINOR) source_chargebee/streams.py:302 Check that method override is compatible with base class Signature of "request_params" incompatible with supertype "ChargebeeStream" . Code line: def request_params(self, **kwargs) -> MutableMapping[str, Any]:
python:mypy_no_any_return (MINOR) source_chargebee/streams.py:124 Reject returning value with "Any" type if return type is not "Any" Returning Any from function declared to return "int" . Code line: return start_point
python:mypy_override (MINOR) source_chargebee/streams.py:126 Check that method override is compatible with base class Signature of "parse_response" incompatible with supertype "ChargebeeStream" . Code line: def parse_response(
python:mypy_assignment (MINOR) source_chargebee/streams.py:127 Check that assigned value is compatible with target Incompatible default for argument "stream_slice" (default has type "None", argument has type "Mapping[str, Any]") . Code line: ...t: ListResult, stream_slice: Mapping[str, Any] = None, stream_state: M...
python:mypy_assignment (MINOR) source_chargebee/streams.py:127 Check that assigned value is compatible with target Incompatible default for argument "stream_state" (default has type "None", argument has type "Mapping[str, Any]") . Code line: ...lice: Mapping[str, Any] = None, stream_state: Mapping[str, Any] = None
python:mypy_attr_defined (MINOR) source_chargebee/streams.py:142 Check that attribute exists "MutableMapping[str, Any]" has no attribute "copy" . Code line: current_stream_state = current_stream_state.copy()
python:mypy_type_var (MINOR) source_chargebee/streams.py:148 Check that type variable values are valid Value of type variable "SupportsRichComparisonT" of "max" cannot be "Optional[Any]" . Code line: max_value = max(current_state_value, latest_cursor_value)
python:mypy_assignment (MINOR) source_chargebee/streams.py:161 Check that assigned value is compatible with target Incompatible default for argument "stream_slice" (default has type "None", argument has type "Mapping[str, Any]") . Code line: ...ing[str, Any], stream_slice: Mapping[str, Any] = None, next_page_token...
python:mypy_assignment (MINOR) source_chargebee/streams.py:161 Check that assigned value is compatible with target Incompatible default for argument "next_page_token" (default has type "None", argument has type "Mapping[str, Any]") . Code line: ...e: Mapping[str, Any] = None, next_page_token: Mapping[str, Any] = None
python:mypy_override (MINOR) source_chargebee/streams.py:177 Check that method override is compatible with base class Signature of "parse_response" incompatible with supertype "SemiIncrementalChargebeeStream" . Code line: def parse_response(self, list_result: ListResult, **kwargs) -> Ite...
python:mypy_assignment (MINOR) source_chargebee/streams.py:273 Check that assigned value is compatible with target Incompatible default for argument "stream_slice" (default has type "None", argument has type "Mapping[str, Any]") . Code line: ...ing[str, Any], stream_slice: Mapping[str, Any] = None, next_page_token...
python:mypy_assignment (MINOR) source_chargebee/streams.py:273 Check that assigned value is compatible with target Incompatible default for argument "next_page_token" (default has type "None", argument has type "Mapping[str, Any]") . Code line: ...e: Mapping[str, Any] = None, next_page_token: Mapping[str, Any] = None
python:mypy_import (MINOR) source_chargebee/rate_limiting.py:11 Require that imported module can be found or has stubs Library stubs not installed for "requests" (or incompatible with Python 3.7) . Code line: from requests import codes
python:mypy_call_overload (MINOR) source_chargebee/source.py:21 Check that an overload variant matches arguments No overload variant of "next" matches argument type "Iterable[Mapping[str, Any]]" . Code line: next(subscription_stream.read_records(sync_mode=SyncMode.f...
python:mypy_return (MINOR) source_chargebee/streams.py:38 Check that function always returns a value Missing return statement . Code line: def next_page_token(self, list_result: ListResult) -> Optional[Map...
python:mypy_assignment (MINOR) source_chargebee/streams.py:47 Check that assigned value is compatible with target Incompatible default for argument "stream_slice" (default has type "None", argument has type "Mapping[str, Any]") . Code line: ...ing[str, Any], stream_slice: Mapping[str, Any] = None, next_page_token...
python:mypy_assignment (MINOR) source_chargebee/streams.py:47 Check that assigned value is compatible with target Incompatible default for argument "next_page_token" (default has type "None", argument has type "Mapping[str, Any]") . Code line: ...e: Mapping[str, Any] = None, next_page_token: Mapping[str, Any] = None
python:mypy_assignment (MINOR) source_chargebee/streams.py:74 Check that assigned value is compatible with target Incompatible default for argument "cursor_field" (default has type "None", argument has type "List[str]") . Code line: cursor_field: List[str] = None,
python:mypy_assignment (MINOR) source_chargebee/streams.py:75 Check that assigned value is compatible with target Incompatible default for argument "stream_slice" (default has type "None", argument has type "Mapping[str, Any]") . Code line: stream_slice: Mapping[str, Any] = None,
python:mypy_assignment (MINOR) source_chargebee/streams.py:76 Check that assigned value is compatible with target Incompatible default for argument "stream_state" (default has type "None", argument has type "Mapping[str, Any]") . Code line: stream_state: Mapping[str, Any] = None,
python:mypy_valid_type (MINOR) source_chargebee/source.py:16 Check that type (annotation) is valid Function "builtins.any" is not valid as a type . Code line: ...nnection(self, logger, config: Mapping[str, Any]) -> Tuple[bool, any]:

Coverage (85.2%)

File Coverage File Coverage
source_chargebee/init.py 100.0 source_chargebee/rate_limiting.py 63.2
source_chargebee/source.py 100.0 source_chargebee/streams.py 85.3

Please sign in to comment.