Skip to content

Resolve "Update airflow to avoid deprecation warnings"

Closes #47 (closed)

Just these:

/usr/local/lib/python3.6/site-packages/airflow/configuration.py:214: FutureWarning: The task_runner setting in [core] has the old default value of 'BashTaskRunner'. This value has been changed to 'StandardTaskRunner' in the running config, but please update your config before Apache Airflow 2.0.
  FutureWarning,
/usr/local/lib/python3.6/site-packages/airflow/configuration.py:569: DeprecationWarning: Specifying both AIRFLOW_HOME environment variable and airflow_home in the config file is deprecated. Please use only the AIRFLOW_HOME environment variable and remove the config file entry.
  warnings.warn(msg, category=DeprecationWarning)
Edited by Thomas La Piana

Merge request reports