[jira] [Created] (AIRFLOW-592) example_xcom import Error

2016-10-24 Thread forevernull (JIRA)
forevernull created AIRFLOW-592: --- Summary: example_xcom import Error Key: AIRFLOW-592 URL: https://issues.apache.org/jira/browse/AIRFLOW-592 Project: Apache Airflow Issue Type: Bug

[jira] [Commented] (AIRFLOW-227) Show environmentally defined configs in the config view

2016-10-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15601104#comment-15601104 ] ASF subversion and git services commented on AIRFLOW-227: - Commit

[jira] [Commented] (AIRFLOW-227) Show environmentally defined configs in the config view

2016-10-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15601102#comment-15601102 ] ASF subversion and git services commented on AIRFLOW-227: - Commit

[jira] [Assigned] (AIRFLOW-586) Importing dags/test_dag.py fails between 0 and 3 o'clock

2016-10-24 Thread Kengo Seki (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kengo Seki reassigned AIRFLOW-586: -- Assignee: Kengo Seki > Importing dags/test_dag.py fails between 0 and 3 o'clock >

[jira] [Assigned] (AIRFLOW-592) example_xcom import Error

2016-10-24 Thread forevernull (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] forevernull reassigned AIRFLOW-592: --- Assignee: forevernull > example_xcom import Error > - > >

[jira] [Created] (AIRFLOW-593) Tasks do not get backfilled sequentially

2016-10-24 Thread Jong Kim (JIRA)
Jong Kim created AIRFLOW-593: Summary: Tasks do not get backfilled sequentially Key: AIRFLOW-593 URL: https://issues.apache.org/jira/browse/AIRFLOW-593 Project: Apache Airflow Issue Type: Bug

[jira] [Resolved] (AIRFLOW-592) example_xcom import Error

2016-10-24 Thread Sumit Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Maheshwari resolved AIRFLOW-592. -- Resolution: Fixed Issue resolved by pull request #1853

[jira] [Commented] (AIRFLOW-587) Google Authentication is broken due to broken scope

2016-10-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602209#comment-15602209 ] ASF subversion and git services commented on AIRFLOW-587: - Commit

[jira] [Commented] (AIRFLOW-589) Google DataProc add job_name as templatable parameter

2016-10-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602204#comment-15602204 ] ASF subversion and git services commented on AIRFLOW-589: - Commit

incubator-airflow git commit: [AIRFLOW-587] Fix incorrect scope for Google Auth[]

2016-10-24 Thread criccomini
Repository: incubator-airflow Updated Branches: refs/heads/master c65f403a5 -> 928fa986c [AIRFLOW-587] Fix incorrect scope for Google Auth[] The requested scope is incorrect when calling the Googe API. This splits the scope defines as a single script into an array. Closes #1850 from

incubator-airflow git commit: [AIRFLOW-589] Add templatable job_name[]

2016-10-24 Thread criccomini
Repository: incubator-airflow Updated Branches: refs/heads/master c5f663387 -> c65f403a5 [AIRFLOW-589] Add templatable job_name[] The jobname is the name that will appear in the DataProc web console. It's helpfull to have a one-to-one mapping between the airflow task and the job running on