Azure – PySpark UDF – read and write other dataframe
within a UDF I want to read a delta table into a dataframe, based on its content update the row of the actual dataframe, on which the UDF is applied, and then update the delta table. I would use the…