Hello everybody!
I'm using this library from NuGet:
https://www.nuget.org/packages/Microsoft.Azure.Databricks.Client/
because I need to connect and ingest data inside a Databricks service hosted on Azure.
In my particular case, I need to upload JSON file into a volume.
According to this documentation:
https://docs.databricks.com/api/workspace/files/upload
I need to use the endpoint with PUT method:
/api/2.0/fs/files{file_path}
It seems that this endpoint is not exposed into the latest version of Microsoft.Azure.Databricks.Client (currently 2.6.0).
Am I wrong?
Hello everybody!
I'm using this library from NuGet:
https://www.nuget.org/packages/Microsoft.Azure.Databricks.Client/
because I need to connect and ingest data inside a Databricks service hosted on Azure.
In my particular case, I need to upload JSON file into a volume.
According to this documentation:
https://docs.databricks.com/api/workspace/files/upload
I need to use the endpoint with PUT method:
/api/2.0/fs/files{file_path}
It seems that this endpoint is not exposed into the latest version of Microsoft.Azure.Databricks.Client (currently 2.6.0).
Am I wrong?