dba_featureUsage
Reports Teradata feature usage over a date range. Identify which product features are adopted and track utilization changes.
Instructions
Report which Teradata product features were used during a specified date range. Use when the user asks about feature adoption, which Teradata capabilities are being used, or how feature utilization has changed over a period.
Arguments: start_date - The start date for the query range in YYYY-MM-DD format. end_date - The end date for the query range in YYYY-MM-DD format. persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persist | No | If True, materializes result as a volatile table and returns table name | |
| end_date | Yes | The end date for the query range in YYYY-MM-DD format. | |
| start_date | Yes | The start date for the query range in YYYY-MM-DD format. |