Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADAP-1170: Migrate managed catalog to the new catalog framework #932

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

mikealfare
Copy link
Contributor

We need to migrate the current Iceberg implementation over to the new catalog framework. The current implementation works off of table_format being defined in the model config. So if that's there and catalog_name is not defined, we need to raise a warning to the user to use the new config (catalog_name = 'snowflake'). In this scenario, we should fallback to the existing DDL. Otherwise, if catalog_name is defined, we should use the new DDL. If neither of these are defined, this is just a standard table.

Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change in the dbt-adapters package. For details on how to document a change, see the Contributing Guide.

Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change in the dbt-snowflake package. For details on how to document a change, see the Contributing Guide.

@mikealfare mikealfare added the skip:changelog-check Skip changelog verification in a PR label Mar 21, 2025
@cla-bot cla-bot bot added the cla:yes The PR author has signed the CLA label Mar 21, 2025
@cla-bot cla-bot bot temporarily deployed to dbt-bigquery March 21, 2025 23:19 Inactive
@cla-bot cla-bot bot temporarily deployed to dbt-postgres March 21, 2025 23:19 Inactive
@cla-bot cla-bot bot temporarily deployed to dbt-redshift March 21, 2025 23:19 Inactive
@mikealfare mikealfare force-pushed the dbt-snowflake/migrate-managed-catalogs branch from f74cc6a to 9b9b37f Compare April 3, 2025 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes The PR author has signed the CLA pkg:dbt-snowflake Issue affects dbt-snowflake skip:changelog-check Skip changelog verification in a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant