Fetch data from dataverse table to Blob Storage(ORC format) using adf

Akshatha 1 Reputation point
2022-06-13T17:04:42.99+00:00

Hi,

I have a requirement to create a pipeline that should perform the incremental load from dataverse table to blob.

It goes like this.

  1. Truncate staging tables
  2. Set new refresh DateTime variable to current date time
  3. Lookup last refresh date
  4. load data from dataverse modified/created after last refresh date
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,737 Reputation points Microsoft Employee Moderator
    2022-06-14T23:12:03.44+00:00

    Hello @Akshatha ,

    Welcome to the Microsoft Q&A platform and thanks for your query.

    The incremental copy using from Dataverse using ADF connector is a bit challenging and complicated. Instead, you may explore Azure Synapse Link for Dataverse which contains a SinkModifiedOn column which can be used to get the incremental updates.

    After that you can follow Read the Incremental Updates of your Dataverse data tutorial to implement an incremental solution for your Dataverse source using Synapse notebooks or Synapse Data pipeline (same pipelines to that of ADF) by pointing the source to the exported tables in Synapse workspace and then copy to your desired destination store.

    Please note that you will have to keep track (for example log TIMESTAMP details in a SQL) of the previous pipelines TIMESTAMP_START and TIMESTAMP_END so that you can query the latest incremental data accordingly.

    211410-image.png

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    0 comments No comments

Your answer

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