dacort / faker-cli

Command-line interface to quickly generate fake CSV and JSON data
MIT License
72 stars 4 forks source link

Adding support for delta lake table format #2

Closed rahulj51 closed 1 year ago

dacort commented 1 year ago

Sweet! Thanks @rahulj51 I'll try to take a look at this today.

dacort commented 1 year ago

lgtm, even works writing directly to S3!

Had to set AWS_S3_ALLOW_UNSAFE_RENAME=true to do so and the deltalake library tries to use IMDS, but worked fine when I set AWS_* environment variables.

rahulj51 commented 1 year ago

Thanks @dacort .