Hi,
Can anyone help me with Databricks and Azure function.
I'm trying to pass databricks json output to azure function body in ADF job, is it possible?
If yes, How?
If No, what other alternative to do the same?
Thanks @Ivan Ivan Grunev & @Donatien Tessier for the help.I'm jst concerned about using too many resources. I did try putting the JSON output into local using the following command." dbutils.fs.put("/FileStore/my-stuff/my-file.json", jsonobject)" ...
Thanks @Ivan Ivan Grunev . If i understand it correctly, Databricks processes the data and saves it locally. Using ADF we read the JSON and pass it to the function?
Hi @girivaratharajan , I'm reading data from table and converting to JSON in databricks. The JSON object then has to be passed to function. I'm trying to achieve this in ADF. Where i'm linking the components and trying to pass Databricks JSON output...