[jira] [Created] (AIRFLOW-2769) Increase num_retries polling value on Dataflow hook

2018-07-18 Thread Paul Woods (JIRA)
Paul Woods created AIRFLOW-2769: --- Summary: Increase num_retries polling value on Dataflow hook Key: AIRFLOW-2769 URL: https://issues.apache.org/jira/browse/AIRFLOW-2769 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-2762) Parallelize DAG parsing in webserver

2018-07-18 Thread Kevin Yang (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548352#comment-16548352 ] Kevin Yang commented on AIRFLOW-2762: - [~ashb] Good idea. Though I am a bit concern

[jira] [Commented] (AIRFLOW-2768) `airflow clear --upstream --only_failed` doesn't clear tasks upstream

2018-07-18 Thread Tao Feng (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548310#comment-16548310 ] Tao Feng commented on AIRFLOW-2768: --- Hey [~7yl4r] , have you tried `airflow backfill

[jira] [Created] (AIRFLOW-2768) `airflow clear --upstream --only_failed` doesn't clear tasks upstream

2018-07-18 Thread Tylar Murray (JIRA)
Tylar Murray created AIRFLOW-2768: - Summary: `airflow clear --upstream --only_failed` doesn't clear tasks upstream Key: AIRFLOW-2768 URL: https://issues.apache.org/jira/browse/AIRFLOW-2768 Project: Ap

[jira] [Created] (AIRFLOW-2767) Upgrade gunicorn to 19.5.0 or greater to avoid moderate-severity CVE

2018-07-18 Thread Siddharth Anand (JIRA)
Siddharth Anand created AIRFLOW-2767: Summary: Upgrade gunicorn to 19.5.0 or greater to avoid moderate-severity CVE Key: AIRFLOW-2767 URL: https://issues.apache.org/jira/browse/AIRFLOW-2767 Projec

[jira] [Commented] (AIRFLOW-351) Failed to clear downstream tasks

2018-07-18 Thread chuang liu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548026#comment-16548026 ] chuang liu commented on AIRFLOW-351: ran into the same issue. It turned out that the

[jira] [Resolved] (AIRFLOW-2758) Add a sensor for MongoDB

2018-07-18 Thread Siddharth Anand (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Anand resolved AIRFLOW-2758. -- Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3611 [h

[jira] [Commented] (AIRFLOW-2758) Add a sensor for MongoDB

2018-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548012#comment-16548012 ] ASF subversion and git services commented on AIRFLOW-2758: -- Co

[jira] [Commented] (AIRFLOW-2758) Add a sensor for MongoDB

2018-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548011#comment-16548011 ] ASF subversion and git services commented on AIRFLOW-2758: -- Co

incubator-airflow git commit: [AIRFLOW-2758] Add a sensor for MongoDB

2018-07-18 Thread sanand
Repository: incubator-airflow Updated Branches: refs/heads/master cd75d4c85 -> af4d9614e [AIRFLOW-2758] Add a sensor for MongoDB This PR adds a sensor for MongoDB, which waits for some document that matches the given query to be inserted to the specified collection. Closes #3611 from sekikn/A

[jira] [Resolved] (AIRFLOW-2705) Move class-level moto decorator to method-level

2018-07-18 Thread Siddharth Anand (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Anand resolved AIRFLOW-2705. -- Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3565 [h

[jira] [Commented] (AIRFLOW-2705) Move class-level moto decorator to method-level

2018-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548001#comment-16548001 ] ASF subversion and git services commented on AIRFLOW-2705: -- Co

[jira] [Commented] (AIRFLOW-2705) Move class-level moto decorator to method-level

2018-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548000#comment-16548000 ] ASF subversion and git services commented on AIRFLOW-2705: -- Co

incubator-airflow git commit: [AIRFLOW-2705] Move class-level moto decorator to method-level

2018-07-18 Thread sanand
Repository: incubator-airflow Updated Branches: refs/heads/master d11593beb -> cd75d4c85 [AIRFLOW-2705] Move class-level moto decorator to method-level Moto decorators at class-level make other tests that sends HTTP request fail. This PR moves them to method-level so as to fix this problem. C

[jira] [Commented] (AIRFLOW-2705) Move class-level moto decorator to method-level

2018-07-18 Thread Siddharth Anand (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547995#comment-16547995 ] Siddharth Anand commented on AIRFLOW-2705: -- Nice catch > Move class-level mot

[jira] [Updated] (AIRFLOW-2766) Replicated *Base date* in each tab on DAG detail view

2018-07-18 Thread Verdan Mahmood (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Verdan Mahmood updated AIRFLOW-2766: Description: At the moment, most of the tabs on DAG detail page has the *Base date* featu

[jira] [Updated] (AIRFLOW-2766) Replicated *Base date* in each tab on DAG detail view

2018-07-18 Thread Verdan Mahmood (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Verdan Mahmood updated AIRFLOW-2766: Attachment: Screen Shot 2018-07-18 at 1.57.22 PM.png > Replicated *Base date* in each tab

[jira] [Created] (AIRFLOW-2766) Replicated *Base date* in each tab on DAG detail view

2018-07-18 Thread Verdan Mahmood (JIRA)
Verdan Mahmood created AIRFLOW-2766: --- Summary: Replicated *Base date* in each tab on DAG detail view Key: AIRFLOW-2766 URL: https://issues.apache.org/jira/browse/AIRFLOW-2766 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-2764) Discription for dags

2018-07-18 Thread Verdan Mahmood (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547610#comment-16547610 ] Verdan Mahmood commented on AIRFLOW-2764: - [~jackjack10] the description/docume

[jira] [Commented] (AIRFLOW-2762) Parallelize DAG parsing in webserver

2018-07-18 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547543#comment-16547543 ] Ash Berlin-Taylor commented on AIRFLOW-2762: A half way option (that doesn'

[jira] [Created] (AIRFLOW-2765) Setting UTF-8 as default mime_charset in email_operator.EmailOperator, to match email utils

2018-07-18 Thread Jeffrey Payne (JIRA)
Jeffrey Payne created AIRFLOW-2765: -- Summary: Setting UTF-8 as default mime_charset in email_operator.EmailOperator, to match email utils Key: AIRFLOW-2765 URL: https://issues.apache.org/jira/browse/AIRFLOW-2765