Skip to content

Commit 1acdfeb

Browse files
committed
updating docs and version
1 parent e25bc9a commit 1acdfeb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## v2.2.1
8+
### Change
9+
- Updated output from `GlueJob` class function `wait_for_job_completion()` (when verbose is set to True), now states how long Glue has been running the job.
10+
711
## v2.2.0
812
### Added
913
- Fixed bug where glue_specific would not write to json or be a key in dictionary from TableMeta class `to_dict()` method.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='etl_manager',
5-
version='2.2.0',
5+
version='2.2.1',
66
packages=find_packages(exclude=['tests*']),
77
license='MIT',
88
description='A python package to manage etl processes on AWS',

0 commit comments

Comments
 (0)