[CT-596] [Feature] Allow customization of seed materialization logic for table creation/insertion #5206
Closed
1 task done
Labels
enhancement
New feature or request
Is this your first time opening an issue?
Describe the Feature
As described in dbt-labs/dbt-snowflake#112 (comment), plugins can't simply override the logic of seed materialization, regarding table creation/truncation/insertion, without copying the entire implementation.
To simplify that, we can move this following logic to a separate macro:
Describe alternatives you've considered
No response
Who will this benefit?
This change will benefit
dbt-snowflake
, as explained in dbt-labs/dbt-snowflake#112 (comment), by avoiding the need of copying the entire seed materialization logic only to surround the table creation/insertion within a transaction.Are you interested in contributing this feature?
No response
Anything else?
The text was updated successfully, but these errors were encountered: