Loading

How To Check The Status Of Jobs With The Tableau Server Repository Using Custom Admin View

Date de publication: Apr 22, 2025
Tâche

How to check the status of jobs from the Tableau Server Repository (Workgroup Database) using customer administrative view?

Étapes
Create a calculated field to check the status of e.g. backgrounder jobs, as shown in the following example.
For more information about the tables and views in the "workgroup" PostgreSQL database, see About the Tableau Server Data Dictionary.

--------------------
IF [progress] == -1 THEN
  "Pending"
ELSEIF [progress] < 100 THEN
  "In Process"
ELSEIF [finish_code] == 0 THEN
  "Success"
ELSEIF [finish_code] == 2 THEN
  "Cancelled"
ELSE
  "Error"
END

--------------------
Numéro d’article de la base de connaissances

001470634

 
Chargement
Salesforce Help | Article