Skip to content

Commit

Permalink
misc/dbt-materialize: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
morsapaes committed Apr 17, 2023
1 parent 773ccbc commit d9bca89
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions misc/dbt-materialize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# dbt-materialize Changelog

## Unreleased

* **Breaking change.** Automatically run introspection queries in the
`mz_introspection` cluster via the new `auto_route_introspection_queries`
session variable, instead of hardcoding the cluster on connection.

This change requires [Materialize >=0.49.0](https://materialize.com/docs/releases/v0.49/).
**Users of older versions should pin `dbt-materialize` to `v1.4.0`.**

## 1.4.0 - 2023-02-03

* Upgrade to `dbt-postgres` v1.4.0.
Expand Down Expand Up @@ -55,8 +64,8 @@

## 1.2.0 - 2022-08-31

* Enable additional configuration for indexes created on view,
materializedview, or source materializations. Fix to use Materialize's
* Enable additional configuration for indexes created on `view`,
`materializedview`, or `source` materializations. Fix to use Materialize's
internal naming convention when creating indexes without providing
explicit names.

Expand Down Expand Up @@ -92,7 +101,7 @@
```

* A new `cluster` option for indexes on view, materializedview, or source
materializations. If 'cluster' is not supplied, indexes will be created
materializations. If `cluster` is not supplied, indexes will be created
in the cluster used to create the materialization.

```sql
Expand Down

0 comments on commit d9bca89

Please sign in to comment.