Skip to content

v1.6.0

Compare
Choose a tag to compare
@chenzl25 chenzl25 released this 25 Dec 07:45
· 25 commits to main since this release
1d15898
  • 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.
  • Support model contract.
  • Support indexes configuration.