jackye1995 commented on code in PR #6646: URL: https://github.com/apache/iceberg/pull/6646#discussion_r1088108564
########## python/mkdocs/docs/configuration.md: ########## @@ -85,3 +85,15 @@ catalog: default: type: glue ``` + +## DynamoDB Catalog + +If you want to use AWS DynamoDB as the catalog, you can use the last two ways to configure the pyiceberg and refer +[How to configure AWS credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) +to set your AWS account credentials locally. + +```yaml +catalog: + default: + type: dynamodb Review Comment: I think table name is required for dynamoDB catalog -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org