[jira] [Commented] (AIRFLOW-2646) Fix setup.py not to install snakebite on Python3

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525616#comment-16525616 ] ASF subversion and git services commented on AIRFLOW-2646: -- Commit

[jira] [Commented] (AIRFLOW-2646) Fix setup.py not to install snakebite on Python3

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525615#comment-16525615 ] ASF subversion and git services commented on AIRFLOW-2646: -- Commit

incubator-airflow git commit: [AIRFLOW-2646] Fix setup.py not to install snakebite on Python3

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 4add288cc -> 80fd31250 [AIRFLOW-2646] Fix setup.py not to install snakebite on Python3 setup.py has a logic to avoid installing snakebite on Python3, but it doesn't work. This is because the variable devel_all is now a

incubator-airflow git commit: Bump beta3

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test f45a5c8ed -> 4add288cc Bump beta3 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/4add288c Tree:

[jira] [Updated] (AIRFLOW-2499) Dockerised CI pipeline

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-2499: Fix Version/s: 2.0.0 > Dockerised CI pipeline > -- > >

[jira] [Updated] (AIRFLOW-2499) Dockerised CI pipeline

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-2499: Fix Version/s: (was: 1.10) (was: 1.10.0) > Dockerised CI

[jira] [Commented] (AIRFLOW-2512) GoogleCloudBaseHook using deprecated oauth2client

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525599#comment-16525599 ] ASF subversion and git services commented on AIRFLOW-2512: -- Commit

[jira] [Commented] (AIRFLOW-2522) Cannot use GOOGLE_APPLICATION_CREDENTIALS to authenticate for GCP connections

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525600#comment-16525600 ] ASF subversion and git services commented on AIRFLOW-2522: -- Commit

incubator-airflow git commit: [AIRFLOW-2512][AIRFLOW-2522] Use google-auth instead of oauth2client

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 2c336f0f1 -> f45a5c8ed [AIRFLOW-2512][AIRFLOW-2522] Use google-auth instead of oauth2client * Updates the GCP hooks to use the google-auth library and removes dependencies on the deprecated oauth2client package. * Removes

[jira] [Commented] (AIRFLOW-2604) dag_id, task_id, execution_date in dag_fail should be indexed

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525595#comment-16525595 ] ASF subversion and git services commented on AIRFLOW-2604: -- Commit

incubator-airflow git commit: [AIRFLOW-2604] Add index to task_fail

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test acfc72e01 -> 2c336f0f1 [AIRFLOW-2604] Add index to task_fail (cherry picked from commit d00762cb914803341c5d019d14385d249346d601) Signed-off-by: Bolke de Bruin Project:

[jira] [Updated] (AIRFLOW-2606) Test needed to ensure database schema always match SQLAlchemy model types

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-2606: Fix Version/s: (was: 1.10.0) 2.0.0 > Test needed to ensure

[jira] [Updated] (AIRFLOW-2615) Webserver parent not using cached app

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-2615: Affects Version/s: 1.10.0 > Webserver parent not using cached app >

[jira] [Updated] (AIRFLOW-2615) Webserver parent not using cached app

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-2615: Fix Version/s: (was: 1.10.0) 2.0.0 > Webserver parent not using

[jira] [Commented] (AIRFLOW-2650) SchedulerJob is never marked as succeded

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525583#comment-16525583 ] ASF subversion and git services commented on AIRFLOW-2650: -- Commit

[jira] [Commented] (AIRFLOW-2650) SchedulerJob is never marked as succeded

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525582#comment-16525582 ] ASF subversion and git services commented on AIRFLOW-2650: -- Commit

[jira] [Resolved] (AIRFLOW-2650) SchedulerJob is never marked as succeded

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-2650. - Resolution: Fixed Fix Version/s: 1.10.0 Issue resolved by pull request #3525

incubator-airflow git commit: [AIRFLOW-2650] Mark SchedulerJob as succeed when hitting Ctrl-c

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 90f05cf33 -> acfc72e01 [AIRFLOW-2650] Mark SchedulerJob as succeed when hitting Ctrl-c Without this fix it turns out that the job would remain in the running state. This also sets things to failed in case of any other

incubator-airflow git commit: [AIRFLOW-2650] Mark SchedulerJob as succeed when hitting Ctrl-c

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master fa6c35743 -> b0061f136 [AIRFLOW-2650] Mark SchedulerJob as succeed when hitting Ctrl-c Without this fix it turns out that the job would remain in the running state. This also sets things to failed in case of any other

[jira] [Updated] (AIRFLOW-2650) SchedulerJob is never marked as succeded

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-2650: Fix Version/s: (was: 1.10.0) > SchedulerJob is never marked as succeded >

incubator-airflow git commit: [AIRFLOW-2678] Fix db schema unit test to remove checking fab models

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 7c5157a93 -> 90f05cf33 [AIRFLOW-2678] Fix db schema unit test to remove checking fab models (cherry picked from commit 0c2206c7d617fe4925ece6478dd5b6caf5b179ba) Signed-off-by: Bolke de Bruin Project:

[jira] [Commented] (AIRFLOW-2678) Fix db scheme unit test to remove checking fab models

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525577#comment-16525577 ] ASF subversion and git services commented on AIRFLOW-2678: -- Commit

[jira] [Updated] (AIRFLOW-2679) GoogleCloudStorageToBigQueryOperator to support UPSERT

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-2679: Fix Version/s: (was: 1.10) (was: 1.10.0) >

[jira] [Updated] (AIRFLOW-2635) Add discription column to UI

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-2635: Priority: Minor (was: Critical) > Add discription column to UI >

[jira] [Updated] (AIRFLOW-2635) Add discription column to UI

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-2635: Fix Version/s: (was: 1.10) (was: 1.10.0)

[jira] [Commented] (AIRFLOW-2624) Airflow webserver broken out of the box

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525560#comment-16525560 ] ASF subversion and git services commented on AIRFLOW-2624: -- Commit

incubator-airflow git commit: [AIRFLOW-2624] Fix webserver login as anonymous

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test c01a12eda -> 7c5157a93 [AIRFLOW-2624] Fix webserver login as anonymous (cherry picked from commit 2fd9328b412841429acc288b1441c8351ee15e98) Signed-off-by: Bolke de Bruin Project:

[jira] [Commented] (AIRFLOW-2654) NotFoundError in refresh button in new FAB UI

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1652#comment-1652 ] ASF subversion and git services commented on AIRFLOW-2654: -- Commit

incubator-airflow git commit: [AIRFLOW-2654] Fix incorret URL on refresh in Graph View of FAB UI

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test bd4937b56 -> c01a12eda [AIRFLOW-2654] Fix incorret URL on refresh in Graph View of FAB UI - Fix incorrect URL requested on pressing the refresh button in the graph view. (cherry picked from commit

[jira] [Resolved] (AIRFLOW-2668) Missing cryptogrpahy dependency on airflow initdb call

2018-06-27 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-2668. - Resolution: Fixed Fix Version/s: 1.10.0 Issue resolved by pull request #3550

[jira] [Commented] (AIRFLOW-2668) Missing cryptogrpahy dependency on airflow initdb call

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525551#comment-16525551 ] ASF subversion and git services commented on AIRFLOW-2668: -- Commit

[jira] [Commented] (AIRFLOW-2668) Missing cryptogrpahy dependency on airflow initdb call

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525552#comment-16525552 ] ASF subversion and git services commented on AIRFLOW-2668: -- Commit

incubator-airflow git commit: [AIRFLOW-2668] Handle missing optional cryptography dependency

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 683f46688 -> bd4937b56 [AIRFLOW-2668] Handle missing optional cryptography dependency cryptography is a recommended, but optional dependency. It was mistakenly made a hard dependency by a refactor. This restores that

[jira] [Commented] (AIRFLOW-2668) Missing cryptogrpahy dependency on airflow initdb call

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525549#comment-16525549 ] ASF subversion and git services commented on AIRFLOW-2668: -- Commit

[jira] [Commented] (AIRFLOW-2668) Missing cryptogrpahy dependency on airflow initdb call

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525550#comment-16525550 ] ASF subversion and git services commented on AIRFLOW-2668: -- Commit

incubator-airflow git commit: [AIRFLOW-2668] Handle missing optional cryptography dependency

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master a4592f91e -> fa6c35743 [AIRFLOW-2668] Handle missing optional cryptography dependency cryptography is a recommended, but optional dependency. It was mistakenly made a hard dependency by a refactor. This restores that behaviour

[jira] [Commented] (AIRFLOW-2681) Last execution date is not included in UI for externally triggered DAGs

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525544#comment-16525544 ] ASF subversion and git services commented on AIRFLOW-2681: -- Commit

[jira] [Commented] (AIRFLOW-2681) Last execution date is not included in UI for externally triggered DAGs

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525543#comment-16525543 ] ASF subversion and git services commented on AIRFLOW-2681: -- Commit

incubator-airflow git commit: [AIRFLOW-2681] Include last dag run of externally triggered DAGs in UI.

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 859ec64ae -> 683f46688 [AIRFLOW-2681] Include last dag run of externally triggered DAGs in UI. Closes #3551 from dhatch/AIRFLOW-2681 (cherry picked from commit 78f3d33388c772eafbed8fff81b0e50188297fc6) Signed-off-by: Bolke

[jira] [Updated] (AIRFLOW-2062) Support just-in-time decryption of Connection credentials

2018-06-27 Thread Wilson Lian (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wilson Lian updated AIRFLOW-2062: - Summary: Support just-in-time decryption of Connection credentials (was: Support just-in-time

[jira] [Commented] (AIRFLOW-1840) Fix Celery config

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525542#comment-16525542 ] ASF subversion and git services commented on AIRFLOW-1840: -- Commit

[jira] [Commented] (AIRFLOW-1840) Fix Celery config

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525541#comment-16525541 ] ASF subversion and git services commented on AIRFLOW-1840: -- Commit

incubator-airflow git commit: [AIRFLOW-1840] Support back-compat on old celery config

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 57bf99659 -> a4592f91e [AIRFLOW-1840] Support back-compat on old celery config The new names are in-line with Celery 4, but if anyone upgrades Airflow without following the UPDATING.md instructions (which we probably assume

incubator-airflow git commit: [AIRFLOW-1840] Support back-compat on old celery config

2018-06-27 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test e6e696cd6 -> 859ec64ae [AIRFLOW-1840] Support back-compat on old celery config The new names are in-line with Celery 4, but if anyone upgrades Airflow without following the UPDATING.md instructions (which we probably assume

[jira] [Commented] (AIRFLOW-1840) Fix Celery config

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525539#comment-16525539 ] ASF subversion and git services commented on AIRFLOW-1840: -- Commit

[jira] [Commented] (AIRFLOW-1840) Fix Celery config

2018-06-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525538#comment-16525538 ] ASF subversion and git services commented on AIRFLOW-1840: -- Commit

[jira] [Commented] (AIRFLOW-2685) Excessive logging about missing config sections

2018-06-27 Thread Tao Feng (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525482#comment-16525482 ] Tao Feng commented on AIRFLOW-2685: --- I have a pr to

[jira] [Work started] (AIRFLOW-2682) Add how-to guide(s) for how to use basic operators like BashOperator and PythonOperator

2018-06-27 Thread Tim Swast (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-2682 started by Tim Swast. -- > Add how-to guide(s) for how to use basic operators like BashOperator and >

[jira] [Updated] (AIRFLOW-2682) Add how-to guide(s) for how to use basic operators like BashOperator and PythonOperator

2018-06-27 Thread Tim Swast (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Swast updated AIRFLOW-2682: --- External issue URL: https://github.com/apache/incubator-airflow/pull/3552 > Add how-to guide(s)

[jira] [Created] (AIRFLOW-2685) Excessive logging about missing config sections

2018-06-27 Thread James Meickle (JIRA)
James Meickle created AIRFLOW-2685: -- Summary: Excessive logging about missing config sections Key: AIRFLOW-2685 URL: https://issues.apache.org/jira/browse/AIRFLOW-2685 Project: Apache Airflow

[jira] [Updated] (AIRFLOW-2680) Don't automatically percolate skipped stae

2018-06-27 Thread Andrei-Alin Popescu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei-Alin Popescu updated AIRFLOW-2680: - Priority: Major (was: Minor) > Don't automatically percolate skipped stae >

[jira] [Updated] (AIRFLOW-2680) Don't automatically percolate skipped state

2018-06-27 Thread Andrei-Alin Popescu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei-Alin Popescu updated AIRFLOW-2680: - Summary: Don't automatically percolate skipped state (was: Don't

[jira] [Assigned] (AIRFLOW-2680) Don't automatically percolate skipped stae

2018-06-27 Thread Andrei-Alin Popescu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei-Alin Popescu reassigned AIRFLOW-2680: Assignee: Andrei-Alin Popescu > Don't automatically percolate skipped

[jira] [Commented] (AIRFLOW-2684) scheduler_heartbeat_sec is not respected

2018-06-27 Thread James Meickle (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525145#comment-16525145 ] James Meickle commented on AIRFLOW-2684: On further investigation it looks like there just

[jira] [Commented] (AIRFLOW-1252) Experimental API - exception when conf is present in JSON body

2018-06-27 Thread Sergio Herrera (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525141#comment-16525141 ] Sergio Herrera commented on AIRFLOW-1252: - Here are a example of what we are forced to do

[jira] [Updated] (AIRFLOW-1252) Experimental API - exception when conf is present in JSON body

2018-06-27 Thread Sergio Herrera (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Herrera updated AIRFLOW-1252: Description: When someones calls to the endpoint _POST

[jira] [Commented] (AIRFLOW-2684) scheduler_heartbeat_sec is not respected

2018-06-27 Thread James Meickle (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525133#comment-16525133 ] James Meickle commented on AIRFLOW-2684: Or perhaps it's `job_heartbeat_sec` that is used here,

[jira] [Updated] (AIRFLOW-1252) Experimental API - exception when conf is present in JSON body

2018-06-27 Thread Sergio Herrera (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Herrera updated AIRFLOW-1252: Flags: Important Affects Version/s: 2.0.0 1.10.0

[jira] [Assigned] (AIRFLOW-1252) Experimental API - exception when conf is present in JSON body

2018-06-27 Thread Sergio Herrera (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Herrera reassigned AIRFLOW-1252: --- Assignee: Sergio Herrera > Experimental API - exception when conf is present in

[jira] [Assigned] (AIRFLOW-1252) Experimental API - exception when conf is present in JSON body

2018-06-27 Thread Anonymous (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anonymous reassigned AIRFLOW-1252: -- Assignee: (was: Sergio Herrera) > Experimental API - exception when conf is present in

[jira] [Created] (AIRFLOW-2684) scheduler_heartbeat_sec is not respected

2018-06-27 Thread James Meickle (JIRA)
James Meickle created AIRFLOW-2684: -- Summary: scheduler_heartbeat_sec is not respected Key: AIRFLOW-2684 URL: https://issues.apache.org/jira/browse/AIRFLOW-2684 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-2470) Retry Time is not honored correctly

2018-06-27 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525123#comment-16525123 ] Ash Berlin-Taylor commented on AIRFLOW-2470: 25 minutes seems like a _long_ time, but the

[jira] [Updated] (AIRFLOW-2683) priority_weights honored by LocalExecutor but not by CeleryExecutor

2018-06-27 Thread Rolf Schroeder (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rolf Schroeder updated AIRFLOW-2683: Attachment: airflow_priorities_purge_in_the_middle.png > priority_weights honored by

[jira] [Commented] (AIRFLOW-2683) priority_weights honored by LocalExecutor but not by CeleryExecutor

2018-06-27 Thread Rolf Schroeder (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524809#comment-16524809 ] Rolf Schroeder commented on AIRFLOW-2683: - Running the scheduler single-threaded does not make

[jira] [Updated] (AIRFLOW-2683) priority_weights honored by LocalExecutor but not by CeleryExecutor

2018-06-27 Thread Rolf Schroeder (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rolf Schroeder updated AIRFLOW-2683: Description: Hi, I am running Airflow 1.7.1.3 with Celery 4.0.2 (and rabbitmq). I have

[jira] [Updated] (AIRFLOW-2683) priority_weights honored by LocalExecutor but not by CeleryExecutor

2018-06-27 Thread Rolf Schroeder (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rolf Schroeder updated AIRFLOW-2683: Description: Hi, I am running Airflow 1.7.1.3 with Celery 4.0.2 (and rabbitmq). I have

[jira] [Updated] (AIRFLOW-2683) priority_weights honored by LocalExecutor but not by CeleryExecutor

2018-06-27 Thread Rolf Schroeder (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rolf Schroeder updated AIRFLOW-2683: Description: Hi, I am running Airflow 1.7.1.3 with Celery 4.0.2 (and rabbitmq). I have

[jira] [Created] (AIRFLOW-2683) priority_weights honored by LocalExecutor but not by CeleryExecutor

2018-06-27 Thread Rolf Schroeder (JIRA)
Rolf Schroeder created AIRFLOW-2683: --- Summary: priority_weights honored by LocalExecutor but not by CeleryExecutor Key: AIRFLOW-2683 URL: https://issues.apache.org/jira/browse/AIRFLOW-2683 Project: