Skip to content

Releases: panovvv/airflow-livy-operators

Release 0.6

27 Aug 16:08
Compare
Choose a tag to compare
  • Airflow 2.1.2 (no change)
  • apache-airflow-providers-http 2.0.0 (no change)
  • requests 2.26.0 (new dependency)
  • Python 3.7, 3.8, 3.9 (no change)

New feature contributed: pull Spark logs into Airflow.

Release 0.5

08 Aug 13:58
Compare
Choose a tag to compare
  • 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

07 Aug 14:12
Compare
Choose a tag to compare
  • 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

07 May 11:33
Compare
Choose a tag to compare
  • 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

06 May 18:52
Compare
Choose a tag to compare

Bump apache-airflow from 2.0.1 to 2.0.2
Bump other python libraries' versions
improve helper.sh script

Release 0.4.0

11 Mar 21:58
Compare
Choose a tag to compare

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

01 Aug 11:05
Compare
Choose a tag to compare
  • 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

11 Mar 15:54
Compare
Choose a tag to compare
  • Rename from airflow-livy-plugins to airflow-livy-operators.
  • Major refactoring, no need to link operators into plugins folder anymore.

Initial working release

03 Mar 13:46
Compare
Choose a tag to compare

Move package: airflow_home to airflow_livy,
improve development and sampling workflow

Initial release

02 Mar 23:34
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Supported modes:

Livy Sessions,
Livy Batches with optional additional status validation via Spark/YARN REST API

Full test coverage, CI/CD.