Skip to content

Commit

Permalink
Prepare for release 0.3.8
Browse files Browse the repository at this point in the history
Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc committed Dec 8, 2020
1 parent ef730a0 commit 0a04ca0
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog

## [Unreleased](https://github.com/MarquezProject/marquez-airflow/compare/0.3.7...HEAD)
## [Unreleased](https://github.com/MarquezProject/marquez-airflow/compare/0.3.8...HEAD)

## [0.3.8](https://github.com/MarquezProject/marquez-airflow/compare/0.3.7...0.3.8) - 2020-12-08

### Added

* Add schemas resolution to big query output datasets [@henneberger](https://github.com/henneberger)

### Deprecated

* Deprecate support for airflow 1.10.3

### Fixed

* Fix `bigquery.Client.close()`
* Fix thrown exception on `Utils.get_location()`
* Fix bug where all runs fail if DAG fails [@henneberger](https://github.com/henneberger)
* Fix bug where big query operator creates duplicate job versions [@henneberger](https://github.com/henneberger)
* Fix extract not reporting task state on callback & update api flow [@henneberger](https://github.com/henneberger)

## [0.3.7](https://github.com/MarquezProject/marquez-airflow/compare/0.3.6...0.3.7) - 2020-11-09

Expand Down

0 comments on commit 0a04ca0

Please sign in to comment.