Permalink
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
8000 Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
...
- 17 commits
- 1,321 files changed
- 7 contributors
Commits on Sep 19, 2022
Commits on Sep 20, 2022
chore(storage): parse out project number if available (#6671)
The JSON API has a dedicated `ProjectNumber uint64` field used to populate the same field on `BucketAttrs`. The gRPC API has a `string project` field that can contain either a project *number* or a project *identifier* (alphanumeric). Parse out the *project number* if it is present in the returned `Bucket`, otherwise leave it as `0`.
feat(bigquery): add reference file schema option for federated formats (
#6693) Resolves internal b/246809553
chore(storage): multi-transport BucketCreateDelete test (#6670)
Refactor TestIntegration_BucketCreateDelete to execute on both transports. Fix nil pointer access in gRPC transport. Skip gRPC transport for this test until bug in service is fixed.
Commits on Sep 21, 2022
Commits on Sep 22, 2022
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff documentai/v1.7.0...documentai/v1.8.0