Significant changes to this project are noted in this document.
Jump to version
Added new fields to existing objects:
Object | New fields |
---|---|
tableauSites | createdAt |
workbooks | projectLuid |
datasources | createdAt, updatedAt |
flows | createdAt, updatedAt |
virtualConnections | createdAt, updatedAt |
Column
type’s upstreamTables
and downstreamTables
shortcuts no longer include the table that contains the column. Use Column.table
to find information about the containing table instead.Table
type’s upstreamDatabases
shortcut no longer includes the database that contains the table. Use ... on DatabaseTable {database}
instead.Workbook
type’s downstreamOwners
field no longer includes the owner of the workbook. Use Workbook.owner
to find information about the workbook owner instead.The Metadata API was officially released in Tableau Server 2019.3 and Tableau Online in September of 2019. This document tracks Metadata API changes starting with 2021.4.