You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Marek Baczyński (JIRA)" <ji...@apache.org> on 2017/02/13 14:20:41 UTC

[jira] [Created] (AIRFLOW-871) dag_processing.py uses logging.warn() instead of warning()

Marek Baczyński created AIRFLOW-871:
---------------------------------------

             Summary: dag_processing.py uses logging.warn() instead of warning()
                 Key: AIRFLOW-871
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-871
             Project: Apache Airflow
          Issue Type: Bug
    Affects Versions: Airflow 2.0, Airflow 1.8, 1.8.1, 1.8.0
            Reporter: Marek Baczyński
            Priority: Trivial


This causes the following warning to be raised:

airflow/airflow/utils/dag_processing.py:578: DeprecationWarning: The 'warn'
method is deprecated, use 'warning' instead



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)