-
John Cheng authored
* Add `is_view` * Update glue table description For Athena tables, the table description is stored in Parameters.comment. * fix missing partition keys Partition keys should be part of the columns. * Add tests * fix typo * fix flake8