Snowpark

Snowpark is an advanced feature of the Snowflake platform, which is integrated with zerve. The zerve's user may use write and run code directly within the Snowflake environment.

This feature offers a versatile, developer-friendly interface that expands Snowflake's data processing and analysis capabilities. Establish a connection to Snowflake using your account credentials, warehouse, database, and schema information stored in connections asset.

Choosing connection in snowpark block

Execute and fetch results from the query

Successfully executed the query

The results of query is accessed as dataframe in python block once connection has been made between block.

Access the query results as dataframe in Python block

Snowpark block allows the snowflake's feature of executing python code directly to retrieve the data.

Execution of Python code in Snowpark

Last updated