Skip to content

Commit

Permalink
Add pip install for iceberg to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed Jul 11, 2024
1 parent 8b50557 commit f9c2e9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ And, of course, Iceberg tables!

Currently supported are writing to a Glue or generic SQL catalog.

Install with the `iceberg` module: `pip install faker-cli[iceberg]`

```bash
fake -n 10 pyint,user_name,date_this_year -f iceberg -C glue://default.iceberg_sample -o s3://YOUR_BUCKET/iceberg-data/
```
Expand Down

0 comments on commit f9c2e9f

Please # to comment.