microsoft / Dynamics-365-FastTrack-Implementation-Assets

Dynamics 365 FastTrack Implementation guides
MIT License
298 stars 192 forks source link

Synapse To SQL Manifest File for Incremental Export DestinationSQLDB Setting #260

Open MBlyde opened 10 months ago

MBlyde commented 10 months ago

Hi,

I am trying to use the Synapse To SQL Incremental Export to create a pipeline but it only allows me to use SqlServer as the destination database in the manifest file.

"DestinationSQLDB": { "supportTypes": [ "SqlServer" ] }

How can I update this so I can instead write to a Dedicated SQL Pool, is that possible?