List of questions
Related questions
Question 124 - DEA-C01 discussion
Bob, a Lead Data Engineer is looking out to get the function definition & queried below statement to check if this function is secure enough to use in his script or not.
select is_secure from information_schema.functions where function_name = 'JOHNFUNCTION';
From the query output he is sure that, Function is secure UDF, what are the way provided by snowflake to get the function definition of secure UDF?
A.
He can get the secure UDF definition using GET_DDL utility function.
B.
UDF definition or text, is visible to users via Query Profile (in the web interface).
C.
SHOW FUNCTIONS Commands
D.
Declaring a UDF as "secure" hide the definition from Bob & all the required Definition commands will throw error.
Your answer:
0 comments
Sorted by
Leave a comment first