Coder Social home page Coder Social logo

Comments (4)

DuttaSoumya avatar DuttaSoumya commented on May 18, 2024 1

Thanks for explaining the situation here @thomas-tarp.

Our experience is that pushing the incremental changes into the deltas folder is usually quite quick, even with a daily frequency. We recommend that you consider a high frequency update so that entities that get populated not so often, will not contribute β€œmuch” to the export time. In theory, this idea can only be challenged in cases where an entity gets updated in larger volumes and you do not want those changes exported often. The Synapse side of this solution, on the other hand, is more critical in terms of time and cost.

But, it is possible to run exports for tables at different frequencies in the current solution, with slight changes,

  • Please consider the API pages created by @Bertverbeek4PS to dynamically change which tables are going to be exported (ADLSETableAPI- allow modifys and enable/ disable them) and then exporting them (ADLSESetupAPI- call StartExport). Thus you may trigger exports from outside BC.
  • Alternatively you may directly invoke the codeunit ADLSEExecute with the desired table parameter that you wish to export.
  • On the Synapse side, if you wish to consolidate only a few select tables at a different frequency, please consider directly triggering the Consolidation_OneEntity instead of invoking the Consolidation_AllEntities pipeline- you will, of course, have to pass the name of the entity to invoke the consolidation for.

from bc2adls.

DuttaSoumya avatar DuttaSoumya commented on May 18, 2024

Very good points @thomas-tarp. Would you be interested to cover these points on an online meeting? Kindly write directly to [email protected] so we can setup one and discuss your idea further.

from bc2adls.

Bertverbeek4PS avatar Bertverbeek4PS commented on May 18, 2024

@thomas-tarp that is indeed a very nice feature! More customers want this!

from bc2adls.

thomas-tarp avatar thomas-tarp commented on May 18, 2024

Thank you as well for the meeting today.

I will test with differentiated frequencies on the Synapse pipelines. It looks like this should fulfill the needs.

I'm closing the issue.

from bc2adls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.