[GitHub] [airflow] feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration

2020-04-02 Thread GitBox
feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration URL: https://github.com/apache/airflow/pull/6007#discussion_r402290218 ## File path: airflow/providers/amazon/aws/sensors/glue.py ## @@ -0,0 +1,57 @@ +# -*- coding: utf-8

[GitHub] [airflow] kaxil commented on issue #8046: [AIRFLOW-7048] Allow user to convert timezone in UI

2020-04-02 Thread GitBox
kaxil commented on issue #8046: [AIRFLOW-7048] Allow user to convert timezone in UI URL: https://github.com/apache/airflow/pull/8046#issuecomment-607838325 Waiting for the CI results This is an automated message from the

[jira] [Work started] (AIRFLOW-7048) Provide "timezone selection" mechanism in front-end

2020-04-02 Thread Ash Berlin-Taylor (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-7048 started by Ash Berlin-Taylor. -- > Provide "timezone selection" mechanism in front-end >

[GitHub] [airflow] feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration

2020-04-02 Thread GitBox
feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration URL: https://github.com/apache/airflow/pull/6007#discussion_r402314016 ## File path: airflow/providers/amazon/aws/hooks/glue.py ## @@ -0,0 +1,214 @@ +# -*- coding: utf-8

[GitHub] [airflow] khyurri commented on issue #8060: Debug Executor fails to work

2020-04-02 Thread GitBox
khyurri commented on issue #8060: Debug Executor fails to work URL: https://github.com/apache/airflow/issues/8060#issuecomment-607795585 I can take it This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] khyurri edited a comment on issue #8060: Debug Executor fails to work

2020-04-02 Thread GitBox
khyurri edited a comment on issue #8060: Debug Executor fails to work URL: https://github.com/apache/airflow/issues/8060#issuecomment-607795585 I can take it Should I create PR into `v1-10-stable`? This is an automated

[GitHub] [airflow] mik-laj opened a new pull request #8064: Improve process terminating in scheduler_job

2020-04-02 Thread GitBox
mik-laj opened a new pull request #8064: Improve process terminating in scheduler_job URL: https://github.com/apache/airflow/pull/8064 We cannot perform operation `join` because the process may already be terminated. To wait for the process to complete is the `wait` method. ---

[GitHub] [airflow] khyurri edited a comment on issue #8060: Debug Executor fails to work

2020-04-02 Thread GitBox
khyurri edited a comment on issue #8060: Debug Executor fails to work URL: https://github.com/apache/airflow/issues/8060#issuecomment-607795585 I can take it @turbaszek Should I create PR into `v1-10-stable`? Looks like at `master` `self.running` has a different type (`set`,

[GitHub] [airflow] feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration

2020-04-02 Thread GitBox
feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration URL: https://github.com/apache/airflow/pull/6007#discussion_r402316781 ## File path: airflow/providers/amazon/aws/hooks/glue.py ## @@ -0,0 +1,214 @@ +# -*- coding: utf-8

[GitHub] [airflow] ashb commented on issue #8046: [AIRFLOW-7048] Allow user to convert timezone in UI

2020-04-02 Thread GitBox
ashb commented on issue #8046: [AIRFLOW-7048] Allow user to convert timezone in UI URL: https://github.com/apache/airflow/pull/8046#issuecomment-607850348 Travis hasn't run the tests yet. This is an automated message from

[GitHub] [airflow] feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration

2020-04-02 Thread GitBox
feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration URL: https://github.com/apache/airflow/pull/6007#discussion_r402316781 ## File path: airflow/providers/amazon/aws/hooks/glue.py ## @@ -0,0 +1,214 @@ +# -*- coding: utf-8

[GitHub] [airflow] ashb commented on issue #7832: Add production image support

2020-04-02 Thread GitBox
ashb commented on issue #7832: Add production image support URL: https://github.com/apache/airflow/pull/7832#issuecomment-607852398 Taking another look now This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] kaxil commented on issue #8046: [AIRFLOW-7048] Allow user to convert timezone in UI

2020-04-02 Thread GitBox
kaxil commented on issue #8046: [AIRFLOW-7048] Allow user to convert timezone in UI URL: https://github.com/apache/airflow/pull/8046#issuecomment-607852952 https://travis-ci.org/github/apache/airflow/builds/670149778 - Looks like it is still in Queue

[GitHub] [airflow] feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration

2020-04-02 Thread GitBox
feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration URL: https://github.com/apache/airflow/pull/6007#discussion_r402314016 ## File path: airflow/providers/amazon/aws/hooks/glue.py ## @@ -0,0 +1,214 @@ +# -*- coding: utf-8

[GitHub] [airflow] ashb commented on a change in pull request #7832: Add production image support

2020-04-02 Thread GitBox
ashb commented on a change in pull request #7832: Add production image support URL: https://github.com/apache/airflow/pull/7832#discussion_r402322231 ## File path: Dockerfile ## @@ -0,0 +1,298 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] [airflow] turbaszek opened a new pull request #8065: Add missing flag to xargs in containers utils

2020-04-02 Thread GitBox
turbaszek opened a new pull request #8065: Add missing flag to xargs in containers utils URL: https://github.com/apache/airflow/pull/8065 Fixes the following error that happens when I was entering breeze: ``` xargs: WARNING: a NUL character occurred in the input. It cannot be passed

[GitHub] [airflow] ashb commented on a change in pull request #7832: Add production image support

2020-04-02 Thread GitBox
ashb commented on a change in pull request #7832: Add production image support URL: https://github.com/apache/airflow/pull/7832#discussion_r402321490 ## File path: Dockerfile ## @@ -0,0 +1,298 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] [airflow] ashb commented on a change in pull request #7832: Add production image support

2020-04-02 Thread GitBox
ashb commented on a change in pull request #7832: Add production image support URL: https://github.com/apache/airflow/pull/7832#discussion_r402323779 ## File path: Dockerfile ## @@ -0,0 +1,333 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] [airflow] ashb commented on a change in pull request #7832: Add production image support

2020-04-02 Thread GitBox
ashb commented on a change in pull request #7832: Add production image support URL: https://github.com/apache/airflow/pull/7832#discussion_r402324811 ## File path: Dockerfile ## @@ -0,0 +1,333 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] [airflow] kaxil commented on a change in pull request #8046: [AIRFLOW-7048] Allow user to convert timezone in UI

2020-04-02 Thread GitBox
kaxil commented on a change in pull request #8046: [AIRFLOW-7048] Allow user to convert timezone in UI URL: https://github.com/apache/airflow/pull/8046#discussion_r402325041 ## File path: airflow/config_templates/config.yml ## @@ -682,6 +682,16 @@ type: string

[GitHub] [airflow] ashb commented on a change in pull request #7832: Add production image support

2020-04-02 Thread GitBox
ashb commented on a change in pull request #7832: Add production image support URL: https://github.com/apache/airflow/pull/7832#discussion_r402328081 ## File path: Dockerfile ## @@ -0,0 +1,298 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[jira] [Commented] (AIRFLOW-6797) Create policy hooks for DAGs

2020-04-02 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17073741#comment-17073741 ] Kaxil Naik commented on AIRFLOW-6797: - Yup, I have few different bits planned for DAG policies that

[GitHub] [airflow] ashb commented on a change in pull request #8046: [AIRFLOW-7048] Allow user to convert timezone in UI

2020-04-02 Thread GitBox
ashb commented on a change in pull request #8046: [AIRFLOW-7048] Allow user to convert timezone in UI URL: https://github.com/apache/airflow/pull/8046#discussion_r402331224 ## File path: airflow/config_templates/config.yml ## @@ -682,6 +682,16 @@ type: string

[GitHub] [airflow] abdulbasitds commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration

2020-04-02 Thread GitBox
abdulbasitds commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration URL: https://github.com/apache/airflow/pull/6007#discussion_r402332457 ## File path: airflow/providers/amazon/aws/hooks/glue.py ## @@ -0,0 +1,214 @@ +# -*- coding:

[jira] [Updated] (AIRFLOW-6959) Use NULL as dag.description default value and change related UI

2020-04-02 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6959: Fix Version/s: (was: 2.0.0) 1.10.10 > Use NULL as dag.description default

[jira] [Commented] (AIRFLOW-7048) Provide "timezone selection" mechanism in front-end

2020-04-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17073752#comment-17073752 ] ASF GitHub Bot commented on AIRFLOW-7048: - ashb commented on pull request #8046: [AIRFLOW-7048]

[GitHub] [airflow] ashb opened a new pull request #8046: [AIRFLOW-7048] Allow user to convert timezone in UI

2020-04-02 Thread GitBox
ashb opened a new pull request #8046: [AIRFLOW-7048] Allow user to convert timezone in UI URL: https://github.com/apache/airflow/pull/8046 On the home page: ![output](https://user-images.githubusercontent.com/34150/78163261-0ba03880-7440-11ea-8eb0-76adbeb808eb.gif) Tooltip

[jira] [Commented] (AIRFLOW-7048) Provide "timezone selection" mechanism in front-end

2020-04-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17073751#comment-17073751 ] ASF GitHub Bot commented on AIRFLOW-7048: - mik-laj commented on pull request #8046:

[GitHub] [airflow] turbaszek opened a new pull request #8066: Add 1.10 import fallback in GCS-Presto system test

2020-04-02 Thread GitBox
turbaszek opened a new pull request #8066: Add 1.10 import fallback in GCS-Presto system test URL: https://github.com/apache/airflow/pull/8066 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before

[GitHub] [airflow] mik-laj closed pull request #8046: [AIRFLOW-7048] Allow user to convert timezone in UI

2020-04-02 Thread GitBox
mik-laj closed pull request #8046: [AIRFLOW-7048] Allow user to convert timezone in UI URL: https://github.com/apache/airflow/pull/8046 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] abdulbasitds commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration

2020-04-02 Thread GitBox
abdulbasitds commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration URL: https://github.com/apache/airflow/pull/6007#discussion_r402336526 ## File path: airflow/providers/amazon/aws/hooks/glue.py ## @@ -0,0 +1,214 @@ +# -*- coding:

[GitHub] [airflow] potiuk commented on a change in pull request #7832: Add production image support

2020-04-02 Thread GitBox
potiuk commented on a change in pull request #7832: Add production image support URL: https://github.com/apache/airflow/pull/7832#discussion_r402338613 ## File path: Dockerfile ## @@ -0,0 +1,298 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] [airflow] potiuk commented on a change in pull request #7832: Add production image support

2020-04-02 Thread GitBox
potiuk commented on a change in pull request #7832: Add production image support URL: https://github.com/apache/airflow/pull/7832#discussion_r402339488 ## File path: Dockerfile ## @@ -0,0 +1,333 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] [airflow] feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration

2020-04-02 Thread GitBox
feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration URL: https://github.com/apache/airflow/pull/6007#discussion_r402342249 ## File path: airflow/providers/amazon/aws/hooks/glue.py ## @@ -0,0 +1,214 @@ +# -*- coding: utf-8

[GitHub] [airflow] mik-laj commented on a change in pull request #8066: Add 1.10 import fallback in GCS to Presto system test

2020-04-02 Thread GitBox
mik-laj commented on a change in pull request #8066: Add 1.10 import fallback in GCS to Presto system test URL: https://github.com/apache/airflow/pull/8066#discussion_r402349897 ## File path: tests/providers/google/cloud/operators/test_presto_to_gcs_system.py ## @@ -22,10

[GitHub] [airflow] feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration

2020-04-02 Thread GitBox
feluelle commented on a change in pull request #6007: [AIRFLOW-2310] Enable AWS Glue Job Integration URL: https://github.com/apache/airflow/pull/6007#discussion_r402350732 ## File path: airflow/providers/amazon/aws/hooks/glue.py ## @@ -0,0 +1,214 @@ +# -*- coding: utf-8

[GitHub] [airflow] potiuk commented on a change in pull request #7832: Add production image support

2020-04-02 Thread GitBox
potiuk commented on a change in pull request #7832: Add production image support URL: https://github.com/apache/airflow/pull/7832#discussion_r402352209 ## File path: Dockerfile ## @@ -0,0 +1,333 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] [airflow] xinbinhuang commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
xinbinhuang commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608094639 Yeah, totally agree. I don't think the added complexity with nested dags gives more errors than values. I actually have a more

[GitHub] [airflow] xinbinhuang commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
xinbinhuang commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608103502 @kaxil I think I need permission to create an AIP at Confluence. Can you give me permission? My email is `bin.huan...@gmail.com`

[GitHub] [airflow] codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator URL: https://github.com/apache/airflow/pull/8008#issuecomment-606854674 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8008?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator URL: https://github.com/apache/airflow/pull/8008#issuecomment-606854674 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8008?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator URL: https://github.com/apache/airflow/pull/8008#issuecomment-606854674 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8008?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-5500) Bug in trigger api endpoint

2020-04-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17074145#comment-17074145 ] ASF GitHub Bot commented on AIRFLOW-5500: - cBournhonesque commented on pull request #8081:

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8081: [AIRFLOW-5500] Fix the trigger_dag api in the case of nested subdags

2020-04-02 Thread GitBox
boring-cyborg[bot] commented on issue #8081: [AIRFLOW-5500] Fix the trigger_dag api in the case of nested subdags URL: https://github.com/apache/airflow/pull/8081#issuecomment-608143366 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any

[GitHub] [airflow] cBournhonesque opened a new pull request #8081: [AIRFLOW-5500] Fix the trigger_dag api in the case of nested subdags

2020-04-02 Thread GitBox
cBournhonesque opened a new pull request #8081: [AIRFLOW-5500] Fix the trigger_dag api in the case of nested subdags URL: https://github.com/apache/airflow/pull/8081 Like the jira issue states (https://issues.apache.org/jira/browse/AIRFLOW-5500), the experimental api is broken when one

[GitHub] [airflow] codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload URL: https://github.com/apache/airflow/pull/8049#issuecomment-608169012 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8049?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload URL: https://github.com/apache/airflow/pull/8049#issuecomment-608169012 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8049?src=pr=h1) Report > Merging

[GitHub] [airflow] robinedwards commented on issue #8017: Call delete_dag on subdag without AttributeError

2020-04-02 Thread GitBox
robinedwards commented on issue #8017: Call delete_dag on subdag without AttributeError URL: https://github.com/apache/airflow/pull/8017#issuecomment-608060016 Woohoo thank you :-) Would it be possible to get this into 1.10.10? On Thu, 2 Apr 2020, 19:48 Daniel Imberman, wrote:

[GitHub] [airflow] kaxil commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
kaxil commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608097965 > Yeah, totally agree. I don't think the added complexity with nested dags gives more values than errors. > > I actually have a more

[GitHub] [airflow] xinbinhuang removed a comment on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
xinbinhuang removed a comment on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608103502 @kaxil I think I need permission to create an AIP at Confluence. Can you give me permission?

[GitHub] [airflow] xinbinhuang edited a comment on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
xinbinhuang edited a comment on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608103502 @kaxil I think I need permission to create an AIP at Confluence. Can you give me permission?

[GitHub] [airflow] dimberman commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
dimberman commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608104379 @xinbinhuang SGTM! I'm gonna play around with a Draft PR just to see what I can jerry-rig, but it will be more based around "what CAN we

[GitHub] [airflow] j-y-matsubara edited a comment on issue #8068: Make models/pool.py pylint compatible

2020-04-02 Thread GitBox
j-y-matsubara edited a comment on issue #8068: Make models/pool.py pylint compatible URL: https://github.com/apache/airflow/pull/8068#issuecomment-607924106 These Cyclic imports were fixed: ``` 惻Cyclic import (airflow.models -> airflow.models.pool ->

[GitHub] [airflow] mik-laj commented on a change in pull request #8075: Add backticks in IMAGES.rst command description

2020-04-02 Thread GitBox
mik-laj commented on a change in pull request #8075: Add backticks in IMAGES.rst command description URL: https://github.com/apache/airflow/pull/8075#discussion_r402564624 ## File path: IMAGES.rst ## @@ -34,7 +34,7 @@ The images are named as follows: where: -*

[GitHub] [airflow] mik-laj commented on a change in pull request #8075: Add backticks in IMAGES.rst command description

2020-04-02 Thread GitBox
mik-laj commented on a change in pull request #8075: Add backticks in IMAGES.rst command description URL: https://github.com/apache/airflow/pull/8075#discussion_r402564624 ## File path: IMAGES.rst ## @@ -34,7 +34,7 @@ The images are named as follows: where: -*

[GitHub] [airflow] dimberman opened a new issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
dimberman opened a new issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078 **Description** Currently, the SubDagOperator launches a completely different DAG and then monitors it as a separate entity. This has lead to all sorts

[GitHub] [airflow] xinbinhuang commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
xinbinhuang commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608100783 > > @kaxil @dimberman Do we need an AIP for this? This seems to change the whole behavior of the `SubDagOperator` or even

[GitHub] [airflow] kaxil commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
kaxil commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608100360 > @kaxil @dimberman Do we need an AIP for this? This seems to change the whole behavior of the `SubDagOperator` or even renaming/removing it.

[GitHub] [airflow] codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator URL: https://github.com/apache/airflow/pull/8008#issuecomment-606854674 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8008?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator URL: https://github.com/apache/airflow/pull/8008#issuecomment-606854674 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8008?src=pr=h1) Report > Merging

[GitHub] [airflow] tooptoop4 opened a new pull request #8082: [AIRFLOW-4355] removed task should not lead to dagrun success

2020-04-02 Thread GitBox
tooptoop4 opened a new pull request #8082: [AIRFLOW-4355] removed task should not lead to dagrun success URL: https://github.com/apache/airflow/pull/8082 --- Make sure to mark the boxes below before creating PR: [x] - [ ] Description above provides context of the change - [ ]

[GitHub] [airflow] dimberman commented on issue #8017: Call delete_dag on subdag without AttributeError

2020-04-02 Thread GitBox
dimberman commented on issue #8017: Call delete_dag on subdag without AttributeError URL: https://github.com/apache/airflow/pull/8017#issuecomment-608067872 Should be, dont think we've done a code freeze yet :) This is an

[GitHub] [airflow] dimberman commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
dimberman commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608091499 I think it's totally reasonable to say that SubDag separation should be more of a UI feature than an execution feature, so I think if we

[jira] [Commented] (AIRFLOW-7048) Provide "timezone selection" mechanism in front-end

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

[GitHub] [airflow] dimberman commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
dimberman commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608090598 @xinbinhuang This is an automated message from the Apache Git Service.

[GitHub] [airflow] xinbinhuang commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
xinbinhuang commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608091070 +1 This is an automated message from the Apache Git Service. To

[GitHub] [airflow] xinbinhuang edited a comment on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
xinbinhuang edited a comment on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608094639 Yeah, totally agree. I don't think the added complexity with nested dags gives more values than errors. I actually have

[GitHub] [airflow] xinbinhuang edited a comment on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
xinbinhuang edited a comment on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608094639 Yeah, totally agree. I don't think the added complexity with nested dags gives more values than errors. I actually have

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8079: setproctitle is flaky to install and can be problematic in some environments

2020-04-02 Thread GitBox
boring-cyborg[bot] commented on issue #8079: setproctitle is flaky to install and can be problematic in some environments URL: https://github.com/apache/airflow/issues/8079#issuecomment-608105981 Thanks for opening your first issue here! Be sure to follow the issue template!

[GitHub] [airflow] jdavidheiser opened a new issue #8079: setproctitle is flaky to install and can be problematic in some environments

2020-04-02 Thread GitBox
jdavidheiser opened a new issue #8079: setproctitle is flaky to install and can be problematic in some environments URL: https://github.com/apache/airflow/issues/8079 **Apache Airflow version**: 1.10.4 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):

[GitHub] [airflow] codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator URL: https://github.com/apache/airflow/pull/8008#issuecomment-606854674 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8008?src=pr=h1) Report > Merging

[GitHub] [airflow] kaxil opened a new pull request #8083: BugFix: Datetimepicker is stuck on the UI

2020-04-02 Thread GitBox
kaxil opened a new pull request #8083: BugFix: Datetimepicker is stuck on the UI URL: https://github.com/apache/airflow/pull/8083 Datetimepicker is stuck on Graph view, Log View, Tree View, and Gantt chart **Previous**:

[GitHub] [airflow] codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload URL: https://github.com/apache/airflow/pull/8049#issuecomment-608169012 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8049?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload URL: https://github.com/apache/airflow/pull/8049#issuecomment-608169012 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8049?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload URL: https://github.com/apache/airflow/pull/8049#issuecomment-608169012 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8049?src=pr=h1) Report > Merging

[GitHub] [airflow-site] SeanKilleen opened a new pull request #256: Fix minor typo

2020-04-02 Thread GitBox
SeanKilleen opened a new pull request #256: Fix minor typo URL: https://github.com/apache/airflow-site/pull/256 "By community" --> "By the community" Just a minor thing but figured I'd offer it up in case it helps.

[GitHub] [airflow] mik-laj commented on a change in pull request #8068: Make models/pool.py pylint compatible

2020-04-02 Thread GitBox
mik-laj commented on a change in pull request #8068: Make models/pool.py pylint compatible URL: https://github.com/apache/airflow/pull/8068#discussion_r402563370 ## File path: airflow/ti_deps/deps/pool_slots_available_dep.py ## @@ -20,9 +20,7 @@ from

[jira] [Commented] (AIRFLOW-7048) Provide "timezone selection" mechanism in front-end

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

[GitHub] [airflow] kaxil edited a comment on issue #8083: BugFix: Datetimepicker is stuck on the UI

2020-04-02 Thread GitBox
kaxil edited a comment on issue #8083: BugFix: Datetimepicker is stuck on the UI URL: https://github.com/apache/airflow/pull/8083#issuecomment-608164963 I am not 100% sure if this is the best solution so feel free to close this PR and open a new PR with the correct solution. Once

[GitHub] [airflow] codecov-io commented on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload

2020-04-02 Thread GitBox
codecov-io commented on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload URL: https://github.com/apache/airflow/pull/8049#issuecomment-608169012 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8049?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload URL: https://github.com/apache/airflow/pull/8049#issuecomment-608169012 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8049?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload URL: https://github.com/apache/airflow/pull/8049#issuecomment-608169012 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8049?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-4355) Externally triggered DAG is marked as 'success' even if a task has been 'removed'!

2020-04-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17074147#comment-17074147 ] ASF GitHub Bot commented on AIRFLOW-4355: - tooptoop4 commented on pull request #8082:

[GitHub] [airflow] kaxil merged pull request #8077: Add Polidea as Airflow user

2020-04-02 Thread GitBox
kaxil merged pull request #8077: Add Polidea as Airflow user URL: https://github.com/apache/airflow/pull/8077 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] mik-laj commented on a change in pull request #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload

2020-04-02 Thread GitBox
mik-laj commented on a change in pull request #8049: [AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload URL: https://github.com/apache/airflow/pull/8049#discussion_r402558274 ## File path: airflow/providers/google/cloud/operators/sql_to_gcs.py ## @@

[GitHub] [airflow] kaxil commented on a change in pull request #8075: Add backticks in IMAGES.rst command description

2020-04-02 Thread GitBox
kaxil commented on a change in pull request #8075: Add backticks in IMAGES.rst command description URL: https://github.com/apache/airflow/pull/8075#discussion_r402566076 ## File path: IMAGES.rst ## @@ -34,7 +34,7 @@ The images are named as follows: where: -*

[GitHub] [airflow] mik-laj commented on issue #8061: Support cross environment setup with Celery

2020-04-02 Thread GitBox
mik-laj commented on issue #8061: Support cross environment setup with Celery URL: https://github.com/apache/airflow/issues/8061#issuecomment-608065020 @turbaszek This will not help because an absolute path is added to the queue. Someone once tried to fix it but it doesn't work now.

[GitHub] [airflow] dimberman commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
dimberman commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608092635 @kaxil does this mess with DAG serialization? Would this subdag task adding happen at DAG parsing time?

[GitHub] [airflow] kaxil commented on issue #8046: [AIRFLOW-7048] Allow user to chose timezone to use in UI

2020-04-02 Thread GitBox
kaxil commented on issue #8046: [AIRFLOW-7048] Allow user to chose timezone to use in UI URL: https://github.com/apache/airflow/pull/8046#issuecomment-608101431 Good, closing the PR did the trick. This is an automated

[jira] [Commented] (AIRFLOW-7048) Provide "timezone selection" mechanism in front-end

2020-04-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17074101#comment-17074101 ] ASF GitHub Bot commented on AIRFLOW-7048: - kaxil commented on pull request #8046:

[GitHub] [airflow] kaxil merged pull request #8046: [AIRFLOW-7048] Allow user to chose timezone to use in UI

2020-04-02 Thread GitBox
kaxil merged pull request #8046: [AIRFLOW-7048] Allow user to chose timezone to use in UI URL: https://github.com/apache/airflow/pull/8046 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] kaxil commented on issue #8046: [AIRFLOW-7048] Allow user to chose timezone to use in UI

2020-04-02 Thread GitBox
kaxil commented on issue #8046: [AIRFLOW-7048] Allow user to chose timezone to use in UI URL: https://github.com/apache/airflow/pull/8046#issuecomment-608101312 What the hell happened here? The PR got merged but it is somehow still open. I think the GH outage might have caused this

[GitHub] [airflow] codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator

2020-04-02 Thread GitBox
codecov-io edited a comment on issue #8008: Custom Facebook Ads Operator URL: https://github.com/apache/airflow/pull/8008#issuecomment-606854674 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8008?src=pr=h1) Report > Merging

[GitHub] [airflow] tooptoop4 opened a new pull request #8080: [AIRFLOW-4785] Don't apply limits on running DummyOperator

2020-04-02 Thread GitBox
tooptoop4 opened a new pull request #8080: [AIRFLOW-4785] Don't apply limits on running DummyOperator URL: https://github.com/apache/airflow/pull/8080 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x]

[GitHub] [airflow] zhongjiajie commented on issue #7688: [AIRFLOW-6794] Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query

2020-04-02 Thread GitBox
zhongjiajie commented on issue #7688: [AIRFLOW-6794] Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query URL: https://github.com/apache/airflow/pull/7688#issuecomment-608184565 CI failed due to unused param ```sh * Module

[GitHub] [airflow] xinbinhuang commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
xinbinhuang commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608099758 @kaxil @dimberman Do we need an AIP for this? This seems to change the whole behavior of the `SubDagOperator` or even

[GitHub] [airflow] kaxil commented on issue #8078: Execute SubDAG tasks as part of parent DAG

2020-04-02 Thread GitBox
kaxil commented on issue #8078: Execute SubDAG tasks as part of parent DAG URL: https://github.com/apache/airflow/issues/8078#issuecomment-608104764 > @kaxil I think I need permission to create an AIP at Confluence. Can you give me permission? Done

[jira] [Commented] (AIRFLOW-4785) Config flag to exclude dummyoperator from having Unknown 'Dependencies Blocking Task From Getting Scheduled'

2020-04-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17074144#comment-17074144 ] ASF GitHub Bot commented on AIRFLOW-4785: - tooptoop4 commented on pull request #8080:

[jira] [Work started] (AIRFLOW-4785) Config flag to exclude dummyoperator from having Unknown 'Dependencies Blocking Task From Getting Scheduled'

2020-04-02 Thread t oo (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-4785 started by t oo. - > Config flag to exclude dummyoperator from having Unknown 'Dependencies > Blocking Task

[GitHub] [airflow] kaxil commented on issue #8083: BugFix: Datetimepicker is stuck on the UI

2020-04-02 Thread GitBox
kaxil commented on issue #8083: BugFix: Datetimepicker is stuck on the UI URL: https://github.com/apache/airflow/pull/8083#issuecomment-608164963 I am not 100% sure if this is the best solution so feel free to close this PR and open a new PR with the correct solution.

  1   2   3   4   >