Skip to content

Commit 9feca9a

Browse files
mmmarkluleahecole
authored andcommitted
1 parent 3560942 commit 9feca9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/samples/bulk_load_csv/batch_import.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def main(instance_id, database_id):
7373
# using`create_database`.
7474
start = time.time()
7575
# File paths
76-
comments_file = 'hnewscomments.txt'
77-
stories_file = 'hnewsstories.txt'
76+
comments_file = 'hnewscomments.csv'
77+
stories_file = 'hnewsstories.csv'
7878
# Instantiates a spanner client
7979
spanner_client = spanner.Client()
8080
instance = spanner_client.instance(instance_id)

0 commit comments

Comments
 (0)