You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the Teradata system usage summary metrics by weekday and hour for each workload type and query complexity bucket.
217
220
218
221
Arguments:
219
-
dimensions - list of dimensions to aggregate the resource usage summary. All dimensions are: ["LogDate", "hourOfDay", "dayOfWeek", "workloadType", "workloadComplexity", "UserName", "AppId", "StatementType"]
222
+
dimensions - list of dimensions to aggregate the resource usage summary. All dimensions are: ["LogDate", "hourOfDay", "dayOfWeek", "workloadType", "workloadComplexity", "UserName", "AppId"]
220
223
user_name - user name
221
224
date - Date to analyze, formatted as `YYYY-MM-DD`
222
225
dayOfWeek - day of the week to analyze
223
226
hourOfDay - hour of day to analyze
227
+
workloadType - workload type to analyze, example: 'LOAD', 'ETL/ELT', 'EXPORT', 'QUERY', 'ADMIN', 'OTHER'
0 commit comments