GitHub user dentiny closed the discussion with a comment: [Question] How to 
generate manifest files and manifest list

I confirmed rest catalog works with transaction, which correctly generates 
manifest files and manifest list, example code
```rust
let txn = Transaction::new(&iceberg_table);
let mut action = txn.fast_append(/*commit_uuid=*/ None, /*key_metadata=*/ 
vec![])?;
action.add_data_files(data_files)?;
let txn = action.apply().await?;
txn.commit(&catalog).await?;
```
Hopefully other catalogs will catchup.

GitHub link: 
https://github.com/apache/iceberg-rust/discussions/1232#discussioncomment-12928702

----
This is an automatically sent email for issues@iceberg.apache.org.
To unsubscribe, please send an email to: issues-unsubscr...@iceberg.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to