iceberg-python
iceberg-python copied to clipboard
Add Snowflake catalog
- defined reading Iceberg tables using the snowflake catalog.
- snowflake catalog is pretty much read only, so adding primarily read only ops.
- refer snowflake iceberg sdk read guide: https://docs.snowflake.com/en/sql-reference/functions/system_get_iceberg_table_information
I have added the apache license to the file headers now. the failing check shud start passing now.
any updates on this, it is something, I would like to use.
Is Azure Data Lake Storage supported as well with this new feature?
@prabodh1194 Thanks for working on this. What are your thoughts on Snowflake adding REST catalog support, would this still be needed?
Could you also make sure that you add this catalog under the docs mkdocs/
?
@Fokko , considering that snowflake's rest catalog docs are still not released to public, we can only wait for it. However, I believe that this PR will continue to be relevant considering this catalog has been GA for quite sometime and won't go away any time soon 😄 .
closing as I won't be able to continue with this PR now.