cleanup spanner connector to delete duplicate code from google-cloud-spanner library #225
Closed
Description
Once the following PRs are merged and released, we can delete the duplicate code from the spanner connector:
-
list_tables()
feat: addDatabase.list_tables
method googleapis/python-spanner#219 (merged, but duplicate code not cleaned up) -
to_dataframe()
feat: convert StreamedResultSet to Pandas Dataframe googleapis/python-spanner#226 (unmerged)