Changelog

0.1.0

(2021-04-16)

0.1.1

(2021-07-05)

  • Added parameters use_sudo, sudo_user and strip_stdout to FabricOperator

  • Parameter get_pty in FabricOperator is no longer automatically set to True when running a sudo command

0.1.2

(2021-07-05)

  • Fixed: parameters weren’t correctly supplied to Fabric’s run and sudo functions in FabricOperator

0.1.3

(2021-07-06)

  • Fixed: removed http extra in setup.py requirements because this is incompatible with airflow 1.10.x

0.1.4

(2022-02-21)

  • Fixed: in FabricOperator, remove the sudo prompt from stdout when doing a sudo command in a pty

0.1.5

(2022-02-21)

  • Fixed: only test on python 3.8 with airflow 2.2.3 due to airflow’s strict contraint files

0.1.9

(2022-09-05)

  • Added: keepalive option in FabricOperator to keep long running SSH connections open