You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Russell Jurney (JIRA)" <ji...@apache.org> on 2017/02/14 04:38:42 UTC

[jira] [Created] (AIRFLOW-874) Backfill dates spanning multiple years fail to parse

Russell Jurney created AIRFLOW-874:
--------------------------------------

             Summary: Backfill dates spanning multiple years fail to parse
                 Key: AIRFLOW-874
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-874
             Project: Apache Airflow
          Issue Type: Bug
          Components: cli
    Affects Versions: Airflow 1.7.1.3
         Environment: Ubuntu
            Reporter: Russell Jurney
            Priority: Critical


In following output, note that 2017-01-01 is a valid iso date, but airflow says otherwise. My guess is that this has to do with the range spanning years? I could be wrong.
-------------
airflow backfill internet_honey_spark_workflow -t spark_postgres_to_pyspark -s 2016-10-01 -e 2017–01-02

[2017-02-14 04:36:46,927] {__init__.py:36} INFO - Using executor SequentialExecutor
usage: airflow backfill [-h] [-t TASK_REGEX] [-s START_DATE] [-e END_DATE]
                        [-m] [-l] [-x] [-a] [-i] [-I] [-sd SUBDIR]
                        [--pool POOL] [-dr]
                        dag_id
airflow backfill: error: argument -e/--end_date: invalid parse value: '2017–01-02'



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