Skip to content

Instantly share code, notes, and snippets.

@mlongoria
Created September 19, 2016 20:38
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 mlongoria/e9e1c8b936380a49a1e758717742d169 to your computer and use it in GitHub Desktop.
Save mlongoria/e9e1c8b936380a49a1e758717742d169 to your computer and use it in GitHub Desktop.
Does a Process Full for a 2016+ Tabular SSAS model using TMSL
{
"refresh": {
"type": "full",
"objects": [
{
"database": "MyTabularModel"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment