Displays information about "in-cluster" or "in-database" tasks started from DSS, by project and user.
This view takes into account recipes and queries in SQL, Hive and Impala notebooks.
It does not take into account PySpark / SparkR notebooks.
For more details and insights, you can use the "Internal stats" dataset
| Task type | Number | Total time |
|---|---|---|
| {{type.type}} | {{type.nbTasks}} | {{type.totalElapsedTime|durationHHMMSS}} |
| Project | Task type | Number | Total time |
|---|---|---|---|
| {{project.projectKey}} | {{project.type}} | {{project.nbTasks}} | {{project.totalElapsedTime|durationHHMMSS}} |
| User | Task type | Number | Total time |
|---|---|---|---|
| {{user.initiator}} | {{user.type}} | {{user.nbTasks}} | {{user.totalElapsedTime|durationHHMMSS}} |
| Project | Task type | User | Started on | Done on | Elapsed time | |
|---|---|---|---|---|---|---|
| {{task.projectKey}} | {{task.taskType}} | {{task.initiator}} | {{task.startTime|date:'yyyy-MM-dd HH:mm:ss'}} | {{task.endTime|date:'yyyy-MM-dd HH:mm:ss'}} | {{task.elapsedTime|durationHHMMSS}} |