I am using snowflake python API to connect to session.
from snowflake.core import Root
root = Root(session)
and I have the above max retry error.
That root helps me connect to snowpark and helps me schedule cron job.
It will also help me schedule sprocs and be able to run them using DAGs.
Also log models accordingly.
New contributor
chitrakumarsai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.