Which are supported Programming Languages for Creating UDTFs?
For SQL UDFs, The invoker of the function need not have access to the objects referenced in the function definition, but only needs the privilege to use the function?
If using a JavaScript UDF in a masking policy, Data Engineer needs to ensure the data type of the column, UDF, and masking policy match irrespective of case-sensitivity?
Please note JavaScript is case sensitive but if we are using a JavaScript UDF in a masking policy,
ensure the data type of the column, UDF, and masking policy match.
Submit Cancel