Hi, the template has a bug. you can solve it:
- On Data Flows, change the "getMaxVersion" source option query to (update 0 with -1):
"SELECT COALESCE(MAX(versionnumber),-1) AS maxversion FROM " + $dbschema + "." + $prefix + $entity
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The intended setup is to link Dynamics environment to PowerApp and use Synapse Link to copy data to ADLS. From there ADF template is used to incrementally load data to Azure SQL. In short:
Dynamics -> Synapse link -> ADLS -> ADF -> ASQL
I followed word for word the setup for the Synapse Link and used the ADF template.
The data is copied to ADLS:
The pipeline runs successfully and picks up incremental data, however, the initial load never happens. Is this the expected behaviour?Any advice?
Documentation:
Hi, the template has a bug. you can solve it:
"SELECT COALESCE(MAX(versionnumber),-1) AS maxversion FROM " + $dbschema + "." + $prefix + $entity