You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to setup dbt with a locally hosted oracle, but have problems materializing my models. As far as I understand you can set this option either in the sql, the model or the dbt_project itself. The problem ist, that neither of these configurations work for me. For my models it always just creates a view in the database. On the other hand seeds are created as a table, so I assume there is no problem with the privileges of the database user.
Do you have any idea of why my models are always created views? Is there a problem with the adapter/ adapter settings?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
I am currently trying to setup dbt with a locally hosted oracle, but have problems materializing my models. As far as I understand you can set this option either in the sql, the model or the dbt_project itself. The problem ist, that neither of these configurations work for me. For my models it always just creates a view in the database. On the other hand seeds are created as a table, so I assume there is no problem with the privileges of the database user.
Do you have any idea of why my models are always created views? Is there a problem with the adapter/ adapter settings?
Best Regards Leon
Beta Was this translation helpful? Give feedback.
All reactions