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 15, 2022
1 parent 6ff4ee8 commit eae8bc9
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 @@ -36,7 +36,7 @@
- name: BigQuery (denormalized typed struct)
destinationDefinitionId: 079d5540-f236-4294-ba7c-ade8fd918496
dockerRepository: airbyte/destination-bigquery-denormalized
dockerImageTag: 0.3.0
dockerImageTag: 0.3.1
documentationUrl: https://docs.airbyte.io/integrations/destinations/bigquery
icon: bigquery.svg
resourceRequirements:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
- "overwrite"
- "append"
- "append_dedup"
- dockerImage: "airbyte/destination-bigquery-denormalized:0.3.0"
- dockerImage: "airbyte/destination-bigquery-denormalized:0.3.1"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/bigquery"
connectionSpecification:
Expand Down

1 comment on commit eae8bc9

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

Measures

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

Detected Issues

Rule File Description Message
java:S1602 (MINOR) formatter/DefaultBigQueryDenormalizedRecordFormatter.java:278 Lambdas containing only one statement should not nest this statement in a block Remove useless curly braces around statement (sonar.java.source not set. Assuming 8 or greater.)
java:S3776 (CRITICAL) formatter/DefaultBigQueryDenormalizedRecordFormatter.java:289 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:312 String literals should not be duplicated Use already-defined constant 'ARRAY_ITEMS_FIELD' instead of duplicating its value here.
java:S3776 (CRITICAL) formatter/DefaultBigQueryDenormalizedRecordFormatter.java:78 Cognitive Complexity of methods should not be too high Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed.
java:S1700 (MAJOR) bigquery/JsonSchemaFormat.java:19 A field should not duplicate the name of its containing class Rename field "jsonSchemaFormat"
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.