Bertverbeek4PS / bc2adls

Exporting data from Dynamics 365 Business Central to Azure data lake storage or MS Fabric lakehouse
MIT License
49 stars 20 forks source link

Power Automate Integration #8

Closed Arthurvdv closed 1 year ago

Arthurvdv commented 1 year ago

I've created an integration with Power Automate for executing the Synapse pipeline. The goal here is to configure an complex schedule of exports in Business Central, without a dependency to the schedule triggers of the pipeline in Azure Synapse.

This could be a solution for #84 and a (partly) solution for #87.

It would be great to receive feedback on this PR in particular:

    [ExternalBusinessEvent('ExportOfEntityEnded', 'Entity export ended', 'The export of the entity was registered as ended.', EventCategory::ADLSE)]
    local procedure TableExportRunEnded(RunId: Integer; State: Enum "ADLSE Run State"; Container: Text[250]; EntityName: Text[250])
    begin
    end;
Arthurvdv commented 1 year ago

That's a good idea!