COF-C02 · Question #233
What computer language can be selected when creating User-Defined Functions (UDFs) using the Snowpark API?
The correct answer is C. Python. The Snowpark API is Snowflake's library for building data pipelines and user-defined functions using client-side code that runs inside Snowflake. Snowpark supports Python, Java, and Scala. From the choices provided, Python is the Snowpark API language. JavaScript UDFs do exist…
Question
What computer language can be selected when creating User-Defined Functions (UDFs) using the Snowpark API?
Options
- ASwift
- BJavaScript
- CPython
- DSQL
How the community answered
(26 responses)- A4% (1)
- C88% (23)
- D8% (2)
Explanation
The Snowpark API is Snowflake's library for building data pipelines and user-defined functions using client-side code that runs inside Snowflake. Snowpark supports Python, Java, and Scala. From the choices provided, Python is the Snowpark API language. JavaScript UDFs do exist in Snowflake, but they are created via native SQL/JavaScript UDF syntax, not through the Snowpark API. Swift is not supported by Snowflake at all, and while SQL UDFs exist, SQL is not a Snowpark API language.
Topics
Community Discussion
No community discussion yet for this question.