diff --git a/google-cloud-bigquery/README.md b/google-cloud-bigquery/README.md index 5eab7880c157..4705815f21e5 100644 --- a/google-cloud-bigquery/README.md +++ b/google-cloud-bigquery/README.md @@ -113,3 +113,6 @@ questions](http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby) about the client or APIs on [StackOverflow](http://stackoverflow.com). For more see the [Troubleshooting guide](https://googleapis.dev/ruby/google-cloud-bigquery/latest/file.TROUBLESHOOTING.html) + +# Test comment to verify CI failures +# Test comment 3 diff --git a/google-cloud-bigquery/lib/google-cloud-bigquery.rb b/google-cloud-bigquery/lib/google-cloud-bigquery.rb index 726677e49ee2..8e699356c5e6 100644 --- a/google-cloud-bigquery/lib/google-cloud-bigquery.rb +++ b/google-cloud-bigquery/lib/google-cloud-bigquery.rb @@ -70,6 +70,8 @@ module Cloud # platform_scope = "https://www.googleapis.com/auth/cloud-platform" # bigquery = gcloud.bigquery scope: platform_scope # + # Test comment to verify CI failures + # def bigquery scope: nil, retries: nil, timeout: nil retries ||= @retries timeout ||= @timeout