Power BI · Arazzo Workflow
Power BI Create a Push Dataset and Verify Its Schema
Version 1.0.0
Provision a push-mode dataset with an inline table schema and read it back to confirm the row API is enabled.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualizationArazzoWorkflows
Provider
Workflows
push-dataset-provision
Create a push dataset and confirm it is ready to accept rows.
Creates a dataset in Push mode with a single typed table, then reads the created dataset back to verify addRowsAPIEnabled and the storage mode.
1
createPushDataset
createDataset
Create the dataset with an inline table schema. The service generates and returns the dataset identifier used by every downstream call.
2
verifyDataset
getDataset
Read the newly created dataset back and confirm the add-rows API is enabled, which is what makes the dataset writable by a push integration.