Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
add typing extensions module to setup.py
Update changelog
  • Loading branch information
Jacob Beck committed Oct 2, 2019
1 parent eb9bfcd commit dfb4b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## dbt 0.15.0 (TBD)

### Breaking changes
- The 'table_name' parameter to relations has been removed
- Cache management changes:
- Materialization macros should now return a dictionary {"relations": [...]}, with the list containing all relations that have been added, in order to add them to the cache. The default behavior is to still add the materialization's model to the cache.
- Materializations that perform drops via direct "drop" statements must call `adapter.cache_dropped`
Expand All @@ -18,8 +19,6 @@ This is a bugfix release.
### Under the hood:
- Provide a programmatic method for validating profile targets ([#1754](https://github.com/fishtown-analytics/dbt/issues/1754), [#1775](https://github.com/fishtown-analytics/dbt/pull/1775))

>>>>>>> dev/0.14.3
## dbt 0.14.2 (September 13, 2019)

### Overview
Expand Down
1 change: 1 addition & 0 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ def read(fname):
'hologram==0.0.3',
'logbook>=1.5,<1.6',
'pytest-logbook>=1.2.0,<1.3',
'typing-extensions>=3.7.4,<3.8',
]
)

0 comments on commit dfb4b3a

Please sign in to comment.