Skip to content

Commit

Permalink
update filenames to match the CSV files [(#2535)](GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmarklu authored and leahecole committed Nov 16, 2019
1 parent 3560942 commit 9feca9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/samples/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 9feca9a

Please sign in to comment.