Python function UDF in Pipeline Builder to Rename Dataset

It is possible to have a python function UDF in pipeline builder rename columns? Instead of inputting columns and outputting columns, we would need to be able to input two datasets and the output would just be one of the dataset with all the columns renamed.

In the documentation for python UDFs in pipeline builder, the input and outputs both seemed to be columns.

Hello,

To my knowledge, this is currently not available. You can only define an output, but not the output column name with a Python function UDF.

However, you can specify the output column name when calling the UDF in Pipeline Builder.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.