Compare commits

...

1 Commits

Author SHA1 Message Date
Drew Banin
7a07017b96 Update CHANGELOG.md 2020-01-20 11:53:40 -05:00

View File

@@ -1,4 +1,4 @@
## dbt 0.15.1 (To be released)
## dbt 0.15.1 (January 17, 2020)
This is a bugfix release.
@@ -8,7 +8,8 @@ This is a bugfix release.
- Suppport BigQuery label configuration for models ([#1942](https://github.com/fishtown-analytics/dbt/issues/1942), [#1964](https://github.com/fishtown-analytics/dbt/pull/1964))
- Support retrying when BigQuery models fail with server errors ([#1579](https://github.com/fishtown-analytics/dbt/issues/1579), [#1963](https://github.com/fishtown-analytics/dbt/pull/1963))
- Support sql headers in create table/view statements ([#1879](https://github.com/fishtown-analytics/dbt/issues/1879), [#1967](https://github.com/fishtown-analytics/dbt/pull/1967))
- Add source snapshot-freshness to dbt rpc ([#2040](https://github.com/fishtown-analytics/dbt/issues/2040), [#2041](https://github.com/fishtown-analytics/dbt/pull/2041))
- Support `source snapshot-freshness` command in the dbt server ([#2040](https://github.com/fishtown-analytics/dbt/issues/2040), [#2041](https://github.com/fishtown-analytics/dbt/pull/2041))
- Support the `-t` shorthand for the `--target` flag on the CLI ([#1281](https://github.com/fishtown-analytics/dbt/issues/1281), [#2057](https://github.com/fishtown-analytics/dbt/pull/2057))
### Fixes
- Fix for catalog generation error when datasets are missing on BigQuery ([#1984](https://github.com/fishtown-analytics/dbt/issues/1984), [#2005](https://github.com/fishtown-analytics/dbt/pull/2005))