I need to call my snowflake procedure in Databricks. How to execute?
Databricks python code for call snowflake stored procedure. I’m getting “unknown function” error when trying this code:
<code>cs.execute("call yourdbname.schemaname.test_proc('value1', 'value2')")
</code>
<code>cs.execute("call yourdbname.schemaname.test_proc('value1', 'value2')")
</code>
cs.execute("call yourdbname.schemaname.test_proc('value1', 'value2')")
New contributor
Guna P is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.