You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Li Xuanji (JIRA)" <ji...@apache.org> on 2016/08/08 23:27:20 UTC

[jira] [Updated] (AIRFLOW-402) NamedHivePartitionSensor static analysis raises false positives

     [ https://issues.apache.org/jira/browse/AIRFLOW-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Li Xuanji updated AIRFLOW-402:
------------------------------
    Description: 
For eg, it will fail to parse this

```
'default.a_simple_table/ds={{ "-".join(["2016", "03", "11"]) }}'
```

  was:
Eg

```
'default.a_simple_table/ds={{ "-".join(["2016", "03", "11"]) }}'
```


> NamedHivePartitionSensor static analysis raises false positives
> ---------------------------------------------------------------
>
>                 Key: AIRFLOW-402
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-402
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Li Xuanji
>            Assignee: Li Xuanji
>
> For eg, it will fail to parse this
> ```
> 'default.a_simple_table/ds={{ "-".join(["2016", "03", "11"]) }}'
> ```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)