Skip to content
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

Update Bigtable imports from tensorflow.contrib.cloud to tensorflow_io.bigtable #621

Open
mbrukman opened this issue Dec 3, 2019 · 0 comments

Comments

@mbrukman
Copy link

@mbrukman mbrukman commented Dec 3, 2019

TensorFlow code is importing Bigtable as follows:

from tensorflow.contrib.cloud import BigtableClient
...
client = BigtableClient(...)

but the Bigtable module has moved to tensorflow_io:

import tensorflow_io.bigtable as bigtable
...
client = bigtable.BigtableClient(...)

Will the Bigtable code samples be updated to use the new module paths?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.