Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BentsiLeviav committed Aug 18, 2024
1 parent 377777e commit d21c16c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### Release [1.8.2], xxxx-xx-xx
#### Improvements
* You can now add projections to tables (distributed and non-distributed). The projection config should be added to the model config, for instance:
```python
{{ config(
materialized='%s',
projections=[
{
'name': 'your_projection_name',
'query': 'your_projection_query'
}
]
) }}
```


### Release [1.8.1], 2024-07-11
#### Bug Fix
* Refresh materialized_view table only if `--full-refresh` is specified.
Expand Down

0 comments on commit d21c16c

Please sign in to comment.