We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3560942 commit 9feca9aCopy full SHA for 9feca9a
samples/samples/bulk_load_csv/batch_import.py
@@ -73,8 +73,8 @@ def main(instance_id, database_id):
73
# using`create_database`.
74
start = time.time()
75
# File paths
76
- comments_file = 'hnewscomments.txt'
77
- stories_file = 'hnewsstories.txt'
+ comments_file = 'hnewscomments.csv'
+ stories_file = 'hnewsstories.csv'
78
# Instantiates a spanner client
79
spanner_client = spanner.Client()
80
instance = spanner_client.instance(instance_id)
0 commit comments