-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat: sample - Get dataset properties #98
feat: sample - Get dataset properties #98
Conversation
Codecov Report
@@ Coverage Diff @@
## master #98 +/- ##
============================================
- Coverage 77.32% 77.25% -0.08%
Complexity 1108 1108
============================================
Files 73 73
Lines 5915 5905 -10
Branches 645 635 -10
============================================
- Hits 4574 4562 -12
+ Misses 1014 1012 -2
- Partials 327 331 +4
Continue to review full report at Codecov.
|
|
||
// View tables in the dataset | ||
// For more information on listing tables see: | ||
// https://javadoc.io/static/com.google.cloud/google-cloud-bigquery/0.22.0-beta/com/google/cloud/bigquery/BigQuery.html |
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.
nit: Doesn't seem like a useful link - what should the user be looking for?
Fixes b/147485983