【问题标题】:Azure Devops hide key columns on deployment of SSAS Tabular modelAzure Devops 在部署 SSAS 表格模型时隐藏关键列
【发布时间】:2020-10-09 10:06:28
【问题描述】:

我想让我的 SSAS 表格模型的所有列在我们的 DEV 环境中可见。由于我不想显示关键列,我想在 Azure Devops 发布管道中将这些列自动隐藏到 TST 环境。是否可以在部署期间以这种方式更改表格 .bim 文件?

我们使用的一切都在本地。

约翰

【问题讨论】:

    标签: azure-devops sql-server-2017 ssas-tabular


    【解决方案1】:

    我们在管道中使用 TabularEditor 来部署模型,在此过程中我们会进行一些即时更改。

    TabularEditor 支持 Csharp 脚本(您可以在其中操作所有分区/表/列的属性)。这意味着您可以切换列的可见性。

    在这里您可以找到所有支持的标志: https://github.com/otykier/TabularEditor/wiki/Command-line-Options

    我推荐第四个视频(管道部署): https://github.com/otykier/TabularEditor/wiki/Training-Webinar-for-Tabular-Editor

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-05-26
      • 2020-03-24
      相关资源
      最近更新 更多