Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlair committed Apr 4, 2022
1 parent 00d6d01 commit 69c3e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.3
LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.name=airbyte/source-apify-dataset

2 comments on commit 69c3e9d

@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 Apify Dataset(#11705)

Measures

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

Detected Issues

Rule File Description Message
python:mypy_valid_type (MINOR) source_apify_dataset/source.py:46 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_apify_dataset/source.py:60 Check indexing operations Value of type json? is not indexable . Code line: dataset_id = config["datasetId"]
python:mypy_valid_type (MINOR) source_apify_dataset/source.py:69 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_valid_type (MINOR) source_apify_dataset/source.py:97 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_apify_dataset/source.py:97 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_apify_dataset/source.py:120 Check indexing operations Value of type json? is not indexable . Code line: dataset_id = config["datasetId"]
python:mypy_attr_defined (MINOR) source_apify_dataset/source.py:121 Check that attribute exists json? has no attribute "get" . Code line: clean = config.get("clean", False)

Coverage (0.0%)

File Coverage File Coverage
source_apify_dataset/init.py 0.0 source_apify_dataset/source.py 0.0

@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 Destination Dev Null(#11705)

Measures

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

Coverage (0.0%)

File Coverage File Coverage
src/main/java/io/airbyte/integrations/destination/dev_null/DevNullDestination.java 0.0

Please sign in to comment.