我有一个SSIS包,该包将数据从csv文件放入登台表并调用一个在登台表中进行某些更新的过程,现在我想从此SSIS包中刷新一个Tableau报告。 请帮忙!!!
答案 0 :(得分:0)
看起来SSIS包可以调用命令行任务:
https://sqlserverrider.wordpress.com/2013/01/03/executing-msdos-commands-in-ssis/
这是通过命令行刷新Tableau Extract的方法:
https://onlinehelp.tableau.com/current/online/en-us/to_refresh_extract_commandline.htm
将两者加在一起,希望它对您有用。
或者,如果您的SSIS包按计划运行,则可以使用TDE API来运行一个一致的任务-它可以采用许多程序形式:
https://onlinehelp.tableau.com/current/pro/desktop/en-us/extracting_TDE_API.htm