本文介绍了自动化Azure Analysis Services表格模型刷新以从Data Lake中提取数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们在Azure Analysis Service中部署了表格模型,该模型从Data Lake中提取数据.我想通过处理(OAuth身份验证)来自动化模型的过程.任何帮助将不胜感激. 

We have a Tabular model deployed in Azure Analysis Service pulling Data from Data Lake. I wanted to automate the process of the model by handling  (OAuth authentication). Any help would be appreciated. 

推荐答案

   您可以编写脚本来调用ReST api来刷新模型. ReST api的文档是这里.

    You can write a script to call the ReST api to refresh the model. The documentation to the ReST api ishere.


这篇关于自动化Azure Analysis Services表格模型刷新以从Data Lake中提取数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-23 00:06