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 [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
