You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
dbfs/create, dbfs/addblock, dbfs/close API's are not working through Data bricks SDK. Getting access denied
Reproduction
Trying to connect the api's to upload a file in stream using those API's.
Expected behavior
It should allow to upload the file using these api's
Is it a regression?
Did this work in a previous version of the SDK? If so, which versions did you try?
I tried in 0.0.7 version.
Debug Logs
w.dbfs().create("sample volume path");
Exception in thread "main" com.databricks.sdk.core.DatabricksError: No operations allowed on this path.
Other Information
OS: windows
Version: Not known
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Description
dbfs/create, dbfs/addblock, dbfs/close API's are not working through Data bricks SDK. Getting access denied
Reproduction
Trying to connect the api's to upload a file in stream using those API's.
Expected behavior
It should allow to upload the file using these api's
Is it a regression?
Did this work in a previous version of the SDK? If so, which versions did you try?
I tried in 0.0.7 version.
Debug Logs
w.dbfs().create("sample volume path");
Exception in thread "main" com.databricks.sdk.core.DatabricksError: No operations allowed on this path.
Other Information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: