parquet-tools icon indicating copy to clipboard operation
parquet-tools copied to clipboard

Schema command not working

Open rohitprakash5 opened this issue 2 years ago • 2 comments

I am not able to generate the schema for parquet file . Below is the error. parquet-tools schema Sample.parquet usage: parquet-tools [-h] {show,csv,inspect} ... parquet-tools: error: argument {show,csv,inspect}: invalid choice: 'schema' (choose from 'show', 'csv', 'inspect')

rohitprakash5 avatar Sep 13 '22 14:09 rohitprakash5

What do you want do with schema sub command? If you'd like to see metadata of the parquet file, you can use inspect command.

I'm sorry to be confusing, this command is incompatible with original parquet-tools.

ktrueda avatar Sep 14 '22 10:09 ktrueda

I need parquet schema file for specific use in Informatica ( ETL Tool ) Mapping . Informatica support demonstrated that they are able use Schema command in working on Unix environment.

parquet

But I am not able to use in windows based environment. image

Is there any way , I can generate the schema file .

rohitprakash5 avatar Sep 14 '22 11:09 rohitprakash5