[Bug] on_configuration_changes=apply
does not add new index on incremental view
#155
Closed
2 tasks done
Is this a new bug?
Current Behavior
When I add a new index to an existing incremental model (see below), it is not created in the database
Expected Behavior
I would expect the new index to be created
Steps To Reproduce
pip freeze | grep dbt
test.sql
I rundbt run --select test
test.sql
to add an indexdbt run --select test
on_configuration_changes="fail"
) but nothing happens.Relevant log output
No response
Environment
Additional Context
The related documentation on postgre website
The text was updated successfully, but these errors were encountered: