-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test bigquery & dataflow group with uptest #58
Conversation
/test-examples="examples/bigquery/connection.yaml" |
/test-examples="examples/bigquery/datatransferconfig.yaml" |
/test-examples="examples/bigquery/dataset.yaml" |
/test-examples="examples/bigquery/datasetaccess.yaml" |
/test-examples="examples/bigquery/reservation.yaml" |
/test-examples="examples/bigquery/reservationassignment.yaml" |
/test-examples="examples/bigquery/routine.yaml" |
/test-examples="examples/bigquery/table.yaml" |
/test-examples="examples/bigquery/datatransferconfig.yaml" |
We had to enable the following APIs for the GCP project to get the tests working:
We also had to assign the |
/test-examples="examples/bigquery/reservation.yaml" |
/test-examples="examples/bigquery/reservationassignment.yaml" |
/test-examples="examples/bigquery/dataset.yaml" |
/test-examples="examples/bigquery/connection.yaml" |
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
fbe64cc
to
89e0b9b
Compare
/test-examples="examples/bigquery/reservationassignment.yaml" |
/test-examples="examples/bigquery/datasetaccess.yaml" |
Hi @turkenf, |
/test-examples="examples/bigquery/dataset.yaml" |
/test-examples="examples/bigquery/connection.yaml" |
/test-examples="examples/bigquery/connection.yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good 👍
Description of your changes
This PR attempts to test the bigquery & dataflow groups with the uptest tooling.
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
The results are recorded in PR #56.