-
Notifications
You must be signed in to change notification settings - Fork 101
Useful Tools
Sal edited this page Mar 5, 2024
·
1 revision
Tools are located under the 'Tools' menu.
This tool will generate an ANSI SQL 'CREATE TABLE' script matching the schema of the currently loaded parquet file. This is handy if a SQL table is needed that matches the schema of the parquet file.
The script will contain only loaded fields.
This tool will read the Thrift metadata that is stored in every parquet file as well as any additional custom metadata that is found.
Supported metadata are: thrift
(default), pandas
, arrow:schema
. Other metadata will be displayed raw. If you come across custom metadata that is not human readable, feel free to open an issue ticket to see if we can add support for that type of metadata.