[GitHub] [airflow] vkreddy commented on issue #10519: Trigger Dag requires a JSON conf but Dag Run view display a python dict

2020-08-27 Thread GitBox
vkreddy commented on issue #10519: URL: https://github.com/apache/airflow/issues/10519#issuecomment-682333552 @marcoaaguiar please do I don't mind. I haven't started working on it and also you are the reporter so you have the complete context :). I will try to find another issue.

[GitHub] [airflow] Adil-Ibragimov commented on pull request #10315: Add retry_only_on_pod_launching_failure and log_container_statuses_on…

2020-08-27 Thread GitBox
Adil-Ibragimov commented on pull request #10315: URL: https://github.com/apache/airflow/pull/10315#issuecomment-682328260 @ashb deleted log_containers_statuses_on_failure params. See comment from chrismclennon above about what logs we want to get from container.

[GitHub] [airflow] cchepelov commented on pull request #10617: ensure a zipped DAG can locate the modules it provides

2020-08-27 Thread GitBox
cchepelov commented on pull request #10617: URL: https://github.com/apache/airflow/pull/10617#issuecomment-682326811 Thank you for the prompt reply @mik-laj! Looking at master: - the code has been refactored for legibility already, so there won't be any cherry-picking in

[GitHub] [airflow] marcoaaguiar commented on issue #10519: Trigger Dag requires a JSON conf but Dag Run view display a python dict

2020-08-27 Thread GitBox
marcoaaguiar commented on issue #10519: URL: https://github.com/apache/airflow/issues/10519#issuecomment-682318887 I was planning to work on this issue this weekend, when I have some free time. Do you mind if I take this one, @vkreddy ? If @mik-laj agrees, of coursee.

[GitHub] [airflow] mik-laj commented on issue #10519: Trigger Dag requires a JSON conf but Dag Run view display a python dict

2020-08-27 Thread GitBox
mik-laj commented on issue #10519: URL: https://github.com/apache/airflow/issues/10519#issuecomment-682302439 Yes. You can work on it. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] vkreddy commented on issue #10519: Trigger Dag requires a JSON conf but Dag Run view display a python dict

2020-08-27 Thread GitBox
vkreddy commented on issue #10519: URL: https://github.com/apache/airflow/issues/10519#issuecomment-682298991 @mik-laj can I work on this issue? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] OmairK commented on a change in pull request #9597: [WIP] Add read-only endpoints for task instances

2020-08-27 Thread GitBox
OmairK commented on a change in pull request #9597: URL: https://github.com/apache/airflow/pull/9597#discussion_r478799540 ## File path: airflow/api_connexion/schemas/task_instance_schema.py ## @@ -0,0 +1,147 @@ +# Licensed to the Apache Software Foundation (ASF) under one +#

[GitHub] [airflow] mik-laj commented on a change in pull request #9597: [WIP] Add read-only endpoints for task instances

2020-08-27 Thread GitBox
mik-laj commented on a change in pull request #9597: URL: https://github.com/apache/airflow/pull/9597#discussion_r478797281 ## File path: airflow/api_connexion/schemas/task_instance_schema.py ## @@ -0,0 +1,147 @@ +# Licensed to the Apache Software Foundation (ASF) under one +#

[GitHub] [airflow] mik-laj commented on a change in pull request #9597: [WIP] Add read-only endpoints for task instances

2020-08-27 Thread GitBox
mik-laj commented on a change in pull request #9597: URL: https://github.com/apache/airflow/pull/9597#discussion_r478797187 ## File path: airflow/api_connexion/schemas/task_instance_schema.py ## @@ -0,0 +1,147 @@ +# Licensed to the Apache Software Foundation (ASF) under one +#

[GitHub] [airflow] OmairK commented on a change in pull request #9597: [WIP] Add read-only endpoints for task instances

2020-08-27 Thread GitBox
OmairK commented on a change in pull request #9597: URL: https://github.com/apache/airflow/pull/9597#discussion_r478796025 ## File path: airflow/api_connexion/schemas/task_instance_schema.py ## @@ -0,0 +1,147 @@ +# Licensed to the Apache Software Foundation (ASF) under one +#

[GitHub] [airflow] darwinyip opened a new issue #10620: Reattach ECS Task when Airflow restarts

2020-08-27 Thread GitBox
darwinyip opened a new issue #10620: URL: https://github.com/apache/airflow/issues/10620 **Description** In similar fashion to https://github.com/apache/airflow/pull/4083, it would be helpful for Airflow to reattach itself to the ECS Task rather than letting another instance to

[airflow] tag nightly-master updated (276a15a -> 725bf33)

2020-08-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag nightly-master in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag nightly-master was modified! *** from 276a15a (commit) to 725bf33 (commit) from

[airflow] tag nightly-master updated (276a15a -> 725bf33)

2020-08-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag nightly-master in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag nightly-master was modified! *** from 276a15a (commit) to 725bf33 (commit) from

[GitHub] [airflow] utkarsharma2 commented on a change in pull request #9907: Added feature to Import connections from a file.

2020-08-27 Thread GitBox
utkarsharma2 commented on a change in pull request #9907: URL: https://github.com/apache/airflow/pull/9907#discussion_r478777593 ## File path: airflow/cli/commands/connection_command.py ## @@ -26,6 +26,8 @@ from airflow.models import Connection from airflow.utils import cli

[GitHub] [airflow] casassg commented on a change in pull request #10349: infer multiple_output from return type annotation

2020-08-27 Thread GitBox
casassg commented on a change in pull request #10349: URL: https://github.com/apache/airflow/pull/10349#discussion_r478774900 ## File path: tests/operators/test_python.py ## @@ -377,81 +376,6 @@ def identity2(x: int, y: int) -> Tuple[int, int]: assert

[GitHub] [airflow] utkarsharma2 commented on a change in pull request #9907: Added feature to Import connections from a file.

2020-08-27 Thread GitBox
utkarsharma2 commented on a change in pull request #9907: URL: https://github.com/apache/airflow/pull/9907#discussion_r478774597 ## File path: tests/cli/commands/test_connection_command.py ## @@ -321,3 +330,87 @@ def test_cli_delete_invalid_connection(self): # Check

[GitHub] [airflow] mik-laj commented on pull request #10617: ensure a zipped DAG can locate the modules it provides

2020-08-27 Thread GitBox
mik-laj commented on pull request #10617: URL: https://github.com/apache/airflow/pull/10617#issuecomment-682265588 Does this problem also occur with the master branch? We do not accept changes to branch v1-10-*, if this change has not been merged into the master branch. After merging into

[GitHub] [airflow] danielnazareth89 commented on issue #8907: Airflow web UI is slow

2020-08-27 Thread GitBox
danielnazareth89 commented on issue #8907: URL: https://github.com/apache/airflow/issues/8907#issuecomment-682261246 I fixed this by changing the default worker gunicorn from **sync** to an asynchronous class namely **gevent**. Please see the below AWS thread for the weird behaviour

[GitHub] [airflow] mik-laj opened a new pull request #10619: Add airflow cheat-sheet command

2020-08-27 Thread GitBox
mik-laj opened a new pull request #10619: URL: https://github.com/apache/airflow/pull/10619 https://user-images.githubusercontent.com/12058428/91507988-8ded3580-e8d6-11ea-8e08-a2119504c232.png;> --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] cchepelov removed a comment on pull request #10617: ensure a zipped DAG can locate the modules it provides

2020-08-27 Thread GitBox
cchepelov removed a comment on pull request #10617: URL: https://github.com/apache/airflow/pull/10617#issuecomment-682242239 (CI failed on an error which doesn't seem related... Huh?: ` Running setup.py install for pyodbc: finished with status 'error' Complete output from

[GitHub] [airflow] alexbegg commented on issue #10434: Last Run links on home page UI not correct with RBAC UI

2020-08-27 Thread GitBox
alexbegg commented on issue #10434: URL: https://github.com/apache/airflow/issues/10434#issuecomment-682246773 @kaxil that was my first PR in this repo so I am just asking, does anything need to be done on my part for this to be picked up and cherry-picked into 1.10.x? It needs to be

[GitHub] [airflow] cchepelov commented on pull request #10617: ensure a zipped DAG can locate the modules it provides

2020-08-27 Thread GitBox
cchepelov commented on pull request #10617: URL: https://github.com/apache/airflow/pull/10617#issuecomment-682242239 (CI failed on an error which doesn't seem related... Huh?: ` Running setup.py install for pyodbc: finished with status 'error' Complete output from command

[GitHub] [airflow] vikramkoka opened a new pull request #10618: Populated index page and fixed word choices

2020-08-27 Thread GitBox
vikramkoka opened a new pull request #10618: URL: https://github.com/apache/airflow/pull/10618 Based on feedback from @mik-laj , populated the index page and fixed word choices in the logging architecture page. --- **^ Add meaningful description above** Read the

[GitHub] [airflow] vikramkoka commented on a change in pull request #10609: Added a logging and monitoring architecture diagram and page

2020-08-27 Thread GitBox
vikramkoka commented on a change in pull request #10609: URL: https://github.com/apache/airflow/pull/10609#discussion_r478746478 ## File path: docs/logging-monitoring/logging-architecture.rst ## @@ -0,0 +1,41 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #10617: ensure a zipped DAG can locate the modules it provides

2020-08-27 Thread GitBox
boring-cyborg[bot] commented on pull request #10617: URL: https://github.com/apache/airflow/pull/10617#issuecomment-682236471 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our

[GitHub] [airflow] cchepelov opened a new pull request #10617: ensure a zipped DAG can locate the modules it provides

2020-08-27 Thread GitBox
cchepelov opened a new pull request #10617: URL: https://github.com/apache/airflow/pull/10617 closes: #10616 This PR provides a fix for the issue where DAG packages (zips) which provides possibly distinct versions of a support library might receive the wrong version from a

[GitHub] [airflow] cchepelov opened a new issue #10616: modules provided and imported by packaged DAGs can get mixed up

2020-08-27 Thread GitBox
cchepelov opened a new issue #10616: URL: https://github.com/apache/airflow/issues/10616 **Apache Airflow version**: 1.10.1, 1.10.10, code identical in 1.10.12 (reproduced with unit tests) **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): N/A

[GitHub] [airflow] boring-cyborg[bot] commented on issue #10616: modules provided and imported by packaged DAGs can get mixed up

2020-08-27 Thread GitBox
boring-cyborg[bot] commented on issue #10616: URL: https://github.com/apache/airflow/issues/10616#issuecomment-682232872 Thanks for opening your first issue here! Be sure to follow the issue template! This is an

[GitHub] [airflow] mik-laj opened a new pull request #10615: Update Google Cloud branding

2020-08-27 Thread GitBox
mik-laj opened a new pull request #10615: URL: https://github.com/apache/airflow/pull/10615 It is recommended to use "Google Cloud" in documentation, not GCP, Cloud Platform, or Cloud See: https://developers.google.com/style/word-list#gcp CC: @vikramkoka --- **^ Add

[GitHub] [airflow] mik-laj commented on a change in pull request #10609: Added a logging and monitoring architecture diagram and page

2020-08-27 Thread GitBox
mik-laj commented on a change in pull request #10609: URL: https://github.com/apache/airflow/pull/10609#discussion_r478726133 ## File path: docs/logging-monitoring/logging-architecture.rst ## @@ -0,0 +1,41 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [airflow] YingboWang commented on pull request #5499: [AIRFLOW-3964][AIP-17] Build smart sensor

2020-08-27 Thread GitBox
YingboWang commented on pull request #5499: URL: https://github.com/apache/airflow/pull/5499#issuecomment-682195574 @kaxil I have rebased this PR. There are some pylint errors not related to my change (on Module airflow.providers.google.cloud.hooks.cloud_sql)

[jira] [Commented] (AIRFLOW-3964) Consolidate and de-duplicate sensor tasks

2020-08-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17186113#comment-17186113 ] ASF GitHub Bot commented on AIRFLOW-3964: - YingboWang commented on pull request #5499: URL:

[GitHub] [airflow] XD-DENG commented on a change in pull request #10600: updating redis to bitnami distribution due to security limitation

2020-08-27 Thread GitBox
XD-DENG commented on a change in pull request #10600: URL: https://github.com/apache/airflow/pull/10600#discussion_r478699640 ## File path: chart/requirements.yaml ## @@ -14,9 +14,8 @@ # KIND, either express or implied. See the License for the # specific language governing

[GitHub] [airflow] vanka56 commented on pull request #10071: Fix to make y-axis label of Tries chart visible

2020-08-27 Thread GitBox
vanka56 commented on pull request #10071: URL: https://github.com/apache/airflow/pull/10071#issuecomment-682194763 @ashb @turbaszek Can you guys take a look at this. Thank you! This is an automated message from the Apache

[GitHub] [airflow] XD-DENG commented on a change in pull request #10600: updating redis to bitnami distribution due to security limitation

2020-08-27 Thread GitBox
XD-DENG commented on a change in pull request #10600: URL: https://github.com/apache/airflow/pull/10600#discussion_r478696241 ## File path: chart/values.yaml ## @@ -79,8 +79,8 @@ images: tag: 0.11.0 pullPolicy: IfNotPresent redis: -repository: redis -tag:

[GitHub] [airflow] XD-DENG commented on a change in pull request #10600: updating redis to bitnami distribution due to security limitation

2020-08-27 Thread GitBox
XD-DENG commented on a change in pull request #10600: URL: https://github.com/apache/airflow/pull/10600#discussion_r478696241 ## File path: chart/values.yaml ## @@ -79,8 +79,8 @@ images: tag: 0.11.0 pullPolicy: IfNotPresent redis: -repository: redis -tag:

[GitHub] [airflow] boring-cyborg[bot] commented on issue #10614: Scheduler has NO HEARTBEAT after manual trigger. Scheduler revives after 15mins and begins task

2020-08-27 Thread GitBox
boring-cyborg[bot] commented on issue #10614: URL: https://github.com/apache/airflow/issues/10614#issuecomment-682181490 Thanks for opening your first issue here! Be sure to follow the issue template! This is an

[GitHub] [airflow] pingdink opened a new issue #10614: Scheduler has NO HEARTBEAT after manual trigger. Scheduler revives after 15mins and begins task

2020-08-27 Thread GitBox
pingdink opened a new issue #10614: URL: https://github.com/apache/airflow/issues/10614 **Apache Airflow version**: 1.10.10 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): Client Version: version.Info{Major:"1", Minor:"18",

[GitHub] [airflow] vikramkoka commented on a change in pull request #10609: Added a logging and monitoring architecture diagram and page

2020-08-27 Thread GitBox
vikramkoka commented on a change in pull request #10609: URL: https://github.com/apache/airflow/pull/10609#discussion_r478676803 ## File path: docs/logging-monitoring/logging-architecture.rst ## @@ -0,0 +1,41 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [airflow] mik-laj commented on a change in pull request #10609: Added a logging and monitoring architecture diagram and page

2020-08-27 Thread GitBox
mik-laj commented on a change in pull request #10609: URL: https://github.com/apache/airflow/pull/10609#discussion_r478665332 ## File path: docs/logging-monitoring/logging-architecture.rst ## @@ -0,0 +1,41 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +

[airflow] branch master updated (479d622 -> 725bf33)

2020-08-27 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 479d622 Fix downstream rendering in WebUI (#10612) add 725bf33 Revert Clean up DAG serializations based

[airflow] branch master updated (479d622 -> 725bf33)

2020-08-27 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 479d622 Fix downstream rendering in WebUI (#10612) add 725bf33 Revert Clean up DAG serializations based

[GitHub] [airflow] kaxil merged pull request #10613: Revert Clean up DAG serializations based on last_updated (#7424)

2020-08-27 Thread GitBox
kaxil merged pull request #10613: URL: https://github.com/apache/airflow/pull/10613 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] mik-laj commented on a change in pull request #10609: Added a logging and monitoring architecture diagram and page

2020-08-27 Thread GitBox
mik-laj commented on a change in pull request #10609: URL: https://github.com/apache/airflow/pull/10609#discussion_r478655046 ## File path: docs/logging-monitoring/logging-architecture.rst ## @@ -0,0 +1,41 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [airflow] mik-laj commented on a change in pull request #10609: Added a logging and monitoring architecture diagram and page

2020-08-27 Thread GitBox
mik-laj commented on a change in pull request #10609: URL: https://github.com/apache/airflow/pull/10609#discussion_r478653764 ## File path: docs/logging-monitoring/logging-architecture.rst ## @@ -0,0 +1,41 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [airflow] mik-laj commented on a change in pull request #10609: Added a logging and monitoring architecture diagram and page

2020-08-27 Thread GitBox
mik-laj commented on a change in pull request #10609: URL: https://github.com/apache/airflow/pull/10609#discussion_r478653764 ## File path: docs/logging-monitoring/logging-architecture.rst ## @@ -0,0 +1,41 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [airflow] potiuk commented on issue #10516: pkg_resources.DistributionNotFound: The 'apache-airflow==2.0.0.dev0' distribution was not found and is required by the application

2020-08-27 Thread GitBox
potiuk commented on issue #10516: URL: https://github.com/apache/airflow/issues/10516#issuecomment-682149537 @xu-xiang - can you please try to replicate using the latest master and the standard virtualenv we recommend in CONTRIbUTING (with pyenv or mkvirtualenv and report if you have a

[airflow] branch master updated (775c220 -> 479d622)

2020-08-27 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 775c220 Added a logging and monitoring architecture diagram and page (#10609) add 479d622 Fix downstream

[GitHub] [airflow] kaxil merged pull request #10612: Fix downstream rendering in WebUI

2020-08-27 Thread GitBox
kaxil merged pull request #10612: URL: https://github.com/apache/airflow/pull/10612 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] kaxil closed issue #10611: Graph View shows other relations than in DAG

2020-08-27 Thread GitBox
kaxil closed issue #10611: URL: https://github.com/apache/airflow/issues/10611 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [airflow] kaxil opened a new pull request #10613: Revert Clean up DAG serializations based on last_updated (#7424)

2020-08-27 Thread GitBox
kaxil opened a new pull request #10613: URL: https://github.com/apache/airflow/pull/10613 This PR reverts the behavior of https://github.com/apache/airflow/pull/7424 We don't want to delete dags if they are stable. Serialized DAGs are now refreshed based on

[airflow] branch master updated (540957d -> 775c220)

2020-08-27 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 540957d Made use of authentication consistent (#10610) add 775c220 Added a logging and monitoring

[airflow] branch master updated (540957d -> 775c220)

2020-08-27 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 540957d Made use of authentication consistent (#10610) add 775c220 Added a logging and monitoring

[GitHub] [airflow] kaxil merged pull request #10609: Added a logging and monitoring architecture diagram and page

2020-08-27 Thread GitBox
kaxil merged pull request #10609: URL: https://github.com/apache/airflow/pull/10609 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] turbaszek opened a new pull request #10612: Fix downstream rendering in WebUI

2020-08-27 Thread GitBox
turbaszek opened a new pull request #10612: URL: https://github.com/apache/airflow/pull/10612 closes #10611 --- **^ Add meaningful description above** Read the **[Pull Request

[airflow] branch master updated (246c8f2 -> 540957d)

2020-08-27 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 246c8f2 Add Currency to INTHEWILD.md (#10607) add 540957d Made use of authentication consistent (#10610)

[GitHub] [airflow] kaxil merged pull request #10610: Made use of authentication consistent

2020-08-27 Thread GitBox
kaxil merged pull request #10610: URL: https://github.com/apache/airflow/pull/10610 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] turbaszek commented on issue #10611: Graph View shows other relations than in DAG

2020-08-27 Thread GitBox
turbaszek commented on issue #10611: URL: https://github.com/apache/airflow/issues/10611#issuecomment-682112019 Seems that the bug was introduced in https://github.com/apache/airflow/commit/8fdcc5760a104b0e4e5558191e0269bf873f8768#diff-e3fba382e484c6174a6fbef925b2e575

[airflow] branch master updated (e565368 -> 246c8f2)

2020-08-27 Thread turbaszek
This is an automated email from the ASF dual-hosted git repository. turbaszek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from e565368 Nightly tag push is not skipped in scheduled builds (#10597) add 246c8f2 Add Currency to

[airflow] branch master updated: Add Currency to INTHEWILD.md (#10607)

2020-08-27 Thread turbaszek
This is an automated email from the ASF dual-hosted git repository. turbaszek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/master by this push: new 246c8f2 Add Currency to INTHEWILD.md

[GitHub] [airflow] turbaszek merged pull request #10607: Add Currency to INTHEWILD.md

2020-08-27 Thread GitBox
turbaszek merged pull request #10607: URL: https://github.com/apache/airflow/pull/10607 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [airflow] turbaszek opened a new issue #10611: Graph View shows other relations than in DAG

2020-08-27 Thread GitBox
turbaszek opened a new issue #10611: URL: https://github.com/apache/airflow/issues/10611 **Apache Airflow version**: master **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): **Environment**: breeze **What happened**: This DAG

[GitHub] [airflow] mik-laj edited a comment on issue #10560: New API takes over /airflow/api

2020-08-27 Thread GitBox
mik-laj edited a comment on issue #10560: URL: https://github.com/apache/airflow/issues/10560#issuecomment-680325218 This here is a more complicated matter as some packages are deprecated and some will not. **airflow.api.auth** it's not deprecated. We use it in Stable API also.

[GitHub] [airflow] vikramkoka opened a new pull request #10610: Made use of authentication consistent

2020-08-27 Thread GitBox
vikramkoka opened a new pull request #10610: URL: https://github.com/apache/airflow/pull/10610 Fixed a couple of places where authorization was used instead of authentication. --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] dimberman commented on a change in pull request #10393: Simplify the K8sExecutor and K8sPodOperator

2020-08-27 Thread GitBox
dimberman commented on a change in pull request #10393: URL: https://github.com/apache/airflow/pull/10393#discussion_r478597468 ## File path: airflow/example_dags/example_kubernetes_executor_config.py ## @@ -52,60 +53,67 @@ def test_volume_mount(): start_task =

[GitHub] [airflow] vikramkoka opened a new pull request #10609: Added a logging and monitoring architecture diagram and page

2020-08-27 Thread GitBox
vikramkoka opened a new pull request #10609: URL: https://github.com/apache/airflow/pull/10609 Added a logging and monitoring architecture diagram and page into the logging and monitoring section of the docs. --- **^ Add meaningful description above** Read the **[Pull

[GitHub] [airflow] ryw edited a comment on issue #10560: New API takes over /airflow/api

2020-08-27 Thread GitBox
ryw edited a comment on issue #10560: URL: https://github.com/apache/airflow/issues/10560#issuecomment-682097230 thanks for the detail @mik-laj - makes more sense. if its possible, I think it'd be nice if all the code that we're keeping is moved into the `/airflow/api` directory and

[GitHub] [airflow] ryw commented on issue #10560: New API takes over /airflow/api

2020-08-27 Thread GitBox
ryw commented on issue #10560: URL: https://github.com/apache/airflow/issues/10560#issuecomment-682097230 thanks for the detail @mik-laj - makes more sense. if its possible, I think it'd be nice if all the code that we're keeping is moved into the `/airflow/api` directory and all

[GitHub] [airflow] houqp commented on pull request #10409: WIP: Add permission controls to stable API.

2020-08-27 Thread GitBox
houqp commented on pull request #10409: URL: https://github.com/apache/airflow/pull/10409#issuecomment-682085285 @jhtimmins let me know if there is anything I can help with to get this over the finish line :) This is an

[GitHub] [airflow] utkarsharma2 commented on a change in pull request #9907: Added feature to Import connections from a file.

2020-08-27 Thread GitBox
utkarsharma2 commented on a change in pull request #9907: URL: https://github.com/apache/airflow/pull/9907#discussion_r478549775 ## File path: airflow/cli/commands/connection_command.py ## @@ -153,3 +155,93 @@ def connections_delete(args): msg = '\n\tSuccessfully

[GitHub] [airflow] utkarsharma2 commented on a change in pull request #9907: Added feature to Import connections from a file.

2020-08-27 Thread GitBox
utkarsharma2 commented on a change in pull request #9907: URL: https://github.com/apache/airflow/pull/9907#discussion_r478550030 ## File path: tests/cli/commands/test_connection_command.py ## @@ -321,3 +330,87 @@ def test_cli_delete_invalid_connection(self): # Check

[GitHub] [airflow] turbaszek opened a new pull request #10608: Fix Google DLP example and improve ops idempotency

2020-08-27 Thread GitBox
turbaszek opened a new pull request #10608: URL: https://github.com/apache/airflow/pull/10608 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more

[GitHub] [airflow] alexbegg opened a new pull request #10607: Add Currency to INTHEWILD.md

2020-08-27 Thread GitBox
alexbegg opened a new pull request #10607: URL: https://github.com/apache/airflow/pull/10607 Adding [Currency](https://www.gocurrency.com/) to `INTHEWILD.md` --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #10606: Feature/airflow 10605

2020-08-27 Thread GitBox
boring-cyborg[bot] commented on pull request #10606: URL: https://github.com/apache/airflow/pull/10606#issuecomment-682031457 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our

[GitHub] [airflow] mickaelgervais opened a new pull request #10606: Feature/airflow 10605

2020-08-27 Thread GitBox
mickaelgervais opened a new pull request #10606: URL: https://github.com/apache/airflow/pull/10606 closes: #10605 related: #10605 --- **^ Use private docker repository for K8S Operator & sidecar container**

[GitHub] [airflow] mickaelgervais opened a new issue #10605: Use private docker repository with K8S operator and XCOM sidecar container

2020-08-27 Thread GitBox
mickaelgervais opened a new issue #10605: URL: https://github.com/apache/airflow/issues/10605 ** Use private docker repository with K8S operator and XCOM sidecar container ** An extra parameter to KubernetesPodOperator: docker_repository, this allows to specify the repository where

[GitHub] [airflow] boring-cyborg[bot] commented on issue #10605: Use private docker repository with K8S operator and XCOM sidecar container

2020-08-27 Thread GitBox
boring-cyborg[bot] commented on issue #10605: URL: https://github.com/apache/airflow/issues/10605#issuecomment-682025919 Thanks for opening your first issue here! Be sure to follow the issue template! This is an

[GitHub] [airflow] kaxil commented on a change in pull request #10393: Simplify the K8sExecutor and K8sPodOperator

2020-08-27 Thread GitBox
kaxil commented on a change in pull request #10393: URL: https://github.com/apache/airflow/pull/10393#discussion_r478507219 ## File path: airflow/example_dags/example_kubernetes_executor_config.py ## @@ -52,60 +53,67 @@ def test_volume_mount(): start_task =

[GitHub] [airflow] kaxil commented on a change in pull request #10393: Simplify the K8sExecutor and K8sPodOperator

2020-08-27 Thread GitBox
kaxil commented on a change in pull request #10393: URL: https://github.com/apache/airflow/pull/10393#discussion_r478507514 ## File path: airflow/example_dags/example_kubernetes_executor_config.py ## @@ -52,60 +53,67 @@ def test_volume_mount(): start_task =

[GitHub] [airflow] dimberman commented on a change in pull request #10393: Simplify the K8sExecutor and K8sPodOperator

2020-08-27 Thread GitBox
dimberman commented on a change in pull request #10393: URL: https://github.com/apache/airflow/pull/10393#discussion_r478504368 ## File path: airflow/example_dags/example_kubernetes_executor_config.py ## @@ -52,60 +53,67 @@ def test_volume_mount(): start_task =

[GitHub] [airflow] michalslowikowski00 commented on a change in pull request #10304: Added DataprepGetJobGroupOperator and DataprepRunJobGroupOperator for Dataprep service

2020-08-27 Thread GitBox
michalslowikowski00 commented on a change in pull request #10304: URL: https://github.com/apache/airflow/pull/10304#discussion_r478494815 ## File path: airflow/providers/google/cloud/hooks/dataprep.py ## @@ -50,26 +54,60 @@ def _headers(self) -> Dict[str, str]: }

[GitHub] [airflow] nalepae opened a new issue #10604: Upstream failed whereas Upstream is alright

2020-08-27 Thread GitBox
nalepae opened a new issue #10604: URL: https://github.com/apache/airflow/issues/10604 **Apache Airflow version**: 1.10.3 on Google Cloud Composer (so 1.10.3-composer) **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): (Managed by Google Cloud

[GitHub] [airflow] boring-cyborg[bot] commented on issue #10603: Let users add custom metadata to the dag runs

2020-08-27 Thread GitBox
boring-cyborg[bot] commented on issue #10603: URL: https://github.com/apache/airflow/issues/10603#issuecomment-682002223 Thanks for opening your first issue here! Be sure to follow the issue template! This is an

[GitHub] [airflow] jpays opened a new issue #10603: Let users add custom metadata to the dag runs

2020-08-27 Thread GitBox
jpays opened a new issue #10603: URL: https://github.com/apache/airflow/issues/10603 **Description** Currently there is no way to add custom metadata to a dag run, this would be an interesting enhancement. **Use case / motivation** This could have multiple use

[GitHub] [airflow] eladkal commented on a change in pull request #10602: AIRFLOW-7992_Cancel_Running_Job

2020-08-27 Thread GitBox
eladkal commented on a change in pull request #10602: URL: https://github.com/apache/airflow/pull/10602#discussion_r478473152 ## File path: docs/howto/cancel-running-job.rst ## @@ -0,0 +1,29 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more

[airflow] branch master updated (900f15a -> e565368)

2020-08-27 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 900f15a URL encode execution date in the Last Run link (#10595) add e565368 Nightly tag push is not skipped

[GitHub] [airflow] potiuk merged pull request #10597: Nightly tag push is not skipped in scheduled builds

2020-08-27 Thread GitBox
potiuk merged pull request #10597: URL: https://github.com/apache/airflow/pull/10597 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [airflow] yuqian90 commented on a change in pull request #10153: [AIP-34] Alternative proposal: Add TaskGroup as a DAG construction helper and UI concept with example

2020-08-27 Thread GitBox
yuqian90 commented on a change in pull request #10153: URL: https://github.com/apache/airflow/pull/10153#discussion_r478394967 ## File path: airflow/models/baseoperator.py ## @@ -382,7 +389,16 @@ def __init__( stacklevel=3 )

[GitHub] [airflow] yuqian90 edited a comment on pull request #10153: [AIP-34] Alternative proposal: Add TaskGroup as a DAG construction helper and UI concept with example

2020-08-27 Thread GitBox
yuqian90 edited a comment on pull request #10153: URL: https://github.com/apache/airflow/pull/10153#issuecomment-681930066 > Do you mind elaborate a bit more on the impact to TreeView please? Would it be rendered just like the subdag operators? Thanks. At the current implementation

[GitHub] [airflow] yuqian90 commented on pull request #10153: [AIP-34] Alternative proposal: Add TaskGroup as a DAG construction helper and UI concept with example

2020-08-27 Thread GitBox
yuqian90 commented on pull request #10153: URL: https://github.com/apache/airflow/pull/10153#issuecomment-681930066 > Do you mind elaborate a bit more on the impact to TreeView please? Would it be rendered just like the subdag operators? Thanks. At the current implementation of this

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #10602: AIRFLOW-7992_Cancel_Running_Job

2020-08-27 Thread GitBox
boring-cyborg[bot] commented on pull request #10602: URL: https://github.com/apache/airflow/pull/10602#issuecomment-681929452 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our

[GitHub] [airflow] Nishtha1994 opened a new pull request #10602: AIRFLOW-7992_Cancel_Running_Job

2020-08-27 Thread GitBox
Nishtha1994 opened a new pull request #10602: URL: https://github.com/apache/airflow/pull/10602 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for

[GitHub] [airflow] yuqian90 commented on a change in pull request #10153: [AIP-34] Alternative proposal: Add TaskGroup as a DAG construction helper and UI concept with example

2020-08-27 Thread GitBox
yuqian90 commented on a change in pull request #10153: URL: https://github.com/apache/airflow/pull/10153#discussion_r478394967 ## File path: airflow/models/baseoperator.py ## @@ -382,7 +389,16 @@ def __init__( stacklevel=3 )

[GitHub] [airflow] blessedwithsins opened a new issue #10601: Apache Airflow 1.10 Issue

2020-08-27 Thread GitBox
blessedwithsins opened a new issue #10601: URL: https://github.com/apache/airflow/issues/10601 Hi Team, I'm reporting this issue on behalf of our customer. Customer is using AKS Cluster with version 1.15.7, where he is facing issue. He is spinning Airflow Worker Pods in AKS

[GitHub] [airflow] boring-cyborg[bot] commented on issue #10601: Apache Airflow 1.10 Issue

2020-08-27 Thread GitBox
boring-cyborg[bot] commented on issue #10601: URL: https://github.com/apache/airflow/issues/10601#issuecomment-681924726 Thanks for opening your first issue here! Be sure to follow the issue template! This is an

[jira] [Commented] (AIRFLOW-5659) Add support for ephemeral storage on KubernetesPodOperator

2020-08-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17185804#comment-17185804 ] ASF GitHub Bot commented on AIRFLOW-5659: - leonardoam commented on pull request #6337: URL:

[GitHub] [airflow] leonardoam commented on pull request #6337: [AIRFLOW-5659] - Add support for ephemeral storage on KubernetesPodOp…

2020-08-27 Thread GitBox
leonardoam commented on pull request #6337: URL: https://github.com/apache/airflow/pull/6337#issuecomment-681901909 New release 1.10.12 should be available on PyPI by now. It may solve your problem. This is an automated

[GitHub] [airflow] sylr commented on issue #8907: Airflow web UI is slow

2020-08-27 Thread GitBox
sylr commented on issue #8907: URL: https://github.com/apache/airflow/issues/8907#issuecomment-681895864 @natemoseman Thank you for your insights, I will take a look as soon as I get back to work. This is an automated

[GitHub] [airflow] kaxil commented on pull request #10543: Enable Black on Providers Packages

2020-08-27 Thread GitBox
kaxil commented on pull request #10543: URL: https://github.com/apache/airflow/pull/10543#issuecomment-681893084 It is even simpler by adding "black" profile to isort which is in https://github.com/apache/airflow/pull/9550 which applies black to entire airflow repo. Waiting till we are

[GitHub] [airflow] gardnerdev opened a new pull request #10600: updating redis to bitnami distribution due to security limitation

2020-08-27 Thread GitBox
gardnerdev opened a new pull request #10600: URL: https://github.com/apache/airflow/pull/10600 Allows to run as non root This is an automated message from the Apache Git Service. To respond to the message, please log on to

  1   2   >