Snowflake Snowpark Python First Impressions
modelbit.com
Snowflake Snowpark Python First Impressions
1–2 of 2 posts
Re: Snowflake Snowpark Python First Impressions
#2> This means your in-warehouse Python is limited to code that can be called on a single row of data, by a SQL statement invoking it.
I'm curious how this affects performance on large datasets. Code on table scans needs to be in-line and very efficient to avoid creating response overhead.