Skip to content

Commit

Permalink
Update destination specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed Mar 20, 2022
1 parent e2d368e commit 583a8b9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
supportsDBT: false
supported_destination_sync_modes:
- "append"
- dockerImage: "airbyte/destination-bigquery:0.6.11"
- dockerImage: "airbyte/destination-bigquery:0.6.12"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/bigquery"
connectionSpecification:
Expand Down Expand Up @@ -383,7 +383,7 @@
- "overwrite"
- "append"
- "append_dedup"
- dockerImage: "airbyte/destination-bigquery-denormalized:0.2.10"
- dockerImage: "airbyte/destination-bigquery-denormalized:0.2.11"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/bigquery"
connectionSpecification:
Expand Down Expand Up @@ -3825,7 +3825,7 @@
supported_destination_sync_modes:
- "overwrite"
- "append"
- dockerImage: "airbyte/destination-snowflake:0.4.21"
- dockerImage: "airbyte/destination-snowflake:0.4.22"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/snowflake"
connectionSpecification:
Expand Down

1 comment on commit 583a8b9

@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 Bigquery Denormalized(#11274)

Measures

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

Detected Issues

Rule File Description Message
java:S3776 (CRITICAL) formatter/DefaultBigQueryDenormalizedRecordFormatter.java:64 Cognitive Complexity of methods should not be too high Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed.
java:S3776 (CRITICAL) formatter/DefaultBigQueryDenormalizedRecordFormatter.java:238 Cognitive Complexity of methods should not be too high Refactor this method to reduce its Cognitive Complexity from 26 to the 15 allowed.
java:S1192 (CRITICAL) formatter/DefaultBigQueryDenormalizedRecordFormatter.java:259 String literals should not be duplicated Use already-defined constant 'ARRAY_ITEMS_FIELD' instead of duplicating its value here.
java:S1700 (MAJOR) bigquery/JsonSchemaFormat.java:19 A field should not duplicate the name of its containing class Rename field "jsonSchemaFormat"
java:S1068 (MAJOR) bigquery/BigQueryDenormalizedDestination.java:20 Unused "private" fields should be removed Remove this unused "LOGGER" private field.
java:S1700 (MAJOR) bigquery/JsonSchemaType.java:27 A field should not duplicate the name of its containing class Rename field "jsonSchemaType"

Coverage (0.0%)

File Coverage File Coverage
src/main/java/io/airbyte/integrations/destination/bigquery/BigQueryDenormalizedDestination.java 0.0 src/main/java/io/airbyte/integrations/destination/bigquery/formatter/DefaultBigQueryDenormalizedRecordFormatter.java 0.0
src/main/java/io/airbyte/integrations/destination/bigquery/formatter/GcsBigQueryDenormalizedRecordFormatter.java 0.0 src/main/java/io/airbyte/integrations/destination/bigquery/JsonSchemaFormat.java 0.0
src/main/java/io/airbyte/integrations/destination/bigquery/JsonSchemaType.java 0.0

Please sign in to comment.