We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
persist_docs adds column comments to delta tables but its not called in incremental models
**The operating system you're using: Ubuntu
**The output of python --version: 3.7
python --version
The text was updated successfully, but these errors were encountered:
@binhnefits Thanks for opening!
As I said over in I think it would just look like adding
{% do persist_docs(target_relation, model) %}
to the end of the incremental materialization, right above run_hooks, just like in the table materialization:
incremental
run_hooks
table
dbt-spark/dbt/include/spark/macros/materializations/table.sql
Lines 25 to 27 in f39169e
Sorry, something went wrong.
resolved by #234
No branches or pull requests
Describe the bug
persist_docs adds column comments to delta tables but its not called in incremental models
Steps To Reproduce
Expected behavior
Screenshots and log output
**The operating system you're using: Ubuntu
**The output of
python --version
: 3.7Additional context
The text was updated successfully, but these errors were encountered: