dbt-labs / dbt-snowflake

dbt-snowflake contains all of the code enabling dbt to work with Snowflake
https://getdbt.com
Apache License 2.0
296 stars 176 forks source link

[Feature] Ability to specify CATALOG_SYNC for Iceberg table materialization #1199

Open sfc-gh-dyaroshenko opened 1 month ago

sfc-gh-dyaroshenko commented 1 month ago

Is this your first time submitting a feature request?

Describe the feature

Snowflake Iceberg table materialization is great. Works like a charm creating table and registering it in Snowflake catalog. It will be really great to be able to support the option that synchronise newly created table with Polaris catalog. Looks like technically we have everything but the CATALOG_SYNC parameter. Hopefully this is something that can be easily added. Snowflake documentation with example: https://docs.snowflake.com/user-guide/tables-iceberg-polaris-sync#step-4-create-a-snowflake-managed-table Thanks!

Describe alternatives you've considered

Potentially can be done using post-hook

Who will this benefit?

Ever growing Polaris community

Are you interested in contributing this feature?

No response

Anything else?

https://docs.snowflake.com/user-guide/tables-iceberg-polaris-sync#step-4-create-a-snowflake-managed-table Thank you!