Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

chore: Adjust gapic namespace to google.cloud.bigquery_datatransfer #61

Merged
merged 3 commits into from Sep 29, 2020

Conversation

plamut
Copy link
Contributor

@plamut plamut commented Sep 28, 2020

As discussed on BigQuery storage PR. Using google.cloud.bigquery.* namespace creates too many problems.

Using google.cloud.bigquery.datatransfer turned out to be too
problematic to use with the google.cloud.bigquery library
(namespace clashes).
@plamut plamut requested a review from a team September 28, 2020 18:40
@plamut plamut requested a review from a team as a code owner September 28, 2020 18:40
@plamut plamut requested review from dinagraves and removed request for a team September 28, 2020 18:40
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 28, 2020
@product-auto-label product-auto-label bot added the api: bigquerydatatransfer Issues related to the googleapis/python-bigquery-datatransfer API. label Sep 29, 2020
Comment on lines +42 to +53
### Version 2.1.0

The library had its old namespace restored, since importing from
`google.cloud.bigquery` clashed with the `google-cloud-bigquery` library when the
latter was also installed.

The import paths that were changed in version `2.0.0` should be reverted:

```py
from google.cloud import bigquery_datatransfer
from google.cloud import bigquery_datatransfer_v1
```
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assumes we will release the namespace adjustment in v2.1.0.

Version 2.1.0 can be viewed as a non-trivial "fix" of the v2.0.0 release, but if we want to release it as v3.0.0, please comment below.

@plamut plamut merged commit de73573 into googleapis:master Sep 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: bigquerydatatransfer Issues related to the googleapis/python-bigquery-datatransfer API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants