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

on_schema change in insert_by_period #41

Open
piotrek9721 opened this issue Oct 20, 2023 · 0 comments
Open

on_schema change in insert_by_period #41

piotrek9721 opened this issue Oct 20, 2023 · 0 comments
Labels
insert_by_period relating to the insert by period materializaiton

Comments

@piotrek9721
Copy link

Environment

  • dbt Version: 1.5.6
  • Database: Snowflake

Issue Description

Problem: The "on_schema_change" logic was removed from the insert_by_period materialization macro in a previous version of dbt, and it has not been re-implemented.

Context: We still heavily rely on the insert_by_period materialization, and we believe that adding the "on_schema_change" logic would be beneficial for our use case.

Additional Information

  • Attempted Solution: I've tried to add this logic manually, but unfortunately, I couldn't recreate it from the incremental materialization. It appears that it doesn't work for the insert_by_period materialization.

  • Request: We would like to know if there are any plans to reintroduce the "on_schema_change" logic to the insert_by_period materialization in future dbt releases.

  • Feasibility: Is it technically possible to add the "on_schema_change" logic to the insert_by_period materialization? We'd like to understand any technical limitations or considerations associated with this.

Thank you for considering our request to enhance the insert_by_period materialization with the "on_schema_change" logic. We believe this addition would greatly benefit the dbt community.

@dataders dataders added the insert_by_period relating to the insert by period materializaiton label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
insert_by_period relating to the insert by period materializaiton
Projects
None yet
Development

No branches or pull requests

2 participants