[GitHub] [airflow] codecov-io commented on issue #6435: [AIRFLOW-5759] Don't allow additional arguments in BaseOperator

2019-10-25 Thread GitBox
codecov-io commented on issue #6435: [AIRFLOW-5759] Don't allow additional arguments in BaseOperator URL: https://github.com/apache/airflow/pull/6435#issuecomment-546572681 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6435?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6435: [AIRFLOW-5759] Don't allow additional arguments in BaseOperator

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6435: [AIRFLOW-5759] Don't allow additional arguments in BaseOperator URL: https://github.com/apache/airflow/pull/6435#issuecomment-546572681 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6435?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6435: [AIRFLOW-5759] Don't allow additional arguments in BaseOperator

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6435: [AIRFLOW-5759] Don't allow additional arguments in BaseOperator URL: https://github.com/apache/airflow/pull/6435#issuecomment-546572681 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6435?src=pr=h1) Report > Merging

[GitHub] [airflow] dstandish commented on a change in pull request #6370: AIRFLOW-5701: Don't clear xcom explicitly before execution

2019-10-25 Thread GitBox
dstandish commented on a change in pull request #6370: AIRFLOW-5701: Don't clear xcom explicitly before execution URL: https://github.com/apache/airflow/pull/6370#discussion_r339287344 ## File path: airflow/models/xcom.py ## @@ -43,16 +43,14 @@ class XCom(Base,

[GitHub] [airflow] dstandish commented on a change in pull request #6370: AIRFLOW-5701: Don't clear xcom explicitly before execution

2019-10-25 Thread GitBox
dstandish commented on a change in pull request #6370: AIRFLOW-5701: Don't clear xcom explicitly before execution URL: https://github.com/apache/airflow/pull/6370#discussion_r339287344 ## File path: airflow/models/xcom.py ## @@ -43,16 +43,14 @@ class XCom(Base,

[GitHub] [airflow] dstandish commented on a change in pull request #6370: AIRFLOW-5701: Don't clear xcom explicitly before execution

2019-10-25 Thread GitBox
dstandish commented on a change in pull request #6370: AIRFLOW-5701: Don't clear xcom explicitly before execution URL: https://github.com/apache/airflow/pull/6370#discussion_r339287344 ## File path: airflow/models/xcom.py ## @@ -43,16 +43,14 @@ class XCom(Base,

[airflow-site] branch aip-11 updated: Add blogpost page and markdown styles (#83)

2019-10-25 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a commit to branch aip-11 in repository https://gitbox.apache.org/repos/asf/airflow-site.git The following commit(s) were added to refs/heads/aip-11 by this push: new 60b35fd Add blogpost page and

[GitHub] [airflow-site] mik-laj merged pull request #83: Add blogpost page and markdown styles

2019-10-25 Thread GitBox
mik-laj merged pull request #83: Add blogpost page and markdown styles URL: https://github.com/apache/airflow-site/pull/83 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow-site] mik-laj commented on issue #82: accordion w icon, blogpost box, youtube section, features, principles

2019-10-25 Thread GitBox
mik-laj commented on issue #82: accordion w icon, blogpost box, youtube section, features, principles URL: https://github.com/apache/airflow-site/pull/82#issuecomment-546570523 Adopted in separate PRs. This is an automated

[GitHub] [airflow-site] mik-laj closed pull request #82: accordion w icon, blogpost box, youtube section, features, principles

2019-10-25 Thread GitBox
mik-laj closed pull request #82: accordion w icon, blogpost box, youtube section, features, principles URL: https://github.com/apache/airflow-site/pull/82 This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] codecov-io edited a comment on issue #6232: [AIRFLOW-5582] AutoCommit in jdbc is missing get_autocommit

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6232: [AIRFLOW-5582] AutoCommit in jdbc is missing get_autocommit URL: https://github.com/apache/airflow/pull/6232#issuecomment-537324813 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6232?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6232: [AIRFLOW-5582] AutoCommit in jdbc is missing get_autocommit

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6232: [AIRFLOW-5582] AutoCommit in jdbc is missing get_autocommit URL: https://github.com/apache/airflow/pull/6232#issuecomment-537324813 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6232?src=pr=h1) Report > Merging

[GitHub] [airflow] mingrammer commented on issue #6432: [AIRFLOW-5758] Support the custom cursor classes for the PostgreSQL hook

2019-10-25 Thread GitBox
mingrammer commented on issue #6432: [AIRFLOW-5758] Support the custom cursor classes for the PostgreSQL hook URL: https://github.com/apache/airflow/pull/6432#issuecomment-546558436 There is a failed test case. ``` 16) FAIL: test_wait_for_response_running

[GitHub] [airflow] codecov-io commented on issue #6389: [AIRFLOW-5663]: Switch to real-time logging in PythonVirtualenvOperator.

2019-10-25 Thread GitBox
codecov-io commented on issue #6389: [AIRFLOW-5663]: Switch to real-time logging in PythonVirtualenvOperator. URL: https://github.com/apache/airflow/pull/6389#issuecomment-546555144 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6389?src=pr=h1) Report > Merging

[GitHub] [airflow] dstandish commented on a change in pull request #6426: [AIRFLOW-5751] add get_uri method to Connection

2019-10-25 Thread GitBox
dstandish commented on a change in pull request #6426: [AIRFLOW-5751] add get_uri method to Connection URL: https://github.com/apache/airflow/pull/6426#discussion_r338969769 ## File path: airflow/models/connection.py ## @@ -145,6 +145,38 @@ def parse_from_uri(self, uri):

[GitHub] [airflow] dstandish commented on a change in pull request #6426: [AIRFLOW-5751] add get_uri method to Connection

2019-10-25 Thread GitBox
dstandish commented on a change in pull request #6426: [AIRFLOW-5751] add get_uri method to Connection URL: https://github.com/apache/airflow/pull/6426#discussion_r338962455 ## File path: airflow/models/connection.py ## @@ -145,6 +145,38 @@ def parse_from_uri(self, uri):

[GitHub] [airflow] dstandish commented on a change in pull request #6426: [AIRFLOW-5751] add get_uri method to Connection

2019-10-25 Thread GitBox
dstandish commented on a change in pull request #6426: [AIRFLOW-5751] add get_uri method to Connection URL: https://github.com/apache/airflow/pull/6426#discussion_r338961444 ## File path: airflow/models/connection.py ## @@ -145,6 +145,38 @@ def parse_from_uri(self, uri):

[GitHub] [airflow] codecov-io edited a comment on issue #6426: [AIRFLOW-5751] add get_uri method to Connection

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6426: [AIRFLOW-5751] add get_uri method to Connection URL: https://github.com/apache/airflow/pull/6426#issuecomment-546181114 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6426?src=pr=h1) Report > Merging

[GitHub] [airflow] abdulbasitds commented on issue #6007: Improved and Fixed Apache Glue hook/operator/sensor from [AIRFLOW-2310]

2019-10-25 Thread GitBox
abdulbasitds commented on issue #6007: Improved and Fixed Apache Glue hook/operator/sensor from [AIRFLOW-2310] URL: https://github.com/apache/airflow/pull/6007#issuecomment-546548508 Hello @kaxil , I dont have much experience with git(hub), How can i rebase it?

[GitHub] [airflow] kaxil removed a comment on issue #6007: Improved and Fixed Apache Glue hook/operator/sensor from [AIRFLOW-2310]

2019-10-25 Thread GitBox
kaxil removed a comment on issue #6007: Improved and Fixed Apache Glue hook/operator/sensor from [AIRFLOW-2310] URL: https://github.com/apache/airflow/pull/6007#issuecomment-546547256 Can you rebase commits and resolve conflicts, please? I don't have much exp in AWS. cc @ashb

[GitHub] [airflow] kaxil commented on issue #6007: Improved and Fixed Apache Glue hook/operator/sensor from [AIRFLOW-2310]

2019-10-25 Thread GitBox
kaxil commented on issue #6007: Improved and Fixed Apache Glue hook/operator/sensor from [AIRFLOW-2310] URL: https://github.com/apache/airflow/pull/6007#issuecomment-546547256 Can you rebase commits and resolve conflicts, please? I don't have much exp in AWS. cc @ashb

[GitHub] [airflow] kaxil commented on issue #6007: Improved and Fixed Apache Glue hook/operator/sensor from [AIRFLOW-2310]

2019-10-25 Thread GitBox
kaxil commented on issue #6007: Improved and Fixed Apache Glue hook/operator/sensor from [AIRFLOW-2310] URL: https://github.com/apache/airflow/pull/6007#issuecomment-546547311 Can you rebase commits and resolve conflicts, please? I don't have much exp in AWS. but other committers

[GitHub] [airflow] blindlf commented on issue #6232: [AIRFLOW-5582] AutoCommit in jdbc is missing get_autocommit

2019-10-25 Thread GitBox
blindlf commented on issue #6232: [AIRFLOW-5582] AutoCommit in jdbc is missing get_autocommit URL: https://github.com/apache/airflow/pull/6232#issuecomment-546546855 > @blindlf any progress with addressing the comments? Sorry for the late. Comments are done, I'm trying to work on

[GitHub] [airflow] kaxil commented on a change in pull request #5940: [AIRFLOW-5336] Add ability to make updating FAB perms on webserver in…

2019-10-25 Thread GitBox
kaxil commented on a change in pull request #5940: [AIRFLOW-5336] Add ability to make updating FAB perms on webserver in… URL: https://github.com/apache/airflow/pull/5940#discussion_r339272635 ## File path: airflow/config_templates/default_airflow.cfg ## @@ -341,6 +341,10

[GitHub] [airflow] kaxil closed pull request #5549: change task_dict type to Dict[str, BaseOperator] in the comment

2019-10-25 Thread GitBox
kaxil closed pull request #5549: change task_dict type to Dict[str, BaseOperator] in the comment URL: https://github.com/apache/airflow/pull/5549 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] kaxil commented on issue #5549: change task_dict type to Dict[str, BaseOperator] in the comment

2019-10-25 Thread GitBox
kaxil commented on issue #5549: change task_dict type to Dict[str, BaseOperator] in the comment URL: https://github.com/apache/airflow/pull/5549#issuecomment-546545634 The changes are already in the master This is an

[jira] [Commented] (AIRFLOW-5727) Incorrect SqoopOperator --connect param with jdbc connection

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960211#comment-16960211 ] ASF subversion and git services commented on AIRFLOW-5727: -- Commit

[jira] [Commented] (AIRFLOW-5757) Improve test_on_kill test

2019-10-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960204#comment-16960204 ] ASF GitHub Bot commented on AIRFLOW-5757: - kaxil commented on pull request #6430:

[jira] [Resolved] (AIRFLOW-5757) Improve test_on_kill test

2019-10-25 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-5757. - Fix Version/s: 2.0.0 Resolution: Fixed > Improve test_on_kill test >

[GitHub] [airflow] mik-laj commented on issue #6434: Revert "[AIRFLOW-5746] move FakeDateTime into the only place it is used (#6416)"

2019-10-25 Thread GitBox
mik-laj commented on issue #6434: Revert "[AIRFLOW-5746] move FakeDateTime into the only place it is used (#6416)" URL: https://github.com/apache/airflow/pull/6434#issuecomment-546544467 > The import should be a local import inside print_today() method - rather than the top-level one that

[jira] [Commented] (AIRFLOW-5727) Incorrect SqoopOperator --connect param with jdbc connection

2019-10-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960210#comment-16960210 ] ASF GitHub Bot commented on AIRFLOW-5727: - kaxil commented on pull request #6397:

[GitHub] [airflow] mik-laj opened a new pull request #6436: [AIRFLOW-5764][depends on #6434] Avoid loading corrupted DAGs in a breeze environment

2019-10-25 Thread GitBox
mik-laj opened a new pull request #6436: [AIRFLOW-5764][depends on #6434] Avoid loading corrupted DAGs in a breeze environment URL: https://github.com/apache/airflow/pull/6436 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Airflow

[GitHub] [airflow] kaxil merged pull request #6397: [AIRFLOW-5727] SqoopHook: Build --connect parameter correctly when port/schema are not provided

2019-10-25 Thread GitBox
kaxil merged pull request #6397: [AIRFLOW-5727] SqoopHook: Build --connect parameter correctly when port/schema are not provided URL: https://github.com/apache/airflow/pull/6397 This is an automated message from the Apache

[GitHub] [airflow] adityav commented on issue #6422: [AIRFLOW-5690] Change log level local_task_job.py

2019-10-25 Thread GitBox
adityav commented on issue #6422: [AIRFLOW-5690] Change log level local_task_job.py URL: https://github.com/apache/airflow/pull/6422#issuecomment-546543785 Can the log message be more detailed on how to prevent this high heart rate? I run airflow on Kubernetes executor and this logline

[jira] [Commented] (AIRFLOW-5757) Improve test_on_kill test

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960205#comment-16960205 ] ASF subversion and git services commented on AIRFLOW-5757: -- Commit

[GitHub] [airflow] kaxil merged pull request #6430: [AIRFLOW-5757] Improve test_on_kill test

2019-10-25 Thread GitBox
kaxil merged pull request #6430: [AIRFLOW-5757] Improve test_on_kill test URL: https://github.com/apache/airflow/pull/6430 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Created] (AIRFLOW-5764) Avoid loading corrupted DAGs in a breeze environment

2019-10-25 Thread Kamil Bregula (Jira)
Kamil Bregula created AIRFLOW-5764: -- Summary: Avoid loading corrupted DAGs in a breeze environment Key: AIRFLOW-5764 URL: https://issues.apache.org/jira/browse/AIRFLOW-5764 Project: Apache Airflow

[GitHub] [airflow] kaxil commented on a change in pull request #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation

2019-10-25 Thread GitBox
kaxil commented on a change in pull request #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation URL: https://github.com/apache/airflow/pull/6295#discussion_r339269498 ## File path: docs/index.rst ## @@ -84,6 +84,7 @@ Content concepts scheduler

[GitHub] [airflow] kaxil commented on issue #6285: [AIRFLOW-XXX] Updates to Breeze documentation from GSOD

2019-10-25 Thread GitBox
kaxil commented on issue #6285: [AIRFLOW-XXX] Updates to Breeze documentation from GSOD URL: https://github.com/apache/airflow/pull/6285#issuecomment-546541287 Can you resolve the conflicts please? This is an automated

[GitHub] [airflow] codecov-io edited a comment on issue #6426: [AIRFLOW-5751] add get_uri method to Connection

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6426: [AIRFLOW-5751] add get_uri method to Connection URL: https://github.com/apache/airflow/pull/6426#issuecomment-546181114 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6426?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6426: [AIRFLOW-5751] add get_uri method to Connection

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6426: [AIRFLOW-5751] add get_uri method to Connection URL: https://github.com/apache/airflow/pull/6426#issuecomment-546181114 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6426?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6426: [AIRFLOW-5751] add get_uri method to Connection

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6426: [AIRFLOW-5751] add get_uri method to Connection URL: https://github.com/apache/airflow/pull/6426#issuecomment-546181114 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6426?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6426: [AIRFLOW-5751] add get_uri method to Connection

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6426: [AIRFLOW-5751] add get_uri method to Connection URL: https://github.com/apache/airflow/pull/6426#issuecomment-546181114 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6426?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-5088) To implement DAG JSON serialization and DB persistence for webserver scalability improvement

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960170#comment-16960170 ] ASF subversion and git services commented on AIRFLOW-5088: -- Commit

[jira] [Commented] (AIRFLOW-5088) To implement DAG JSON serialization and DB persistence for webserver scalability improvement

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960174#comment-16960174 ] ASF subversion and git services commented on AIRFLOW-5088: -- Commit

[jira] [Commented] (AIRFLOW-5088) To implement DAG JSON serialization and DB persistence for webserver scalability improvement

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960172#comment-16960172 ] ASF subversion and git services commented on AIRFLOW-5088: -- Commit

[jira] [Commented] (AIRFLOW-5088) To implement DAG JSON serialization and DB persistence for webserver scalability improvement

2019-10-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960168#comment-16960168 ] ASF GitHub Bot commented on AIRFLOW-5088: - kaxil commented on pull request #5992:

[GitHub] [airflow] kaxil merged pull request #5992: [AIRFLOW-5088][AIP-24][BackPort] Persisting serialized DAG in DB for webserver scalability

2019-10-25 Thread GitBox
kaxil merged pull request #5992: [AIRFLOW-5088][AIP-24][BackPort] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5992 This is an automated message from the Apache Git

[jira] [Commented] (AIRFLOW-5746) FakeDatetime cannot be imported

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960028#comment-16960028 ] ASF subversion and git services commented on AIRFLOW-5746: -- Commit

[GitHub] [airflow] Fokko commented on issue #6422: [AIRFLOW-5690] Change log level local_task_job.py

2019-10-25 Thread GitBox
Fokko commented on issue #6422: [AIRFLOW-5690] Change log level local_task_job.py URL: https://github.com/apache/airflow/pull/6422#issuecomment-546529054 @adityav It is actually a bit more than that. What it implies is that the heart beating is being throttled because of the high heart

[jira] [Commented] (AIRFLOW-5746) FakeDatetime cannot be imported

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960029#comment-16960029 ] ASF subversion and git services commented on AIRFLOW-5746: -- Commit

svn commit: r36501 - /dev/airflow/1.10.6rc2/

2019-10-25 Thread ash
Author: ash Date: Fri Oct 25 21:03:45 2019 New Revision: 36501 Log: Add artifacts for Airflow 1.10.6rc2 Added: dev/airflow/1.10.6rc2/ dev/airflow/1.10.6rc2/apache-airflow-1.10.6rc2-bin.tar.gz (with props) dev/airflow/1.10.6rc2/apache-airflow-1.10.6rc2-bin.tar.gz.asc

[GitHub] [airflow] yegeniy edited a comment on issue #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation

2019-10-25 Thread GitBox
yegeniy edited a comment on issue #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation URL: https://github.com/apache/airflow/pull/6295#issuecomment-546513133 This would be very helpful as a document to share with folks onboarding to Airflow, even if it's imperfect, I think it

[jira] [Commented] (AIRFLOW-5755) Py27 cherry-pick problems for v1-10-test branch

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960031#comment-16960031 ] ASF subversion and git services commented on AIRFLOW-5755: -- Commit

[jira] [Commented] (AIRFLOW-5754) Not all files are checked by RAT tool in CI

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960032#comment-16960032 ] ASF subversion and git services commented on AIRFLOW-5754: -- Commit

[GitHub] [airflow] yegeniy commented on issue #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation

2019-10-25 Thread GitBox
yegeniy commented on issue #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation URL: https://github.com/apache/airflow/pull/6295#issuecomment-546513133 This would be very helpful as a document to share with folks onboarding to Airflow.

[GitHub] [airflow] yegeniy commented on a change in pull request #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation

2019-10-25 Thread GitBox
yegeniy commented on a change in pull request #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation URL: https://github.com/apache/airflow/pull/6295#discussion_r339234605 ## File path: docs/dag-run.rst ## @@ -0,0 +1,191 @@ + .. Licensed to the Apache Software

[GitHub] [airflow] Fokko commented on issue #5079: [AIRFLOW-4285] Update task dependency context defination and usage

2019-10-25 Thread GitBox
Fokko commented on issue #5079: [AIRFLOW-4285] Update task dependency context defination and usage URL: https://github.com/apache/airflow/pull/5079#issuecomment-546528013 Hi Ash, I don't get the point that you're trying to make. I see print_date3 in the list, and it succeeded.

[GitHub] [airflow] frankcash commented on a change in pull request #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation

2019-10-25 Thread GitBox
frankcash commented on a change in pull request #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation URL: https://github.com/apache/airflow/pull/6295#discussion_r339243776 ## File path: docs/dag-run.rst ## @@ -0,0 +1,191 @@ + .. Licensed to the Apache Software

[GitHub] [airflow] yegeniy commented on a change in pull request #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation

2019-10-25 Thread GitBox
yegeniy commented on a change in pull request #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation URL: https://github.com/apache/airflow/pull/6295#discussion_r339234605 ## File path: docs/dag-run.rst ## @@ -0,0 +1,191 @@ + .. Licensed to the Apache Software

[GitHub] [airflow] frankcash commented on a change in pull request #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation

2019-10-25 Thread GitBox
frankcash commented on a change in pull request #6295: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation URL: https://github.com/apache/airflow/pull/6295#discussion_r339229312 ## File path: docs/dag-run.rst ## @@ -0,0 +1,191 @@ + .. Licensed to the Apache Software

[GitHub] [airflow] frankcash commented on issue #6348: [AIRFLOW-XXX] GSoD: Adding 'Create a custom operator' doc

2019-10-25 Thread GitBox
frankcash commented on issue #6348: [AIRFLOW-XXX] GSoD: Adding 'Create a custom operator' doc URL: https://github.com/apache/airflow/pull/6348#issuecomment-546503030 Definitely looks helpful  This is an automated message

[jira] [Commented] (AIRFLOW-5747) Virtual env detection does not work with venv

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960043#comment-16960043 ] ASF subversion and git services commented on AIRFLOW-5747: -- Commit

[GitHub] [airflow] yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763]

2019-10-25 Thread GitBox
yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763] URL: https://github.com/apache/airflow/pull/6281#discussion_r339223198 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[jira] [Commented] (AIRFLOW-5694) Check for blinker when detecting Sentry packages

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960040#comment-16960040 ] ASF subversion and git services commented on AIRFLOW-5694: -- Commit

[GitHub] [airflow] yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763]

2019-10-25 Thread GitBox
yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763] URL: https://github.com/apache/airflow/pull/6281#discussion_r339188279 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[GitHub] [airflow] yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763]

2019-10-25 Thread GitBox
yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763] URL: https://github.com/apache/airflow/pull/6281#discussion_r339221202 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[GitHub] [airflow] yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763]

2019-10-25 Thread GitBox
yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763] URL: https://github.com/apache/airflow/pull/6281#discussion_r339220666 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[GitHub] [airflow] yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763]

2019-10-25 Thread GitBox
yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763] URL: https://github.com/apache/airflow/pull/6281#discussion_r339223341 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[GitHub] [airflow] yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763]

2019-10-25 Thread GitBox
yegeniy commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-5763] URL: https://github.com/apache/airflow/pull/6281#discussion_r339224199 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[jira] [Created] (AIRFLOW-5763) Run batches of (self-terminating) EMR JobFlows

2019-10-25 Thread Throw Away (Jira)
Throw Away created AIRFLOW-5763: --- Summary: Run batches of (self-terminating) EMR JobFlows Key: AIRFLOW-5763 URL: https://issues.apache.org/jira/browse/AIRFLOW-5763 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-5073) Change SQLSensor behavior returning 'success' for NULL result

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960041#comment-16960041 ] ASF subversion and git services commented on AIRFLOW-5073: -- Commit

[jira] [Commented] (AIRFLOW-5073) Change SQLSensor behavior returning 'success' for NULL result

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960042#comment-16960042 ] ASF subversion and git services commented on AIRFLOW-5073: -- Commit

[jira] [Commented] (AIRFLOW-5750) Licence check not checked for non-executable .sh files

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960039#comment-16960039 ] ASF subversion and git services commented on AIRFLOW-5750: -- Commit

[jira] [Commented] (AIRFLOW-5690) Task heartbeat is being reported as a warning

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960044#comment-16960044 ] ASF subversion and git services commented on AIRFLOW-5690: -- Commit

[GitHub] [airflow] dacohen commented on issue #4931: [AIRFLOW-4109] Added support for passing the airflow fernet key to th…

2019-10-25 Thread GitBox
dacohen commented on issue #4931: [AIRFLOW-4109] Added support for passing the airflow fernet key to th… URL: https://github.com/apache/airflow/pull/4931#issuecomment-546498993 I'm having exactly the same issue, and this PR seems to solve the problem perfectly. I'm trying to determine why

[GitHub] [airflow] potiuk commented on issue #6434: Revert "[AIRFLOW-5746] move FakeDateTime into the only place it is used (#6416)"

2019-10-25 Thread GitBox
potiuk commented on issue #6434: Revert "[AIRFLOW-5746] move FakeDateTime into the only place it is used (#6416)" URL: https://github.com/apache/airflow/pull/6434#issuecomment-546498093 > I have to look at the whole test again, because it is possible that there is actually a better

[GitHub] [airflow] ashb commented on a change in pull request #6430: [AIRFLOW-5757] Improve test_on_kill test

2019-10-25 Thread GitBox
ashb commented on a change in pull request #6430: [AIRFLOW-5757] Improve test_on_kill test URL: https://github.com/apache/airflow/pull/6430#discussion_r339223968 ## File path: tests/dags/test_on_kill.py ## @@ -25,13 +25,12 @@ class DummyWithOnKill(DummyOperator):

[jira] [Commented] (AIRFLOW-5745) Breeze complete has no licence

2019-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960027#comment-16960027 ] ASF subversion and git services commented on AIRFLOW-5745: -- Commit

[GitHub] [airflow] jaketf commented on a change in pull request #6386: [AIRFLOW-5716][part of AIRFLOW-5697][depends on AIRFLOW-5711] Simplify DataflowJobsController logic

2019-10-25 Thread GitBox
jaketf commented on a change in pull request #6386: [AIRFLOW-5716][part of AIRFLOW-5697][depends on AIRFLOW-5711] Simplify DataflowJobsController logic URL: https://github.com/apache/airflow/pull/6386#discussion_r339199688 ## File path: airflow/gcp/hooks/dataflow.py ## @@

[GitHub] [airflow] codecov-io commented on issue #5913: [AIRFLOW-5073] Change SQLSensor to keep poking receving NULL, '0'

2019-10-25 Thread GitBox
codecov-io commented on issue #5913: [AIRFLOW-5073] Change SQLSensor to keep poking receving NULL, '0' URL: https://github.com/apache/airflow/pull/5913#issuecomment-546476497 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5913?src=pr=h1) Report > Merging

[jira] [Created] (AIRFLOW-5762) Correct sorting of dag runs in UI

2019-10-25 Thread Jason Ferrell (Jira)
Jason Ferrell created AIRFLOW-5762: -- Summary: Correct sorting of dag runs in UI Key: AIRFLOW-5762 URL: https://issues.apache.org/jira/browse/AIRFLOW-5762 Project: Apache Airflow Issue Type:

[jira] [Updated] (AIRFLOW-5762) Correct sorting of dag runs in UI

2019-10-25 Thread Jason Ferrell (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Ferrell updated AIRFLOW-5762: --- Attachment: AirflowScheduledOrderExample.png > Correct sorting of dag runs in UI >

[GitHub] [airflow] mik-laj edited a comment on issue #6434: Revert "[AIRFLOW-5746] move FakeDateTime into the only place it is used (#6416)"

2019-10-25 Thread GitBox
mik-laj edited a comment on issue #6434: Revert "[AIRFLOW-5746] move FakeDateTime into the only place it is used (#6416)" URL: https://github.com/apache/airflow/pull/6434#issuecomment-546448058 > We cannot revert it as it is because in this case database init will fail when you run

[GitHub] [airflow] mik-laj commented on issue #6434: Revert "[AIRFLOW-5746] move FakeDateTime into the only place it is used (#6416)"

2019-10-25 Thread GitBox
mik-laj commented on issue #6434: Revert "[AIRFLOW-5746] move FakeDateTime into the only place it is used (#6416)" URL: https://github.com/apache/airflow/pull/6434#issuecomment-546448058 > We cannot revert it as it is because in this case database init will fail when you run 'airflow db

[jira] [Created] (AIRFLOW-5761) Check and document that docker-compose >= 1.20 is needed to run breeze

2019-10-25 Thread Jarek Potiuk (Jira)
Jarek Potiuk created AIRFLOW-5761: - Summary: Check and document that docker-compose >= 1.20 is needed to run breeze Key: AIRFLOW-5761 URL: https://issues.apache.org/jira/browse/AIRFLOW-5761 Project:

[GitHub] [airflow] codecov-io edited a comment on issue #6393: [AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator [depends on AIRFLOW-5717]

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6393: [AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator [depends on AIRFLOW-5717] URL: https://github.com/apache/airflow/pull/6393#issuecomment-546446937 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6393?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io commented on issue #6393: [AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator [depends on AIRFLOW-5717]

2019-10-25 Thread GitBox
codecov-io commented on issue #6393: [AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator [depends on AIRFLOW-5717] URL: https://github.com/apache/airflow/pull/6393#issuecomment-546446937 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6393?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6393: [AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator [depends on AIRFLOW-5717]

2019-10-25 Thread GitBox
codecov-io edited a comment on issue #6393: [AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator [depends on AIRFLOW-5717] URL: https://github.com/apache/airflow/pull/6393#issuecomment-546446937 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6393?src=pr=h1) Report > Merging

[GitHub] [airflow] wjiangqc edited a comment on issue #6389: [AIRFLOW-5663]: Switch to real-time logging in PythonVirtualenvOperator.

2019-10-25 Thread GitBox
wjiangqc edited a comment on issue #6389: [AIRFLOW-5663]: Switch to real-time logging in PythonVirtualenvOperator. URL: https://github.com/apache/airflow/pull/6389#issuecomment-546438501 @mik-laj Seems `print` by default buffers the output so you are not seeing it in real-time. If you use

[GitHub] [airflow] wjiangqc commented on issue #6389: [AIRFLOW-5663]: Switch to real-time logging in PythonVirtualenvOperator.

2019-10-25 Thread GitBox
wjiangqc commented on issue #6389: [AIRFLOW-5663]: Switch to real-time logging in PythonVirtualenvOperator. URL: https://github.com/apache/airflow/pull/6389#issuecomment-546438501 @mik-laj Seems `print` by default buffers the output so you are not seeing it in real-time. If you use

[GitHub] [airflow] adityav edited a comment on issue #6422: [AIRFLOW-5690] Change log level local_task_job.py

2019-10-25 Thread GitBox
adityav edited a comment on issue #6422: [AIRFLOW-5690] Change log level local_task_job.py URL: https://github.com/apache/airflow/pull/6422#issuecomment-546434998 can it be a level lower than info? it is simply a successful heartbeating message afterall

[GitHub] [airflow] adityav commented on issue #6422: [AIRFLOW-5690] Change log level local_task_job.py

2019-10-25 Thread GitBox
adityav commented on issue #6422: [AIRFLOW-5690] Change log level local_task_job.py URL: https://github.com/apache/airflow/pull/6422#issuecomment-546434998 can it be a level lower than info? it is simply a heartbeating message afterall?

[GitHub] [airflow] feluelle commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-XXX]

2019-10-25 Thread GitBox
feluelle commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-XXX] URL: https://github.com/apache/airflow/pull/6281#discussion_r339143973 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[GitHub] [airflow] feluelle commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-XXX]

2019-10-25 Thread GitBox
feluelle commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-XXX] URL: https://github.com/apache/airflow/pull/6281#discussion_r339144930 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[GitHub] [airflow] feluelle commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-XXX]

2019-10-25 Thread GitBox
feluelle commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-XXX] URL: https://github.com/apache/airflow/pull/6281#discussion_r339137078 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[GitHub] [airflow] feluelle commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-XXX]

2019-10-25 Thread GitBox
feluelle commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-XXX] URL: https://github.com/apache/airflow/pull/6281#discussion_r339134241 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[jira] [Created] (AIRFLOW-5760) SubDagOperator should not access the database in its `__init__` method.

2019-10-25 Thread Nicolas (Jira)
Nicolas created AIRFLOW-5760: Summary: SubDagOperator should not access the database in its `__init__` method. Key: AIRFLOW-5760 URL: https://issues.apache.org/jira/browse/AIRFLOW-5760 Project: Apache

[GitHub] [airflow] feluelle commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-XXX]

2019-10-25 Thread GitBox
feluelle commented on a change in pull request #6281: Run batches of (self-terminating) EMR JobFlows [AIRFLOW-XXX] URL: https://github.com/apache/airflow/pull/6281#discussion_r339136077 ## File path: airflow/contrib/sensors/emr_run_job_flows.py ## @@ -0,0 +1,185 @@ +# -*-

[GitHub] [airflow] jaketf commented on a change in pull request #6210: [AIRFLOW-5567] BaseAsyncOperator

2019-10-25 Thread GitBox
jaketf commented on a change in pull request #6210: [AIRFLOW-5567] BaseAsyncOperator URL: https://github.com/apache/airflow/pull/6210#discussion_r339146836 ## File path: airflow/models/base_reschedule_poke_operator.py ## @@ -0,0 +1,218 @@ +# -*- coding: utf-8 -*- +# +#

  1   2   3   >