Releases: panovvv/airflow-livy-operators
Releases · panovvv/airflow-livy-operators
Release 0.6
Release 0.5
- Airflow 2.1.2 (no change)
- apache-airflow-providers-http 2.0.0 (new dependency)
- Python 3.7, 3.8, 3.9 (no change)
Fixed unit tests, included http hook dependency.
Release 0.4.3
- Airflow 2.1.2
- Python 3.7, 3.8, 3.9 (no change)
Get rid of positional arguments and deprecated decorators
Release 0.4.2
- Airflow 2.0.2 (no change)
- Python 3.7, 3.8, 3.9 (no change)
No code changes compared to 0.4.1, just denoting which versions are supported (python, airflow)
Release 0.4.1
Bump apache-airflow from 2.0.1 to 2.0.2
Bump other python libraries' versions
improve helper.sh script
Release 0.4.0
Bump apache-airflow from 1.10.11 to 2.0.1
Bump other python libraries' versions
Importing is simplified thanks to the new plugin management system in Airflow
Release 0.3.1
- Bump apache-airflow from 1.10.9 to 1.10.11
- Bump other python libraries' versions
- Make README and code examples a bit more user-friendly.
Release 0.3
- Rename from airflow-livy-plugins to airflow-livy-operators.
- Major refactoring, no need to link operators into plugins folder anymore.
Initial working release
Move package: airflow_home to airflow_livy,
improve development and sampling workflow
Initial release
Supported modes:
Livy Sessions,
Livy Batches with optional additional status validation via Spark/YARN REST API
Full test coverage, CI/CD.