Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Snowflake Exam DEA-C01 Topic 3 Question 33 Discussion

Actual exam question for Snowflake's DEA-C01 exam
Question #: 33
Topic #: 3
[All DEA-C01 Questions]

What are characteristics of Snowpark Python packages? (Select THREE).

Third-party packages can be registered as a dependency to the Snowpark session using the session, import () method.

Show Suggested Answer Hide Answer
Suggested Answer: C

External functions are Snowflake functions that facilitate access to external API services such as geocoders, data transformation, machine learning models and other custom code. External functions allow users to invoke external services from within SQL queries and pass arguments and receive results as JSON values. External functions require creating an API integration object and an external function object in Snowflake, as well as deploying an external service endpoint that can communicate with Snowflake via HTTPS.


Contribute your Thoughts:

Alica
3 days ago
I'm not sure about the other options, but I think Python packages can only be loaded in a local environment.
upvoted 0 times
...
Maynard
8 days ago
I believe Python packages can access any external endpoints and querying information_schema.packages will provide a list of supported Python packages and versions.
upvoted 0 times
...
James
10 days ago
I think the characteristics of Snowpark Python packages include being able to register third-party packages as dependencies.
upvoted 0 times
...

Save Cancel