Skip to content

Commit f1b565e

Browse files
Document write mode options
1 parent 8bf215a commit f1b565e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ Load data from Parquet to Iceberg File Catalog:
4040
Supports standard AWS environment variables (e.g. AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_PROFILE, AWS_ENDPOINT etc).
4141

4242
Use the `file://` protocol to load data into a file instead.
43+
Use `--overwrite` to overwrite existing table data
44+
Use `--append` to append to an existing table
4345

4446
## Limitations
4547

4648
- Supported datatypes: bool, char, int2, int4, int8, float4, float8, timestamp, timestamptz, date, text, bytea. Cast the columns in your query to `text` or another supported type if your query returns different types
47-
- Doesn't support appending to tables, only writing new Delta Tables (pass `-o` to overwrite)
49+
- Append is not supported for Delta tables

0 commit comments

Comments
 (0)