Skip to content

Instantly share code, notes, and snippets.

@mthierba
Last active May 30, 2022 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mthierba/ea386e4c73ec1c0f06ccab2fe3bcc411 to your computer and use it in GitHub Desktop.
Save mthierba/ea386e4c73ec1c0f06ccab2fe3bcc411 to your computer and use it in GitHub Desktop.
Introducing pbi-tools Dataset Deployments
{
"version": "0.12",
"created": "2022-05-25T15:24:03.2613259+01:00",
"deployments": {
"Contoso": {
"mode": "Dataset",
"source": {
"type": "Folder",
"path": "./Contoso Sales"
},
"authentication": {
"type": "ServicePrincipal",
"tenantId": "pbitools.org",
"clientId": "708b6947-c640-4a74-9100-e4b3312b7182",
"clientSecret": "%PBI_CLIENT_SECRET%"
},
"options": {
"refresh": {
"skipNewDataset": true,
"method": "XMLA",
"type": "Full"
},
"dataset": {
"replaceParameters": true
}
},
"parameters": {
"Version": "1.0.0",
"GH-Branch": "%GITHUB_REF_NAME%",
"GH-RunId": "%GITHUB_RUN_ID%",
"GH-SHA": "%GITHUB_SHA%"
},
"environments": {
"Development": {
"workspace": "Datasets [DEV]",
"displayName": "{{PBIXPROJ_FOLDER}} [DEV]",
"refresh": true
},
"UAT": {
"workspace": "Datasets [PROD]",
"displayName": "{{PBIXPROJ_FOLDER}} [UAT]",
"refresh": true
},
"Production": {
"workspace": "Datasets [PROD]",
"refresh": true
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment