googleapis/python-spanner

Remove dependency of spanner_sbapi from spanner_v1

bhatt4982 opened this issue · 0 comments

Remove dependency of spanner_dbapi from spanner_v1

[Description]

  • spanner_v1 database.get_batch_transaction_id() returns spanner_dbapi.partition_helper.BatchTransactionId

[Solution]

  • Move BatchTransactionId dataclass within spanner_v1

[Additional context]

  • Required standalone use of google-cloud-spanner