omkenge commented on PR #1239: URL: https://github.com/apache/iceberg-python/pull/1239#issuecomment-2438763695
Hi @kevinjqliu , You are correct that AWS Glue is not support Iceberg View. It's feasible to implement a list_views function in PyIceberg with the AWS Glue Catalog, even though Glue itself doesn't natively support Iceberg views. This approach would let you retrieve and manage view metadata directly via PyIceberg, keeping it in sync with your SQL-created views without Glue needing built-in view support. It’s a practical solution to integrate your existing views and access them through PyIceberg in your AWS environment. -- 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