Does databricks provide a way to integrate to external sw/API's? Whether it is in the form of UDF/external function? Can somebody point me how this can be achieved? My use case is to talk to external API's from databricks to perform certain operation...
I would like to know how we can integrate Databricks with External KMS providers, like currently it is doing with AWS KMS and Azure Key Valut?Can we import keys from any other KMS?
I tried running a python UDF in the Databricks SQL warehouse but it did not run and gave the "Python UDF is not supported" error.Can i get a clear picture if the Python External UDFs are supported or not?
@Vivian Wilfred Alright I got you.So, you mean to say we cannot run Databricks on its own or without having any cloud provider support such as AWS and AKV?
Thanks @Vivian Wilfred for the reply.But I actually wanted to know, How can external KMS providers integrate with Databricks directly like AWS and AKV.
Thanks for the reply @Landan George Also Do we have the capability of calling an API using Python UDF in private preview?If not then ,Is there any way we can call an API in Databricks SQL by any chance?