Skip to content

Commit

Permalink
Update data_upload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abejburton authored Oct 26, 2023
1 parent 830cd70 commit 4c672c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
storage_client = storage.Client()

# Define your Google Cloud Storage bucket and file path
file_path = 'gs://msca-bdp-student-gcs/bdp-rideshare-project/rideshare.json'
file_path = '/bdp-rideshare-project/rideshare.json'

# Convert the JSON object to a JSON string
json_data = json.dumps(results)
Expand Down

0 comments on commit 4c672c5

Please sign in to comment.