Skip to content

Commit

Permalink
Update generated scaffold files
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed Feb 25, 2022
1 parent 651d5ab commit 71fcbef
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scaffold-Destination-Python Destination
# Scaffold Destination Python Destination

This is the repository for the Scaffold-Destination-Python destination connector, written in Python.
This is the repository for the Scaffold Destination Python destination connector, written in Python.
For information about how to use this connector within Airbyte, see [the documentation](https://docs.airbyte.io/integrations/destinations/scaffold-destination-python).

## Local development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"supportsNormalization": false,
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Destination Scaffold-Destination-Python",
"title": "Destination Scaffold Destination Python",
"type": "object",
"required": ["TODO -- fix me!"],
"additionalProperties": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="destination_scaffold_destination_python",
description="Destination implementation for Scaffold-Destination-Python.",
description="Destination implementation for Scaffold Destination Python.",
author="Airbyte",
author_email="contact@airbyte.io",
packages=find_packages(),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Source Scaffold-Java-Jdbc
# Source Scaffold Java Jdbc

This is the repository for the Scaffold-Java-Jdbc source connector in Java.
This is the repository for the Scaffold Java Jdbc source connector in Java.
For information about how to use this connector within Airbyte, see [the User Documentation](https://docs.airbyte.io/integrations/sources/scaffold-java-jdbc).

## Local development
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scaffold-Source-Http Source
# Scaffold Source Http Source

This is the repository for the Scaffold-Source-Http source connector, written in Python.
This is the repository for the Scaffold Source Http source connector, written in Python.
For information about how to use this connector within Airbyte, see [the documentation](https://docs.airbyte.io/integrations/sources/scaffold-source-http).

## Local development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="source_scaffold_source_http",
description="Source implementation for Scaffold-Source-Http.",
description="Source implementation for Scaffold Source Http.",
author="Airbyte",
author_email="contact@airbyte.io",
packages=find_packages(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"documentationUrl": "https://docsurl.com",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Scaffold-Source-Http Spec",
"title": "Scaffold Source Http Spec",
"type": "object",
"required": ["TODO"],
"additionalProperties": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scaffold-Source-Python Source
# Scaffold Source Python Source

This is the repository for the Scaffold-Source-Python source connector, written in Python.
This is the repository for the Scaffold Source Python source connector, written in Python.
For information about how to use this connector within Airbyte, see [the documentation](https://docs.airbyte.io/integrations/sources/scaffold-source-python).

## Local development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="source_scaffold_source_python",
description="Source implementation for Scaffold-Source-Python.",
description="Source implementation for Scaffold Source Python.",
author="Airbyte",
author_email="contact@airbyte.io",
packages=find_packages(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"documentationUrl": "https://docsurl.com",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Scaffold-Source-Python Spec",
"title": "Scaffold Source Python Spec",
"type": "object",
"required": ["fix-me"],
"additionalProperties": false,
Expand Down

2 comments on commit 71fcbef

@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 Scaffold Destination Python(#10654)

Measures

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

Detected Issues

Rule File Description Message
python:black_need_format (MINOR) destination_scaffold_destination_python/destination.py Please run one of the commands: "black --config ./pyproject.toml <path_to_updated_folder>" or "./gradlew format" 2 code part(s) should be updated.
python:isort_need_format (MINOR) destination_scaffold_destination_python/destination.py Please run one of the commands: "isort <path_to_updated_folder>" or "./gradlew format" 1 code part(s) should be updated.
flake8:W391 (MAJOR) destination_scaffold_destination_python/destination.py:59 blank line at end of file blank line at end of file

Coverage (0.0%)

File Coverage File Coverage
destination_scaffold_destination_python/init.py 0.0 destination_scaffold_destination_python/destination.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 Scaffold Destination Python(#10654)

Measures

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

Detected Issues

Rule File Description Message
python:black_need_format (MINOR) destination_scaffold_destination_python/destination.py Please run one of the commands: "black --config ./pyproject.toml <path_to_updated_folder>" or "./gradlew format" 2 code part(s) should be updated.
python:isort_need_format (MINOR) destination_scaffold_destination_python/destination.py Please run one of the commands: "isort <path_to_updated_folder>" or "./gradlew format" 1 code part(s) should be updated.
flake8:W391 (MAJOR) destination_scaffold_destination_python/destination.py:59 blank line at end of file blank line at end of file

Coverage (0.0%)

File Coverage File Coverage
destination_scaffold_destination_python/init.py 0.0 destination_scaffold_destination_python/destination.py 0.0

Please sign in to comment.