File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+
4+ ## 2.7.0 (2019-03-05)
5+
6+ - Make event handlers configurable: this allows for e.g. adding your own notifier for specific events
7+ - Switch slack to use events for notifications of interactive pipeline runs
8+ - Fix an edge case bug where reverting a commit after an error in the table creation for an incremental load
9+ job would not recreate the original tables leading to a failed load
10+ - Fix an edge case bug where crashing during a triggered (code change, TRUNCATE) full load of an
11+ incremental load job after the table was already loaded would not rerun the full load
12+ leading to missing data
13+ - Optimize how we set the spawning method in multiprocessing
14+
15+
316## 2.6.1 (2019-02-20)
17+
418- Fix for Python 3.7 ("RuntimeError: context has already been set")
519
20+
621## 2.6.0 (2019-02-12)
722
823- Python 3.8 compatibility (explicitly set process spawning method to 'fork')
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def get_long_description():
77
88setup (
99 name = 'data-integration' ,
10- version = '2.6.1 ' ,
10+ version = '2.7.0 ' ,
1111
1212 description = 'Opinionated lightweight ETL pipeline framework' ,
1313
You can’t perform that action at this time.
0 commit comments