How Can i Increment Data Append to initial File in Data Factory

Mahesh Madhusanka 106 Reputation points
2020-06-04T14:10:52.257+00:00

Hi Team,

Currently i have copied Single bulk table from SQL database to Datalake 2, But now i'm stuck on the how to increment daily data(insert and Modified) on that bulk file, How can i do? What is the easiest way to do that? Your immediate response much appreciate.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,478 questions
0 comments No comments
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
    2020-06-04T15:18:22.313+00:00

    Hi @Mahesh Madhusanka ,

    Welcome to Microsoft Q&A and thank you for your query.

    Unfortunately appending to an existing blob using ADF copy activity is not supported. I would recommend you to please up-vote and/or comment on the below existing similar feature request from other users. Up-voting/commenting will help to increase the priority of the feature request.

    Existing feature request: https://feedback.azure.com/forums/270578-data-factory/suggestions/36163726-append-replace-upsert-the-outgoing-data-from-copy

    Additional info:

    Please have a look at this SO thread and see if that helps as a workaround for your scenario: Is there any workaround for using Append blob in Azure Data Factory copy?

    Hope this info helps.

    ----------

    Thank you

    Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. Sisif0 1 Reputation point
    2022-05-11T20:01:05.613+00:00

    Hi @Mahesh Madhusanka

    I loading constantly new data and I'm storing it in different files, for instance: File_2022-05-11_21-57.parquet.

    For working with all data stored in these files, I have created an external table in Synapse SQL serverless. This external table is reading all files in some folder with filename equal to: File_*.parquet

    That's the way I found to work query them, etc.

    Regards