I want to read json file. Code is shown as below
# credential_path ="/dbfs/Workspace/Users/dhruval/Return-label/GCP_Credential.json"
credential_path = "/Workspace/Users/dhruval/Return-label/GCP_Credential.json"
credential = spark.read.format("json").load(credential_path)
Here, credential_path is copied by right clicking on the file. I have also tried with using "dbfs" as prefix. Thought it shows there is no such file.
How to read that file