I have created incremental model and created dimesion model in the dbt and dimesion table in databricks sql. when i am running my incremental model. as per the code it should perform incremental code in such a way that it should be inserted data into the dimesion table. but instead it is creating its own table with icremental model name and inserting the data into it. how can i make it to insert in the dimension table
The context of why I’m trying to do this
What I’ve already tried
Some example code or error messages
Put code inside backticks
to preserve indentation
which is especially important
for Python and YAML!