[GitHub] [airflow] RosterIn commented on issue #6850: [AIRFLOW-6296] add ODBC hook & deprecation warning for pymssql

2020-01-19 Thread GitBox
RosterIn commented on issue #6850: [AIRFLOW-6296] add ODBC hook & deprecation warning for pymssql URL: https://github.com/apache/airflow/pull/6850#issuecomment-576138793 if `pymssql` is deprecated shouldn't other operators using the `mssqlhook` be edited as well to work with the

[GitHub] [airflow] yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates

2020-01-19 Thread GitBox
yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#discussion_r368393431 ## File path: tests/ti_deps/deps/test_runnable_exec_date_dep.py ## @@

[GitHub] [airflow] yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates

2020-01-19 Thread GitBox
yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#discussion_r368378012 ## File path: airflow/models/dag.py ## @@ -781,13 +788,16 @@ def

[GitHub] [airflow] yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates

2020-01-19 Thread GitBox
yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#discussion_r368397741 ## File path: airflow/models/dag.py ## @@ -781,13 +788,16 @@ def

[GitHub] [airflow] yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates

2020-01-19 Thread GitBox
yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#discussion_r368377668 ## File path: airflow/config_templates/default_airflow.cfg ## @@ -614,6

[GitHub] [airflow] yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates

2020-01-19 Thread GitBox
yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#discussion_r368377561 ## File path: airflow/config_templates/config.yml ## @@ -1294,6

[GitHub] [airflow] yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates

2020-01-19 Thread GitBox
yuqian90 commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#discussion_r368377943 ## File path: airflow/models/dag.py ## @@ -573,6 +573,13 @@ def

[GitHub] [airflow] xinbinhuang closed pull request #7215: Update cyborg config

2020-01-19 Thread GitBox
xinbinhuang closed pull request #7215: Update cyborg config URL: https://github.com/apache/airflow/pull/7215 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] xinbinhuang opened a new pull request #7215: Update cyborg config

2020-01-19 Thread GitBox
xinbinhuang opened a new pull request #7215: Update cyborg config URL: https://github.com/apache/airflow/pull/7215 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before creating PR: [x] - [ ]

[GitHub] [airflow] kaxil commented on issue #7210: [AIRFLOW-6595] Use TaskNotFound exception instead of AirflowException

2020-01-19 Thread GitBox
kaxil commented on issue #7210: [AIRFLOW-6595] Use TaskNotFound exception instead of AirflowException URL: https://github.com/apache/airflow/pull/7210#issuecomment-575987489 cc @houqp This is an automated message from the

[GitHub] [airflow] kaxil opened a new pull request #7210: [AIRFLOW-6595] Use TaskNotFound exception instead of AirflowException

2020-01-19 Thread GitBox
kaxil opened a new pull request #7210: [AIRFLOW-6595] Use TaskNotFound exception instead of AirflowException URL: https://github.com/apache/airflow/pull/7210 We should use TaskNotFound exception when the Task no longer exists instead of the general AirflowException ---

[jira] [Commented] (AIRFLOW-6595) Use TaskNotFound exception instead of AirflowException

2020-01-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018861#comment-17018861 ] ASF GitHub Bot commented on AIRFLOW-6595: - kaxil commented on pull request #7210:

[jira] [Created] (AIRFLOW-6595) Use TaskNotFound exception instead of AirflowException

2020-01-19 Thread Kaxil Naik (Jira)
Kaxil Naik created AIRFLOW-6595: --- Summary: Use TaskNotFound exception instead of AirflowException Key: AIRFLOW-6595 URL: https://issues.apache.org/jira/browse/AIRFLOW-6595 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-6596) Enforce PR description should not be empty

2020-01-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018865#comment-17018865 ] ASF subversion and git services commented on AIRFLOW-6596: -- Commit

[jira] [Resolved] (AIRFLOW-6596) Enforce PR description should not be empty

2020-01-19 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-6596. - Resolution: Fixed > Enforce PR description should not be empty >

[GitHub] [airflow] codecov-io commented on issue #7210: [AIRFLOW-6595] Use TaskNotFound exception instead of AirflowException

2020-01-19 Thread GitBox
codecov-io commented on issue #7210: [AIRFLOW-6595] Use TaskNotFound exception instead of AirflowException URL: https://github.com/apache/airflow/pull/7210#issuecomment-575991393 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7210?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7210: [AIRFLOW-6595] Use TaskNotFound exception instead of AirflowException

2020-01-19 Thread GitBox
codecov-io edited a comment on issue #7210: [AIRFLOW-6595] Use TaskNotFound exception instead of AirflowException URL: https://github.com/apache/airflow/pull/7210#issuecomment-575991393 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7210?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-6595) Use TaskNotFound exception instead of AirflowException

2020-01-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018869#comment-17018869 ] ASF subversion and git services commented on AIRFLOW-6595: -- Commit

[jira] [Commented] (AIRFLOW-6595) Use TaskNotFound exception instead of AirflowException

2020-01-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018868#comment-17018868 ] ASF GitHub Bot commented on AIRFLOW-6595: - kaxil commented on pull request #7210:

[jira] [Resolved] (AIRFLOW-6576) Deleting a task with SLA crashes the scheduler

2020-01-19 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-6576. - Fix Version/s: 2.0.0 Resolution: Fixed > Deleting a task with SLA crashes the scheduler

[GitHub] [airflow] kaxil merged pull request #7210: [AIRFLOW-6595] Use TaskNotFound exception instead of AirflowException

2020-01-19 Thread GitBox
kaxil merged pull request #7210: [AIRFLOW-6595] Use TaskNotFound exception instead of AirflowException URL: https://github.com/apache/airflow/pull/7210 This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] potiuk commented on issue #7211: [AIRFLOW-6596] Enforce description should not be empty

2020-01-19 Thread GitBox
potiuk commented on issue #7211: [AIRFLOW-6596] Enforce description should not be empty URL: https://github.com/apache/airflow/pull/7211#issuecomment-575994158 Love it :) This is an automated message from the Apache Git

[GitHub] [airflow] codecov-io commented on issue #6590: [AIRFLOW-5520] Add options to run Dataflow in a virtual environment

2020-01-19 Thread GitBox
codecov-io commented on issue #6590: [AIRFLOW-5520] Add options to run Dataflow in a virtual environment URL: https://github.com/apache/airflow/pull/6590#issuecomment-575997746 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6590?src=pr=h1) Report > Merging

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368289791 ## File path: airflow/contrib/operators/singularity_operator.py ## @@ -0,0 +1,176

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368289791 ## File path: airflow/contrib/operators/singularity_operator.py ## @@ -0,0 +1,176

[jira] [Commented] (AIRFLOW-5328) EmrCreateJobFlowOperator success when EMR isn't ready

2020-01-19 Thread Elad (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018906#comment-17018906 ] Elad commented on AIRFLOW-5328: --- the sensor was modified to support all states

[jira] [Closed] (AIRFLOW-5397) upsteam_failed is missing from Graph/Tree Views

2020-01-19 Thread Elad (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elad closed AIRFLOW-5397. - Resolution: Duplicate I planed to fix it but I see that this was already fixed in 

[jira] [Closed] (AIRFLOW-5328) EmrCreateJobFlowOperator success when EMR isn't ready

2020-01-19 Thread Elad (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elad closed AIRFLOW-5328. - Resolution: Duplicate > EmrCreateJobFlowOperator success when EMR isn't ready >

[jira] [Commented] (AIRFLOW-6576) Deleting a task with SLA crashes the scheduler

2020-01-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018854#comment-17018854 ] ASF GitHub Bot commented on AIRFLOW-6576: - kaxil commented on pull request #7187:

[GitHub] [airflow] kaxil merged pull request #7187: [AIRFLOW-6576] fix scheduler crash caused by deleted task with sla misses

2020-01-19 Thread GitBox
kaxil merged pull request #7187: [AIRFLOW-6576] fix scheduler crash caused by deleted task with sla misses URL: https://github.com/apache/airflow/pull/7187 This is an automated message from the Apache Git Service. To

[GitHub] [airflow] kaxil edited a comment on issue #7211: [AIRFLOW-XXXX] Enforce description should not be empty

2020-01-19 Thread GitBox
kaxil edited a comment on issue #7211: [AIRFLOW-] Enforce description should not be empty URL: https://github.com/apache/airflow/pull/7211#issuecomment-575989421 Example: **Fails when no description of the change or PR is specified**:

[GitHub] [airflow] kaxil commented on issue #7211: [AIRFLOW-6596] Enforce description should not be empty

2020-01-19 Thread GitBox
kaxil commented on issue #7211: [AIRFLOW-6596] Enforce description should not be empty URL: https://github.com/apache/airflow/pull/7211#issuecomment-575989978 > Should we create jira ticket? Created and added in PR Title and description :)

[jira] [Commented] (AIRFLOW-6596) Enforce PR description should not be empty

2020-01-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018864#comment-17018864 ] ASF GitHub Bot commented on AIRFLOW-6596: - kaxil commented on pull request #7211:

[jira] [Created] (AIRFLOW-6596) Enforce PR description should not be empty

2020-01-19 Thread Kaxil Naik (Jira)
Kaxil Naik created AIRFLOW-6596: --- Summary: Enforce PR description should not be empty Key: AIRFLOW-6596 URL: https://issues.apache.org/jira/browse/AIRFLOW-6596 Project: Apache Airflow Issue

[GitHub] [airflow] mik-laj commented on issue #7211: [AIRFLOW-XXXX] Enforce description should not be empty

2020-01-19 Thread GitBox
mik-laj commented on issue #7211: [AIRFLOW-] Enforce description should not be empty URL: https://github.com/apache/airflow/pull/7211#issuecomment-575989794 Should we create jira ticket? This is an automated message from

[GitHub] [airflow] kaxil merged pull request #7211: [AIRFLOW-6596] Enforce description should not be empty

2020-01-19 Thread GitBox
kaxil merged pull request #7211: [AIRFLOW-6596] Enforce description should not be empty URL: https://github.com/apache/airflow/pull/7211 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (AIRFLOW-1467) allow tasks to use more than one pool slot

2020-01-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018874#comment-17018874 ] ASF subversion and git services commented on AIRFLOW-1467: -- Commit

[jira] [Resolved] (AIRFLOW-1467) allow tasks to use more than one pool slot

2020-01-19 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-1467. - Resolution: Fixed > allow tasks to use more than one pool slot >

[jira] [Commented] (AIRFLOW-1467) allow tasks to use more than one pool slot

2020-01-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018873#comment-17018873 ] ASF GitHub Bot commented on AIRFLOW-1467: - kaxil commented on pull request #7160:

[GitHub] [airflow] kaxil commented on issue #7160: [AIRFLOW-1467] Dynamic pooling via allowing tasks to use more than one pool slot (depending upon the need)

2020-01-19 Thread GitBox
kaxil commented on issue #7160: [AIRFLOW-1467] Dynamic pooling via allowing tasks to use more than one pool slot (depending upon the need) URL: https://github.com/apache/airflow/pull/7160#issuecomment-575992423 Good Work @lokeshlal

[GitHub] [airflow] kaxil merged pull request #7160: [AIRFLOW-1467] Dynamic pooling via allowing tasks to use more than one pool slot (depending upon the need)

2020-01-19 Thread GitBox
kaxil merged pull request #7160: [AIRFLOW-1467] Dynamic pooling via allowing tasks to use more than one pool slot (depending upon the need) URL: https://github.com/apache/airflow/pull/7160 This is an automated message from

[GitHub] [airflow] kaxil commented on a change in pull request #7119: [AIRFLOW-5840] Add operator extra link to external task sensor

2020-01-19 Thread GitBox
kaxil commented on a change in pull request #7119: [AIRFLOW-5840] Add operator extra link to external task sensor URL: https://github.com/apache/airflow/pull/7119#discussion_r368285269 ## File path: airflow/sensors/external_task_sensor.py ## @@ -16,22 +16,71 @@ # KIND,

[GitHub] [airflow] lokeshlal commented on issue #7160: [AIRFLOW-1467] Dynamic pooling via allowing tasks to use more than one pool slot (depending upon the need)

2020-01-19 Thread GitBox
lokeshlal commented on issue #7160: [AIRFLOW-1467] Dynamic pooling via allowing tasks to use more than one pool slot (depending upon the need) URL: https://github.com/apache/airflow/pull/7160#issuecomment-575993366 Thank you everyone. This was my first PR to airflow :)

[GitHub] [airflow] potiuk merged pull request #7203: [AIRFLOW-6589] BAT tests run in pre-commit on bash script changes

2020-01-19 Thread GitBox
potiuk merged pull request #7203: [AIRFLOW-6589] BAT tests run in pre-commit on bash script changes URL: https://github.com/apache/airflow/pull/7203 This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (AIRFLOW-6589) BATS tests are not executed when bash scripts change in pre-commit

2020-01-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018891#comment-17018891 ] ASF GitHub Bot commented on AIRFLOW-6589: - potiuk commented on pull request #7203:

[GitHub] [airflow] codecov-io edited a comment on issue #7206: [AIRFLOW-6591] Add cli option to stop celery worker

2020-01-19 Thread GitBox
codecov-io edited a comment on issue #7206: [AIRFLOW-6591] Add cli option to stop celery worker URL: https://github.com/apache/airflow/pull/7206#issuecomment-575910666 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7206?src=pr=h1) Report > Merging

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368289791 ## File path: airflow/contrib/operators/singularity_operator.py ## @@ -0,0 +1,176

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7207: [AIRFLOW-XXXX] Consistency fixes in new documentation

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7207: [AIRFLOW-] Consistency fixes in new documentation URL: https://github.com/apache/airflow/pull/7207#discussion_r368290611 ## File path: CONTRIBUTING.rst ## @@ -155,16 +155,16 @@ these guidelines: Airflow Git

[GitHub] [airflow] codecov-io edited a comment on issue #6590: [AIRFLOW-5520] Add options to run Dataflow in a virtual environment

2020-01-19 Thread GitBox
codecov-io edited a comment on issue #6590: [AIRFLOW-5520] Add options to run Dataflow in a virtual environment URL: https://github.com/apache/airflow/pull/6590#issuecomment-575997746 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6590?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-6576) Deleting a task with SLA crashes the scheduler

2020-01-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018856#comment-17018856 ] ASF subversion and git services commented on AIRFLOW-6576: -- Commit

[GitHub] [airflow] kaxil commented on issue #6850: [AIRFLOW-6296] add ODBC hook & deprecation warning for pymssql

2020-01-19 Thread GitBox
kaxil commented on issue #6850: [AIRFLOW-6296] add ODBC hook & deprecation warning for pymssql URL: https://github.com/apache/airflow/pull/6850#issuecomment-575986557 Good work @dstandish This is an automated message from

[GitHub] [airflow] kaxil commented on issue #7211: [AIRFLOW-XXXX] Enforce description should not be empty

2020-01-19 Thread GitBox
kaxil commented on issue #7211: [AIRFLOW-] Enforce description should not be empty URL: https://github.com/apache/airflow/pull/7211#issuecomment-575989421 Example: ![image](https://user-images.githubusercontent.com/8811558/72679284-c4a6d600-3ad3-11ea-9eb0-937096093f70.png)

[jira] [Updated] (AIRFLOW-6576) Deleting a task with SLA crashes the scheduler

2020-01-19 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6576: Fix Version/s: 1.10.8 > Deleting a task with SLA crashes the scheduler >

[jira] [Resolved] (AIRFLOW-6595) Use TaskNotFound exception instead of AirflowException

2020-01-19 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-6595. - Fix Version/s: 1.10.8 2.0.0 Resolution: Fixed > Use TaskNotFound

[GitHub] [airflow] codecov-io edited a comment on issue #7119: [AIRFLOW-5840] Add operator extra link to external task sensor

2020-01-19 Thread GitBox
codecov-io edited a comment on issue #7119: [AIRFLOW-5840] Add operator extra link to external task sensor URL: https://github.com/apache/airflow/pull/7119#issuecomment-572737962 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7119?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7119: [AIRFLOW-5840] Add operator extra link to external task sensor

2020-01-19 Thread GitBox
codecov-io edited a comment on issue #7119: [AIRFLOW-5840] Add operator extra link to external task sensor URL: https://github.com/apache/airflow/pull/7119#issuecomment-572737962 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7119?src=pr=h1) Report > Merging

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7196: [AIRFLOW-XXXX] Review and cleanup integration tests docs.

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7196: [AIRFLOW-] Review and cleanup integration tests docs. URL: https://github.com/apache/airflow/pull/7196#discussion_r368289182 ## File path: CONTRIBUTING.rst ## @@ -289,8 +289,8 @@ We support the following

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368289406 ## File path: airflow/contrib/operators/singularity_operator.py ## @@ -0,0 +1,176

[jira] [Commented] (AIRFLOW-6589) BATS tests are not executed when bash scripts change in pre-commit

2020-01-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018892#comment-17018892 ] ASF subversion and git services commented on AIRFLOW-6589: -- Commit

[jira] [Resolved] (AIRFLOW-6589) BATS tests are not executed when bash scripts change in pre-commit

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6589. --- Fix Version/s: 2.0.0 Resolution: Fixed > BATS tests are not executed when bash

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368289791 ## File path: airflow/contrib/operators/singularity_operator.py ## @@ -0,0 +1,176

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368289791 ## File path: airflow/contrib/operators/singularity_operator.py ## @@ -0,0 +1,176

[GitHub] [airflow] codecov-io edited a comment on issue #6590: [AIRFLOW-5520] Add options to run Dataflow in a virtual environment

2020-01-19 Thread GitBox
codecov-io edited a comment on issue #6590: [AIRFLOW-5520] Add options to run Dataflow in a virtual environment URL: https://github.com/apache/airflow/pull/6590#issuecomment-575997746 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6590?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6590: [AIRFLOW-5520] Add options to run Dataflow in a virtual environment

2020-01-19 Thread GitBox
codecov-io edited a comment on issue #6590: [AIRFLOW-5520] Add options to run Dataflow in a virtual environment URL: https://github.com/apache/airflow/pull/6590#issuecomment-575997746 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6590?src=pr=h1) Report > Merging

[GitHub] [airflow] kaxil opened a new pull request #7211: [AIRFLOW-XXXX] Enforce description should not be empty

2020-01-19 Thread GitBox
kaxil opened a new pull request #7211: [AIRFLOW-] Enforce description should not be empty URL: https://github.com/apache/airflow/pull/7211 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before

[GitHub] [airflow] kaxil commented on a change in pull request #7207: [AIRFLOW-XXXX] Consistency fixes in new documentation

2020-01-19 Thread GitBox
kaxil commented on a change in pull request #7207: [AIRFLOW-] Consistency fixes in new documentation URL: https://github.com/apache/airflow/pull/7207#discussion_r368283262 ## File path: CONTRIBUTING.rst ## @@ -341,16 +341,16 @@ itself comes bundled with jQuery and

[GitHub] [airflow] codecov-io edited a comment on issue #7119: [AIRFLOW-5840] Add operator extra link to external task sensor

2020-01-19 Thread GitBox
codecov-io edited a comment on issue #7119: [AIRFLOW-5840] Add operator extra link to external task sensor URL: https://github.com/apache/airflow/pull/7119#issuecomment-572737962 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7119?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7206: [AIRFLOW-6591] Add cli option to stop celery worker

2020-01-19 Thread GitBox
codecov-io edited a comment on issue #7206: [AIRFLOW-6591] Add cli option to stop celery worker URL: https://github.com/apache/airflow/pull/7206#issuecomment-575910666 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7206?src=pr=h1) Report > Merging

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368289791 ## File path: airflow/contrib/operators/singularity_operator.py ## @@ -0,0 +1,176

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368289791 ## File path: airflow/contrib/operators/singularity_operator.py ## @@ -0,0 +1,176

[GitHub] [airflow] r39132 commented on issue #7212: [AIRFLOW-XXXX] Update committers list

2020-01-19 Thread GitBox
r39132 commented on issue #7212: [AIRFLOW-] Update committers list URL: https://github.com/apache/airflow/pull/7212#issuecomment-576040571 > > Actually, maybe it might make more sense to keep it by Join Date so that people like Max (original creator of Airflow) remains at the top but I

[GitHub] [airflow] nuclearpinguin commented on issue #7141: [AIRFLOW-6544] add log_id to end_of_log mark log record

2020-01-19 Thread GitBox
nuclearpinguin commented on issue #7141: [AIRFLOW-6544] add log_id to end_of_log mark log record URL: https://github.com/apache/airflow/pull/7141#issuecomment-576040652 > reviewers please help to check the latest iteration You have to add a description above `---` in Pr message:

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368318024 ## File path: tests/contrib/operators/test_singularity_operator.py ## @@ -0,0

[GitHub] [airflow] vsoch commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
vsoch commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368318895 ## File path: tests/contrib/operators/test_singularity_operator.py ## @@ -0,0 +1,180 @@ +#

[GitHub] [airflow] larryzhu2018 commented on issue #7141: [AIRFLOW-6544] add log_id to end_of_log mark log record

2020-01-19 Thread GitBox
larryzhu2018 commented on issue #7141: [AIRFLOW-6544] add log_id to end_of_log mark log record URL: https://github.com/apache/airflow/pull/7141#issuecomment-576042219 > > reviewers please help to check the latest iteration > > You have to add a description above `---` in Pr message:

[GitHub] [airflow] vsoch commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
vsoch commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368325107 ## File path: tests/contrib/operators/test_singularity_operator.py ## @@ -0,0 +1,180 @@ +#

[GitHub] [airflow] vsoch commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
vsoch commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368323150 ## File path: tests/contrib/operators/test_singularity_operator.py ## @@ -0,0 +1,180 @@ +#

[jira] [Updated] (AIRFLOW-6463) Mock Cassandra in tests

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-6463: -- Labels: gsoc gsoc2020 mentor (was: ) > Mock Cassandra in tests > --- >

[jira] [Updated] (AIRFLOW-6369) clear cli command needs a 'conf' option

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-6369: -- Labels: gsoc gsoc2020 mentor (was: ) > clear cli command needs a 'conf' option >

[jira] [Assigned] (AIRFLOW-4762) Test against Python 3.8

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk reassigned AIRFLOW-4762: - Assignee: Jarek Potiuk (was: Philippe Gagnon) > Test against Python 3.8 >

[jira] [Updated] (AIRFLOW-4762) Test against Python 3.8

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-4762: -- Summary: Test against Python 3.8 (was: Test against Python 3.6, 3.7 and 3.8b1) > Test

[jira] [Resolved] (AIRFLOW-6471) Show failures in pytest immediately when they happen

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6471. --- Fix Version/s: 2.0.0 Resolution: Fixed > Show failures in pytest immediately when

[GitHub] [airflow] stale[bot] commented on issue #5914: [AIRFLOW-5311] Add an AWS Lambda Operator

2020-01-19 Thread GitBox
stale[bot] commented on issue #5914: [AIRFLOW-5311] Add an AWS Lambda Operator URL: https://github.com/apache/airflow/pull/5914#issuecomment-576051412 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

[jira] [Assigned] (AIRFLOW-6466) Remove yarn cache in Dockerfile

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk reassigned AIRFLOW-6466: - Assignee: Jarek Potiuk > Remove yarn cache in Dockerfile >

[jira] [Assigned] (AIRFLOW-3674) Adding documentation on official docker images

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-3674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk reassigned AIRFLOW-3674: - Assignee: Jarek Potiuk (was: Peter van 't Hof) > Adding documentation on official

[jira] [Updated] (AIRFLOW-6419) dag_processor_manager/webserver/scheduler logs should be created under date folder

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-6419: -- Labels: gsoc gsoc2020 mentor (was: ) > dag_processor_manager/webserver/scheduler logs

[GitHub] [airflow] potiuk commented on a change in pull request #6590: [AIRFLOW-5520] Add options to run Dataflow in a virtual environment

2020-01-19 Thread GitBox
potiuk commented on a change in pull request #6590: [AIRFLOW-5520] Add options to run Dataflow in a virtual environment URL: https://github.com/apache/airflow/pull/6590#discussion_r368299538 ## File path: airflow/utils/python_virtualenv.py ## @@ -0,0 +1,72 @@ +# -*-

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #5785: [AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #5785: [AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator URL: https://github.com/apache/airflow/pull/5785#discussion_r368310401 ## File path: airflow/providers/microsoft/azure/hooks/adx.py ## @@ -0,0 +1,146 @@ +#

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #5785: [AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #5785: [AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator URL: https://github.com/apache/airflow/pull/5785#discussion_r368310525 ## File path: airflow/providers/microsoft/azure/operators/adx.py ## @@ -0,0 +1,73 @@

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #5785: [AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator

2020-01-19 Thread GitBox
nuclearpinguin commented on a change in pull request #5785: [AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator URL: https://github.com/apache/airflow/pull/5785#discussion_r368310457 ## File path: airflow/providers/microsoft/azure/operators/adx.py ## @@ -0,0 +1,73 @@

[jira] [Updated] (AIRFLOW-6474) list_dag_runs cli command should allow exec_date between start/end range and print start/end times

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-6474: -- Labels: gsoc gsoc2020 mentor (was: ) > list_dag_runs cli command should allow exec_date

[jira] [Updated] (AIRFLOW-6579) One of Celery executor tests is flaky

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-6579: -- Labels: gsoc gsoc2020 mentor (was: ) > One of Celery executor tests is flaky >

[jira] [Updated] (AIRFLOW-6579) One of Celery executor tests is flaky

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-6579: -- Summary: One of Celery executor tests is flaky (was: One of Celery executir tests is flaky

[jira] [Resolved] (AIRFLOW-6186) Switch pymssql to pyodbc for connecting to Miscrosoft SQL Server

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6186. --- Fix Version/s: 2.0.0 Resolution: Fixed > Switch pymssql to pyodbc for connecting to

[jira] [Resolved] (AIRFLOW-6201) How can I manually trigger a future dag?

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6201. --- Resolution: Duplicate > How can I manually trigger a future dag? >

[GitHub] [airflow] vsoch commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow

2020-01-19 Thread GitBox
vsoch commented on a change in pull request #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#discussion_r368318732 ## File path: tests/contrib/operators/test_singularity_operator.py ## @@ -0,0 +1,180 @@ +#

[GitHub] [airflow] stale[bot] commented on issue #5914: [AIRFLOW-5311] Add an AWS Lambda Operator

2020-01-19 Thread GitBox
stale[bot] commented on issue #5914: [AIRFLOW-5311] Add an AWS Lambda Operator URL: https://github.com/apache/airflow/pull/5914#issuecomment-576045672 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

[jira] [Commented] (AIRFLOW-5850) Make DockerSwarmOperator capture task logs

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17019049#comment-17019049 ] Jarek Potiuk commented on AIRFLOW-5850: --- Ah yeah. indeed. I think it's best if you rebase it now

[jira] [Updated] (AIRFLOW-5850) Make DockerSwarmOperator capture task logs

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-5850: -- Labels: docker orchestration swarm (was: docker gsoc gsoc2020 mentor orchestration swarm)

[jira] [Commented] (AIRFLOW-5850) Make DockerSwarmOperator capture task logs

2020-01-19 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17019050#comment-17019050 ] Jarek Potiuk commented on AIRFLOW-5850: --- But after rebase if [~dimberman] has no time I can help

  1   2   3   4   >