unused_columns
Identify data file columns not consumed by any app, enabling storage cost reduction.
Instructions
Return columns of a data file that no app in the tenant consumes.
Args:
file_name: Data file name with extension (e.g. Sales.qvd).
Case-insensitive but extension must match.
space_name: Display name of the space the file lives in.
Case-insensitive.
lineage_activation_date: ISO 8601 date when field-level lineage
was activated in the tenant (e.g. "2025-06-01"). Consumer
apps last reloaded before this date have no edges in their
lineage graph and are marked as stale instead of being queried.
Omit to skip staleness detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| space_name | Yes | ||
| lineage_activation_date | No |