SAS Format Plugin
Introduced in release: 1.20
This format plugin enables Drill to read SAS files (sas7bdat). The schema of the queried data is inferred from the metadata in the SAS file format.
Configuration Options
This function has no configuration options other than the file extension.
{
"sas": {
"type": "sas",
"extensions": [
"sas7bdat"
]
}
This plugin is enabled by default.
Data Types
The SAS format supports the VARCHAR, LONG, DOUBLE and DATE types.
Implicit Fields (Metadata)
The SAS reader provides the following file metadata fields:
_compression_method_encoding_file_label_file_type_os_name_os_type_sas_release_session_encoding_date_created_date_modified
