execute stored proc in postgress

arkiboys 9,706 Reputation points
2023-06-16T12:54:24.7333333+00:00

Hello
how is it possible in ADF, I execute a postgress stored procedure?

I can do this for the sql server stored proc but not sure how to do this for postgress stored proc.

Thank you

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,625 questions
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA 90,641 Reputation points Moderator
    2023-06-19T08:25:27.23+00:00

    @arkiboys - Thanks for the question and using MS Q&A platform.

    Azure Data Factory does not support a built-in PostgreSQL stored procedure.

    According to the offical documetation: You can use the Stored Procedure Activity to invoke a stored procedure in one of the following data stores in your enterprise or on an Azure virtual machine (VM):

    • Azure SQL Database
    • Azure Synapse Analytics
    • SQL Server Database.

    As a workaround, you can checkout the below threads which addressing similar issue:

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.