QuestionQ50

Data Loading, Unloading & Connectivity

Which interfaces or services let users connect to Snowflake using Python?

Choose two
Explanation

The Snowpark API for Python establishes a Snowflake connection through a snowflake.snowpark.Session. Snowflake CLI also connects through named connection definitions, whose settings support the same options as the Snowflake Connector for Python; the CLI is available as a Python package.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!