I am using Snowpark with Python 3.8.
I have successfully executed a CREATE OR REPLACE TABLE statement from my code.
However when I add this next line of code
df1 = session.create_dataframe(data)
I receive a privileges error:
<<<Insufficient privileges to operate on schema 'SNOWPARK'>>>
Can anyone assist in explaining what additional privileges are required to create a dataframe?