You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: transition the library to microgenerator (#62)
* chore: remove old GAPIC code for v1 API
* Regenerate the v1 API with microgenerator
* Adjust dependencies and classifiers in setup.py
* Fix types aggregation in types.py
* Adjust import paths
* Fix and adjust unit tests
* Fix and adjust system tests
* Adjust unit test coverage threshold
Not all paths are covered, not even in the generated code, thus
the adjustment is necessary.
* Fix docs build
* Adjust quickstart sample
* Adjust sample in client docstring
* Remove beta API code and docs
* Simplify synth replacement rules and regenerate
Rules conditionally matching versions other than v1 are not needed
anymore.
* Consolidate imports in google.cloud.bigquery.storage
* Use gogole.cloud.bigquery.storage as import path
* Hide async client from most import paths
* Use GAPIC client mock in ReadRowsStream tests
* Remove redundant installations in nox sessions
* Include manual classes in reference docs
* Add UPGRADING guide
* Add minor CHANGELOG improvements
0 commit comments