COPY FUNCTION_SOURCE
Last updated
Last updated
This command downloads a in the current organization to a specified file path on the user's local machine.
You can download a function source only if the current role has USAGE privileges.
This is the name of the function source to copy. If the name is case-sensitive names, you must wrap it in double quotes; otherwise, the lowercase name is used.
This is the destination file path on the local machine to which the function source file is copied. This is a string value and should be wrapped in single quotes.
A message indicating the function source was successfully copied (or displays an error otherwise).