Remove dataset definitions if underlying data is unavailable (Default). If this box is not checked and the underlying files under a folder are removed or the folder/source is not accessible,
Dremio does not remove the dataset definitions.
This option is useful in cases when files are temporarily deleted and put back in place with new sets of files.
Automatically format files into physical datasets when users issue queries.
If this box is checked and a query runs against the un-promoted PDS/folder,
Dremio automatically promotes using default options.
If you have CSV files, especially with non-default options, it might be useful to not check this box.
Dataset Details -- The metadata that Dremio needs for query planning such as information needed for
fields, types, shards, statistics, and locality.
Fetch mode -- Specify either Only Queried Datasets, All Datasets, or As Needed. Default: Only Queried Datasets
Only Queried Datasets -- Dremio updates details for previously queried objects in a source. This mode increases query performance because less work is needed at query time for these datasets.
All Datasets -- Dremio updates details for all datasets in a source.
This mode increases query performance because less work is needed at query time.
As Needed -- Dremio updates details for a dataset at query time.
This mode minimized metadata queries on a source when not used,
but might lead to longer planning times.
Fetch every -- Specify fetch time based on minutes, hours, days, or weeks. Default: 1 hour
Expire after -- Specify expiration time based on minutes, hours, days, or weeks. Default: 3 hours
Authorization -- When impersonation is enabled, the maximum amount of time that Dremio will cache
authorization information.