You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bolke de Bruin (JIRA)" <ji...@apache.org> on 2017/03/26 04:15:42 UTC

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15942125#comment-15942125 ] 

Bolke de Bruin commented on AIRFLOW-874:
----------------------------------------

Please test on 1.8

> 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
>              Labels: easyfix
>
> 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)