How to update the azure PostgreSQL table using Data Factory?

Venkateswara Tolla 1 Reputation point
2020-09-16T07:24:57.307+00:00

Is possbile to update the azure PostgreSQL table using Data Factory?

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

2 answers

Sort by: Most helpful
  1. Evgeny Grishchenko 486 Reputation points
    2020-09-16T11:55:14.143+00:00

    Based on this matrix the answer is no

    0 comments No comments

  2. HarithaMaddi-MSFT 10,146 Reputation points
    2020-09-16T15:08:03.057+00:00

    Hi @Venkateswara Tolla ,

    Yes, As @Evgeny Grishchenko mentioned, there is no direct provision to update data in PostgreSQL table from Azure Data Factory(ADF). I am assuming you are planning to use ADF to load data from other data sources into PostgreSQL. If that's the case, I can think of an approach of maintaining a staging table on which triggers can be enabled every time to run upsert logic on actual table in the PostgreSQL.

    I would recommend you to provide feedback at the feedback forum. All the feedback you share, is closely monitored by the Data Factory Product team and implemented in future releases.

    Please suggest for more queries on specific requirement and we will be glad to assist.


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.