omkenge commented on PR #1251: URL: https://github.com/apache/iceberg-python/pull/1251#issuecomment-2441585287
Hi @kevinjqliu, When I run the **list_tables** method, the output includes both Iceberg tables and views. However, when I check the list_tables method, it distinguishes between the tables based on a specific **table_type** parameter. When I check the parameter for the view, I encounter the following exception: pyiceberg.exceptions.NoSuchPropertyException: Property table_type missing, could not determine type. Could you please explain how the list_tables method handles this situation? Specifically, how does it differentiate between tables and views when the parameter for the view results in a NoSuchPropertyException due to the missing table_type property? -- 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