Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions google-cloud-bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions google-cloud-bigquery/lib/google-cloud-bigquery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading