Issue
I would like to know if running queries using snowpark from a Jupyter Notebook has a particular toll on cost.
Solution
Just as @Sergiu mentioned in the comments. Cost is no more/less than using any connector. You will need a virtual warehouse as if the sql generated was in an ordinary worksheet. And you might have to pay a host if your Jupyter notebook is running in the cloud (like JupuyterLabs). Snowflake doesn't upcharge because the query came from a Snowpark connector.
Answered By - orellabac
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.