- Add
hadoop
operators - Allow some simple runtime execution by overriding
__getattr__
- Add new operators to docs
- Error release
- Add
spark
andspark_submit
operator - Upgrade to
paramiko >=2.5.0
, fixing bug with recent versions ofcryptography
- Switch from bumpversion to punch
- Format code using black
- Update install to include conda-forge path
- Delete blank top line from beeline by default.
- Allow hive to output to a file
- Add environment variable profiles with
issho env
- Update docs
- Allow users to re-use variables that have been set in previous configurations
- Fix bug related to paramiko v2.4 not liking the Mac version of ssh keys.
- Added clear error messages to fix.
- Fix bug regarding ssh vs local user identity
- Add more configuration and reduce variables on the
Issho
object. - Allow
prompt_toolkit>=1.0.10
to allowjupyter
interoperability. - Set up useful passwords using
issho config
- Clean up hive operator and sftp callback
- Note that
issho
is incompatible withjupyter_console<6.0
andipython<7.0
- Fix bug in hive operator
- Add
.readthedocs.yml
; docs build now passes.
- Clean up docs, try to have a passing build
- Add docstrings for all functions
- Add autodocs
- Switch out
bumpversion
forbump2version
- Add Hive function
- Add configuration CLI
- Fix Travis config to Python 3.5+
- First release on PyPI.