Skip to content

Commit 1e3c304

Browse files
mmmarkluleahecole
authored andcommitted
update filenames to match the CSV files (#2535)
fixes #2532
1 parent fcd8651 commit 1e3c304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spanner/cloud-client/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)