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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Change dbt run default behavior to not drop models. Option --full-refresh is needed, if you want to drop models first and then create.
Use materialized_view instead of materializedview in model materialization.
Support new model materializations: source, table_with_connector, and sink. All these materializations need you to provide the create statement as a whole instead of a select query.