cccs-jc commented on issue #5782: URL: https://github.com/apache/iceberg/issues/5782#issuecomment-1329172799
We are working on support for Iceberg in dbt-spark. Since Iceberg does not support `show tables extended` we fall back to `show table` and many `describe table` to determine if a given table is an iceberg table or not. Normally (for Hudi and Delta) dbt-spark uses the `show tables extended` and parses the information from the `information` column to determine if it's dealing with a Hudi or Delta table. Iterating the tables and running `describe table` can get quite slow when there are hundreds of tables in a schema. It would be much better if Iceberg also supported `show tables extended` Tagging @Fokko who is also working on this -- 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]
