We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a29123 commit 929a86bCopy full SHA for 929a86b
spanner/tests/system/utils/populate_streaming.py
@@ -14,9 +14,9 @@
14
15
"""Populate spanner databases with data for streaming system tests."""
16
17
-from google.cloud.spanner import Client
18
-from google.cloud.spanner.keyset import KeySet
19
-from google.cloud.spanner.pool import BurstyPool
+from google.cloud.spanner_v1 import Client
+from google.cloud.spanner_v1.keyset import KeySet
+from google.cloud.spanner_v1.pool import BurstyPool
20
21
# Import relative to the script's directory
22
from streaming_utils import FOUR_KAY
0 commit comments