jx2lee commented on code in PR #3718: URL: https://github.com/apache/iceberg-python/pull/3718#discussion_r3716922988
########## mkdocs/docs/cli.md: ########## @@ -240,3 +240,17 @@ Property write.metadata.delete-after-commit.enabled removed from nyc.taxis ➜ pyiceberg properties get table nyc.taxis write.metadata.delete-after-commit.enabled Could not find property write.metadata.delete-after-commit.enabled on nyc.taxis ``` + +You can drop a table from the catalog: + +```sh +➜ pyiceberg drop table nyc.taxis +Dropped table: nyc.taxis +``` + +To also purge the table files through the configured catalog, pass `--purge`: Review Comment: Fixed it. Thanks ! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
