Biswajit
New Contributor II

I have recently went through a video link from databricks which says its possible. But, when I tried it, it did not worked.
https://www.youtube.com/watch?v=f4TxNBfSNqM

Was anyone able to create stored procedure in databricks ?

Python stored procedures allow for the integration of Python code within Databricks SQL, combining Python's ease of use with Databricks SQL's powerful data processing capabilities. Users can now write, store, and execute Python scripts as part of their SQL workflows, making it easier to handle ...