Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

feat: sample - Get dataset properties - #98

Merged
stephaniewang526 merged 3 commits into
googleapis:masterfrom
stephaniewang526:get-dataset-info
Jan 14, 2020
Merged

feat: sample - Get dataset properties#98
stephaniewang526 merged 3 commits into
googleapis:masterfrom
stephaniewang526:get-dataset-info

Conversation

@stephaniewang526

Copy link
Copy Markdown
Contributor

Fixes b/147485983

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 10, 2020
@codecov

codecov Bot commented Jan 10, 2020

Copy link
Copy Markdown

Codecov Report

Merging #98 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ Complexity Δ
...ogle/cloud/bigquery/WriteChannelConfiguration.java 85.5% <0%> (-0.62%) 44% <0%> (ø)
...om/google/cloud/bigquery/LoadJobConfiguration.java 89.68% <0%> (-0.48%) 52% <0%> (ø)
...google/cloud/bigquery/StandardTableDefinition.java 86.36% <0%> (-0.41%) 14% <0%> (ø)
...a/com/google/cloud/bigquery/InsertAllResponse.java 88.88% <0%> (-0.31%) 15% <0%> (ø)
...m/google/cloud/bigquery/QueryJobConfiguration.java 76.85% <0%> (-0.29%) 56% <0%> (ø)
...src/main/java/com/google/cloud/bigquery/Field.java 82.6% <0%> (-0.19%) 25% <0%> (ø)
...n/java/com/google/cloud/bigquery/BigQueryImpl.java 66.84% <0%> (-0.18%) 58% <0%> (ø)
.../google/cloud/bigquery/spi/v2/HttpBigQueryRpc.java 5.24% <0%> (+0.03%) 2% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dee4d1e...a9eaf17. Read the comment docs.

Comment thread samples/src/main/java/com/example/bigquery/GetDatasetInfo.java Outdated

// 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

Copy link
Copy Markdown
Contributor

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants