diff --git a/data_upload.py b/data_upload.py index 0bc8f41..94ff470 100644 --- a/data_upload.py +++ b/data_upload.py @@ -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)