We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d8499 commit 484c63aCopy full SHA for 484c63a
spanner/tests/system/test_system.py
@@ -817,6 +817,8 @@ def unit_of_work(transaction, self):
817
818
rows = list(session.read(self.TABLE, self.COLUMNS, self.ALL))
819
self._check_rows_data(rows, [])
820
+ # [END spanner_test_dml_with_mutation]
821
+ # [END spanner_test_dml_update]
822
823
def test_transaction_batch_update_and_execute_dml(self):
824
retry = RetryInstanceState(_has_all_ddl)
0 commit comments