From f9c2e9f0568103c73cb593d559ee811e89652b15 Mon Sep 17 00:00:00 2001 From: "Damon P. Cortesi" Date: Thu, 11 Jul 2024 15:57:52 -0700 Subject: [PATCH] Add pip install for iceberg to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0080d6c..3a6f0c4 100644 --- a/README.md +++ b/README.md @@ -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/ ```