tableau / community-tableau-server-insights

Community-built data sources for answering questions about Tableau Server
MIT License
129 stars 52 forks source link

TS Events: Refactor Historical Item Revision for consistency #58

Closed mcoles closed 3 years ago

mcoles commented 3 years ago

The hist_ tables for Workbooks, Datasources, and now Flows record the version history inconsistently.

hist_workbooks: revision field, format ##.# e.g., 1.7 hist_datasources: revision field, format ##.# e.g., 1.7 hist_flows: content_version field, format ## , e.g. 22

Revise this calc to unify the first two to match the hist_flows format, which makes more sense intuitively ("the Nth revision") and also matches the VizPortal UI in Tableau Server.