Skip to content

Commit

Permalink
update filenames to match the CSV files (#2535)
Browse files Browse the repository at this point in the history
fixes #2532
  • Loading branch information
mmmarklu authored and leahecole committed Nov 16, 2019
1 parent fcd8651 commit 1e3c304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spanner/cloud-client/bulk_load_csv/batch_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def main(instance_id, database_id):
# using`create_database`.
start = time.time()
# File paths
comments_file = 'hnewscomments.txt'
stories_file = 'hnewsstories.txt'
comments_file = 'hnewscomments.csv'
stories_file = 'hnewsstories.csv'
# Instantiates a spanner client
spanner_client = spanner.Client()
instance = spanner_client.instance(instance_id)
Expand Down

0 comments on commit 1e3c304

Please sign in to comment.