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
Make Chart Preview & Table Preview Configurable per Dataset
As a data custodian user, I want to disable the chart and table preview features for selected datasets when the default predicted chart layout is optimal.
We previously introduced the preview-map-settings aspect to allow users to disable the map preview feature (or configure which format of resource is used) per dataset.
To accommodate similar requirements, we will introduce the preview-tabular-data-settings aspect with fields:
enableChart: When set to false, this will explicitly disable the chart preview for the dataset. A true value will explicitly enable the chart preview for the dataset (still subject to the resource format compatibility). When not specified, the default value true will be used.
enableTable: When set to false, this will explicitly disable the chart preview for the distribution. A true value will explicitly enable the chart preview for the distribution (still subject to the resource format compatibility). When not specified, the default value true will be used.
User can opt to attach the preview-tabular-data-settings aspect to either a "dataset" record (contains one or more resources ) or a "distribution" record (resource).
The preview-tabular-data-settings aspect set to the "dataset" record will apply to all "distribution" records (resources) that it contains. The preview-tabular-data-settings aspect is set to a "distribution" record (resource) has higher priority and can override the settings from the preview-tabular-data-settings aspect data set to the "dataset" record.
We might introduce configuration options that allow manual overriding of the system-predicted chart layout in the future. However, considering the LLM-powered visualization feature development in the current pipeline might improve this area. We will review it in the future to decide whether we need to introduce more configuration options.
Since v2.0.0, in addition to the dataset authoring UI, we have also had a low-level dataset record editor tool that allows admins or data custodians to edit dataset metadata at the field level. Users can use this tool to attach the preview-tabular-data-settings aspect data to a select dataset to override the default system behaviour.
Extra notes
Users
The text was updated successfully, but these errors were encountered:
Make Chart Preview & Table Preview Configurable per Dataset
As a data custodian user, I want to disable the chart and table preview features for selected datasets when the default predicted chart layout is optimal.
We previously introduced the preview-map-settings aspect to allow users to disable the map preview feature (or configure which format of resource is used) per dataset.
To accommodate similar requirements, we will introduce the
preview-tabular-data-settings
aspect with fields:enableChart
: When set tofalse,
this will explicitly disable the chart preview for the dataset. Atrue
value will explicitly enable the chart preview for the dataset (still subject to the resource format compatibility). When not specified, the default valuetrue
will be used.enableTable
: When set tofalse,
this will explicitly disable the chart preview for the distribution. Atrue
value will explicitly enable the chart preview for the distribution (still subject to the resource format compatibility). When not specified, the default valuetrue
will be used.preview-tabular-data-settings
aspect to either a "dataset" record (contains one or more resources ) or a "distribution" record (resource).preview-tabular-data-settings
aspect set to the "dataset" record will apply to all "distribution" records (resources) that it contains. Thepreview-tabular-data-settings
aspect is set to a "distribution" record (resource) has higher priority and can override the settings from thepreview-tabular-data-settings
aspect data set to the "dataset" record.Since v2.0.0, in addition to the dataset authoring UI, we have also had a low-level dataset record editor tool that allows admins or data custodians to edit dataset metadata at the field level. Users can use this tool to attach the
preview-tabular-data-settings
aspect data to a select dataset to override the default system behaviour.Extra notes
The text was updated successfully, but these errors were encountered: