尽管 API 生成父表和子表列表的 Tableau 工具

Tableau tool to generate list of parent and child tables though API

我需要通过 API 调用在 Tableau 中获取父 table 与相应子 table 的列表。父 tables 基本上是 tables 没有与之关联的任何外键。子 table 是外键(主 table 的主键与其相关联)

所以。 Tableau 数据提取 API 不提供发现父表和子表的方法。基本原理是用户定义正在检索的数据的结构,然后 API 将数据转换为 Tableau 数据提取文件 (.tde)。

为了进一步详细说明,none 的 Tableau API 旨在允许您以所需的方式与数据源进行交互。

  • 数据提取API - 提供了一种创建 Tableau 数据提取的编程方式
  • Javascript API - 提供一种与嵌入式工作簿交互的方式
  • REST API - 提供与 Tableau Server 元数据(例如:用户、项目、工作簿等)交互的方式