-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS CUR Parquet conversion fails: 'bill_invoicing_entity' not found in data #358
Comments
I converted the parquet file to a csv using pandas and tried adding I tried to run focus-converter with both csv files using the following command. Command: With this I was able to bypass the
|
Describe the bug
After downloading AWS CUR Parquet file and running the converter, it fails saying 'bill_invoicing_entity' not found in data.
To Reproduce
Steps to reproduce the behavior:
Download parquet file from aws
Run:
focus-converter convert --provider aws --data-path /opt/aws-plaform-00005.snappy.parquet --data-format parquet --parquet-data-format dataset --export-path /tmp/test/
Error:
ValueError: Column(s) 'bill_invoicing_entity' not found in data
Expected behavior
The converter runs as expected.
Additional context
OS : Debian 12
focus-converter version : 1.0
Well the error seems self explanatory, but we are not sure
The text was updated successfully, but these errors were encountered: