Once the following PRs are merged and released, we can delete the duplicate code from the spanner connector: - [x] `list_tables()` https://github.com/googleapis/python-spanner/pull/219 (merged, but duplicate code not cleaned up) - [ ] `to_dataframe()` https://github.com/googleapis/python-spanner/pull/226 (unmerged)
Once the following PRs are merged and released, we can delete the duplicate code from the spanner connector:
list_tables()feat: addDatabase.list_tablesmethod googleapis/python-spanner#219 (merged, but duplicate code not cleaned up)to_dataframe()feat: convert StreamedResultSet to Pandas Dataframe googleapis/python-spanner#226 (unmerged)