mahimalalwani2312 opened a new issue, #9139: URL: https://github.com/apache/seatunnel/issues/9139
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description I came across a similar issue while searching, referenced here: [GitHub Issue #8559](https://github.com/apache/seatunnel/issues/8559). Even after following the link provided in the issue — https://iceberg.apache.org/docs/1.6.0/aws/#flink — I was unable to connect to the AWS Catalog. Here is the configuration I used: `catalog_name="iceberg_catalog" iceberg.catalog.config={ "type"="hive" "warehouse"="s3a://dp-load-data/iceberg/" }` However, I encountered the following error: Caused by: org.apache.seatunnel.common.exception.SeaTunnelRuntimeException: ErrorCode:[API-09], ErrorDescription:[Handle save mode failed] at org.apache.seatunnel.core.starter.flink.execution.SinkExecuteProcessor.handleSaveMode(SinkExecuteProcessor.java:193) at org.apache.seatunnel.core.starter.flink.execution.SinkExecuteProcessor.execute(SinkExecuteProcessor.java:141) at org.apache.seatunnel.core.starter.flink.execution.FlinkExecution.execute(FlinkExecution.java:117) at org.apache.seatunnel.core.starter.flink.command.FlinkTaskExecuteCommand.execute(FlinkTaskExecuteCommand.java:61) ... 19 more Caused by: java.lang.UnsupportedOperationException: Unknown catalog type: iceberg at org.apache.iceberg.CatalogUtil.buildIcebergCatalog(CatalogUtil.java:272) at org.apache.seatunnel.connectors.seatunnel.iceberg.IcebergCatalogLoader.loadCatalog(IcebergCatalogLoader.java:61) Any guidance on resolving this would be greatly appreciated. ### Usage Scenario _No response_ ### Related issues https://github.com/apache/seatunnel/issues/8559 ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org