π Destination bigquery 1s1t: respect dataset location#28580
Conversation
Before Merging a Connector Pull RequestWow! What a great pull request you have here! π To merge this PR, ensure the following has been done/considered for each connector added or updated:
If the checklist is complete, but the CI check is failing,
|
|
|
||
| // Empirically, it sometimes takes Bigquery nearly 30 seconds to propagate the dataset's existence. | ||
| // Give ourselves 2 minutes just in case. | ||
| for (int i = 0; i < 120; i++) { |
There was a problem hiding this comment.
this is dumb, but we're running it concurrently with other tests that take longer (e.g. most TypingDedupingTests testcases need to run two full syncs).
|
| Step | Result |
|---|---|
| Validate airbyte-integrations/connectors/destination-bigquery/metadata.yaml | β |
| Connector version semver check | β |
| QA checks | β |
| Build connector tar | β |
| Build destination-bigquery docker image for platform linux/x86_64 | β |
| Build airbyte/normalization:dev | β |
| ./gradlew :airbyte-integrations:connectors:destination-bigquery:integrationTest | β |
π View the logs here
Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command
airbyte-ci connectors --name=destination-bigquery test
|
| Step | Result |
|---|---|
| Validate airbyte-integrations/connectors/destination-bigquery-denormalized/metadata.yaml | β |
| Connector version semver check | β |
| QA checks | β |
| Build connector tar | β |
| Build destination-bigquery-denormalized docker image for platform linux/x86_64 | β |
| ./gradlew :airbyte-integrations:connectors:destination-bigquery-denormalized:integrationTest | β |
π View the logs here
Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command
airbyte-ci connectors --name=destination-bigquery-denormalized test
|
| Step | Result |
|---|---|
| Validate airbyte-integrations/connectors/destination-bigquery-denormalized/metadata.yaml | β |
| Connector version semver check | β |
| QA checks | β |
| Build connector tar | β |
| Build destination-bigquery-denormalized docker image for platform linux/x86_64 | β |
| ./gradlew :airbyte-integrations:connectors:destination-bigquery-denormalized:integrationTest | β |
π View the logs here
Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command
airbyte-ci connectors --name=destination-bigquery-denormalized test
|
| Step | Result |
|---|---|
| Validate airbyte-integrations/connectors/destination-bigquery/metadata.yaml | β |
| Connector version semver check | β |
| QA checks | β |
| Build connector tar | β |
| Build destination-bigquery docker image for platform linux/x86_64 | β |
| Build airbyte/normalization:dev | β |
| ./gradlew :airbyte-integrations:connectors:destination-bigquery:integrationTest | β |
π View the logs here
Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command
airbyte-ci connectors --name=destination-bigquery test* set dataset location during creation * logistics
as title. the test is super hacky because of a bigquery api quirk.