The Fabric Dataflow Gen2 job type triggers a Microsoft Fabric
Dataflow Gen2 item via
POST /workspaces/{wsId}/items/{itemId}/jobs/instances?jobType=Dataflow.
The dataflow is identified by its item ID — Polysync stores that
ID in the Job's External Id.
This job type is supported on the Microsoft Fabric platform.
Fabric Dataflow Gen2 (set automatically on import).GET /workspaces/{workspaceId}/items?type=Dataflow (paginated).
The Fabric Dataflow API does not accept run-time parameters —
Polysync sends an empty executionData:
{
"executionData": {}
}
| Direction | Sent in jobs/instances |
Updated from response |
|---|---|---|
| (all) | ❌ (not supported) | ❌ (not supported) |
Polysync still lets you define parameters on the Job for documentation, but they are not forwarded. Parameterize the Dataflow's source connections via Fabric variables instead.
Same as Fabric Notebook:
jobs/instances?jobType=Dataflow.GET .../jobs/instances/{instanceId} (same status table).POST /jobs/instances/{instanceId}/cancel.https://app.fabric.microsoft.com/groups/{workspaceId}/dataflows/{itemId}
executionData.parameters.