0

I am try to read csv file from synapse notebook but it's giving an error path does not exist. I have read many documents, saying have configure something on blob storage or in synapse workspace to read the azure blob storage.

please help here. i am trying read csv file from blob storage not data lake gen2.

2
  • The best thing to do is to try and find the file in the Data > Linked hub in Azure Synapse Studio. Then right-click it and select one of the options, eg load to dataframe or SELECT TOP 100. This will create a script for you with the right path and if that does not work then your issue is most likely permissions. Ensure you have the Storage Blob Data Contributor on the storage account. Commented Oct 31, 2021 at 12:59
  • Thanks alot. I am try to read csv file into dataframe and I am getting an error path doesn't exist but I am giving direct path on wasbs still same error is it also same permission issue Commented Nov 1, 2021 at 11:30

1 Answer 1

0

If you are receiving the path doesn't exists, please do check if the path exists on the storage account.

OR

You can try the below method to read csv file from Synapse Spark Python Notebook.

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.