-
Notifications
You must be signed in to change notification settings - Fork 132
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
[BUG] table and column comments not being added with vault_insert_by_rank #208
Comments
Hello! Apologies for the (massively) delayed response on this. This issue is due to a feature implemented in dbt which we haven't kept up-to-date with. For the custom materialisations we offer, this needs to happen. Though we plan to deprecate these materialisations eventually, we want to get them to a better state before we do so. I've added the 'dbt-approach' label to highlight what I've described above. |
@DVAlexHiggs , thanks for responding to this. after this issue was created and after upgrading AutomateDV version to latest version for improved Satellite insert methodology, we pivoted from using vault_insert_by_rank custom materialization back to incremental . At this time, I see no need to leave this issue open. |
Thanks for the quick reply! That makes sense and we're glad you were able to transition away from this to use incremental, as that was one of the aims of the improvements to the Satellite macro. I'm going to leave this open until I've discussed with the team internally as to whether we still want to make these changes prior to deprecation. |
Hello, If anyone comes across this thread and would like any guidance, please reach out to me on Slack, LinkedIn or via email. Thanks! |
Describe the bug
After setting "persist_docs" in dbt_project.yml, yml descriptions are not being added to Snowflake when model is using the vault_insert_by_rank materialization
Environment
dbt version: dbt_cloud v1.5
automate_dv version: 0.9.6
Database/Platform: Snowflake
To Reproduce
Steps to reproduce the behavior:
+persist_docs:
relation: true
columns: true
{{ config(materialized='vault_insert_by_rank', rank_column='automate_dv_rank', rank_source_models='STAGE MODEL') }}
Expected behavior
COMMENTs to be sent to Snowflake similar to dbt standard customizations when database object is created
AB#5357
The text was updated successfully, but these errors were encountered: