I need to call my snowflake procedure in Databricks. how to execute?
databricks python code for call snowflake storeprocedure.getting unknowfunction error while trying below 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.