How to run stored procedure in Azure Database for PostgreSQL using Azure Databricks Notebook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 08:49 AM
We have Stored Procedure available in Azure Database for PostgreSQL and we want to call or run or execute the postgreSQL stored procedures in Azure Databricks through Notebook
We are attempting to run PostgreSQL stored procedures, through Azure Databricks notebook and would need help how to execute a stored procedure. I would need clarity in below points
- What are the required libraries that needs to be installed in Databricks cluster (if any)?
- How to connect with Azure Database for PostgreSQL using ODBC?
- How to Execute PostgreSQL stored procedure in Databricks?
I am referring to below link,
Let me know if anyone has step-by-step approach how to solve this issue.