[GitHub] [airflow] ashb commented on issue #7363: [AIRFLOW-6730] Use total_seconds instead of seconds

2020-02-05 Thread GitBox
ashb commented on issue #7363: [AIRFLOW-6730] Use total_seconds instead of seconds URL: https://github.com/apache/airflow/pull/7363#issuecomment-582528294 :man_facepalming: Guess we've just been lucky and the default timeouts don't fire.

[GitHub] [airflow] ashb commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
ashb commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582527830 @mik-laj has a simiarl PR (but it keeps it as a GET which doesn't fix this problem)

[GitHub] [airflow] davlum commented on a change in pull request #6230: [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file

2020-02-05 Thread GitBox
davlum commented on a change in pull request #6230: [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file URL: https://github.com/apache/airflow/pull/6230#discussion_r375409435 ## File path: airflow/example_dags/example_kubernetes_executor_config.py ##

[GitHub] [airflow] ashb commented on a change in pull request #7363: [AIRFLOW-6730] Use total_seconds instead of seconds

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7363: [AIRFLOW-6730] Use total_seconds instead of seconds URL: https://github.com/apache/airflow/pull/7363#discussion_r375409336 ## File path: airflow/providers/google/cloud/operators/postgres_to_gcs.py ## @@ -94,7 +94,7 @@ def

[GitHub] [airflow] codecov-io edited a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-02-05 Thread GitBox
codecov-io edited a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#issuecomment-574641714 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7163?src=pr=h1) Report > Merging

[jira] [Resolved] (AIRFLOW-6736) Kubernetes Git test uses always apache/airflow:master as source of files

2020-02-05 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6736. --- Fix Version/s: 2.0.0 Resolution: Fixed > Kubernetes Git test uses always

[jira] [Commented] (AIRFLOW-6736) Kubernetes Git test uses always apache/airflow:master as source of files

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

[jira] [Commented] (AIRFLOW-2516) Deadlock found when trying to update task_instance table

2020-02-05 Thread Chinmay Joshi (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17031064#comment-17031064 ] Chinmay Joshi commented on AIRFLOW-2516: Any progress on this? We are also facing this issue

[GitHub] [airflow] ashb commented on a change in pull request #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process URL: https://github.com/apache/airflow/pull/7232#discussion_r375402282 ## File path: airflow/sentry.py ## @@ -149,6 +154,10 @@ def

[GitHub] [airflow] ashb commented on a change in pull request #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process URL: https://github.com/apache/airflow/pull/7232#discussion_r375402889 ## File path: airflow/sentry.py ## @@ -149,6 +154,10 @@ def

[GitHub] [airflow] ashb commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
ashb commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582527590 Rather than a JSON body more "resty" would be to have this be a "form post" -- i.e. application/x-www-form-urlencoded body.

[GitHub] [airflow] madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582555070 Although it looks like I could do `request.form.getlist('dag_ids')` inside the actual request handlers for a regular form

[GitHub] [airflow] potiuk merged pull request #7368: [AIRFLOW-6736] Fix the repo/branch that is used in PRs for git sync

2020-02-05 Thread GitBox
potiuk merged pull request #7368: [AIRFLOW-6736] Fix the repo/branch that is used in PRs for git sync URL: https://github.com/apache/airflow/pull/7368 This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (AIRFLOW-6736) Kubernetes Git test uses always apache/airflow:master as source of files

2020-02-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17030964#comment-17030964 ] ASF GitHub Bot commented on AIRFLOW-6736: - potiuk commented on pull request #7368:

[GitHub] [airflow] codecov-io edited a comment on issue #7353: [AIRFLOW-6685] Data Quality Check operators

2020-02-05 Thread GitBox
codecov-io edited a comment on issue #7353: [AIRFLOW-6685] Data Quality Check operators URL: https://github.com/apache/airflow/pull/7353#issuecomment-582190961 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7353?src=pr=h1) Report > Merging

[jira] [Created] (AIRFLOW-6740) Setting webserver.proxy_fix_num_proxies raises exception

2020-02-05 Thread Sebastian Brandt (Jira)
Sebastian Brandt created AIRFLOW-6740: - Summary: Setting webserver.proxy_fix_num_proxies raises exception Key: AIRFLOW-6740 URL: https://issues.apache.org/jira/browse/AIRFLOW-6740 Project: Apache

[jira] [Updated] (AIRFLOW-6741) Cant run DAG using REST api POST call

2020-02-05 Thread raj ram (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] raj ram updated AIRFLOW-6741: - Description: Per [https://airflow.apache.org/docs/1.10.1/api.html], I should be able to start a DAG

[jira] [Comment Edited] (AIRFLOW-2516) Deadlock found when trying to update task_instance table

2020-02-05 Thread Chinmay Joshi (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17031064#comment-17031064 ] Chinmay Joshi edited comment on AIRFLOW-2516 at 2/5/20 9:48 PM: Any

[GitHub] [airflow] ashb commented on issue #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process

2020-02-05 Thread GitBox
ashb commented on issue #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process URL: https://github.com/apache/airflow/pull/7232#issuecomment-582522050 Does this need a specific version of the sentry library to work?

[GitHub] [airflow] codecov-io commented on issue #7372: [AIRFLOW-6738] Upload container diagnostics on failure

2020-02-05 Thread GitBox
codecov-io commented on issue #7372: [AIRFLOW-6738] Upload container diagnostics on failure URL: https://github.com/apache/airflow/pull/7372#issuecomment-582524422 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7372?src=pr=h1) Report > Merging

[GitHub] [airflow] mik-laj commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
mik-laj commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582548229 I would like to point out that this endpoint belongs to the internal API so it didn't have to be pretty. This should work well.

[GitHub] [airflow] potiuk edited a comment on issue #7369: [AIRFLOW-6739] Update tutorial.rst

2020-02-05 Thread GitBox
potiuk edited a comment on issue #7369: [AIRFLOW-6739] Update tutorial.rst URL: https://github.com/apache/airflow/pull/7369#issuecomment-582586950 For the future - doc only change can have [AIRFLOW-] and no JIRA issue :). The "[AIRFLOW-]" literal with X's is necessary :)

[GitHub] [airflow] sbrandtb commented on issue #7359: [AIRFLOW-6740] Remove Undocumented, Deprecated, Dysfunctional PROXY_FIX_NUM_PROXIES

2020-02-05 Thread GitBox
sbrandtb commented on issue #7359: [AIRFLOW-6740] Remove Undocumented, Deprecated, Dysfunctional PROXY_FIX_NUM_PROXIES URL: https://github.com/apache/airflow/pull/7359#issuecomment-582614074 @ashb weird. One CI job failed with "fatal: unable to access

[GitHub] [airflow] codecov-io edited a comment on issue #6230: [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file

2020-02-05 Thread GitBox
codecov-io edited a comment on issue #6230: [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file URL: https://github.com/apache/airflow/pull/6230#issuecomment-537654940 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6230?src=pr=h1) Report > :exclamation: No

[GitHub] [airflow] madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582536934 > Rather than a JSON body more "resty" would be to have this be a "form post" -- i.e. application/x-www-form-urlencoded

[GitHub] [airflow] robinedwards commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
robinedwards commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582550474 Fair point :-) Cheers for fixing @madison-ookla and apologies for any breakage my original change caused.

[GitHub] [airflow] codecov-io edited a comment on issue #7312: [AIRFLOW-6695] Add DAG run configuration to UI

2020-02-05 Thread GitBox
codecov-io edited a comment on issue #7312: [AIRFLOW-6695] Add DAG run configuration to UI URL: https://github.com/apache/airflow/pull/7312#issuecomment-582590185 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7312?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io commented on issue #7312: [AIRFLOW-6695] Add DAG run configuration to UI

2020-02-05 Thread GitBox
codecov-io commented on issue #7312: [AIRFLOW-6695] Add DAG run configuration to UI URL: https://github.com/apache/airflow/pull/7312#issuecomment-582590185 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7312?src=pr=h1) Report > Merging

[GitHub] [airflow] mikeclarke commented on a change in pull request #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process

2020-02-05 Thread GitBox
mikeclarke commented on a change in pull request #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process URL: https://github.com/apache/airflow/pull/7232#discussion_r375482492 ## File path: airflow/sentry.py ## @@ -149,6 +154,10 @@ def

[GitHub] [airflow] robinedwards commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
robinedwards commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582555954 There the FormData API for doing the encoding if your interested

[jira] [Resolved] (AIRFLOW-6739) Include initdb step in tutorial

2020-02-05 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6739. --- Fix Version/s: 2.0.0 Resolution: Fixed > Include initdb step in tutorial >

[jira] [Commented] (AIRFLOW-6739) Include initdb step in tutorial

2020-02-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17030980#comment-17030980 ] ASF GitHub Bot commented on AIRFLOW-6739: - potiuk commented on pull request #7369:

[GitHub] [airflow] potiuk commented on issue #7369: [AIRFLOW-6739] Update tutorial.rst

2020-02-05 Thread GitBox
potiuk commented on issue #7369: [AIRFLOW-6739] Update tutorial.rst URL: https://github.com/apache/airflow/pull/7369#issuecomment-582586950 For the future - doc only change can have [AIRFLOW-] and no JIRA issue :). The "[AIRFLOW-]" is needed.

[GitHub] [airflow] potiuk merged pull request #7369: [AIRFLOW-6739] Update tutorial.rst

2020-02-05 Thread GitBox
potiuk merged pull request #7369: [AIRFLOW-6739] Update tutorial.rst URL: https://github.com/apache/airflow/pull/7369 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] boring-cyborg[bot] commented on issue #7369: [AIRFLOW-6739] Update tutorial.rst

2020-02-05 Thread GitBox
boring-cyborg[bot] commented on issue #7369: [AIRFLOW-6739] Update tutorial.rst URL: https://github.com/apache/airflow/pull/7369#issuecomment-582586535 Awesome work, congrats on your first merged pull request! This is an

[jira] [Commented] (AIRFLOW-6739) Include initdb step in tutorial

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

[jira] [Created] (AIRFLOW-6741) Cant run DAG using REST api POST call

2020-02-05 Thread raj ram (Jira)
raj ram created AIRFLOW-6741: Summary: Cant run DAG using REST api POST call Key: AIRFLOW-6741 URL: https://issues.apache.org/jira/browse/AIRFLOW-6741 Project: Apache Airflow Issue Type: Bug

[GitHub] [airflow] potiuk opened a new pull request #7373: [AIRFLOW-XXXX] Fix location of kubernetes tests

2020-02-05 Thread GitBox
potiuk opened a new pull request #7373: [AIRFLOW-] Fix location of kubernetes tests URL: https://github.com/apache/airflow/pull/7373 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before creating

[GitHub] [airflow] potiuk merged pull request #7373: [AIRFLOW-XXXX] Fix location of kubernetes tests

2020-02-05 Thread GitBox
potiuk merged pull request #7373: [AIRFLOW-] Fix location of kubernetes tests URL: https://github.com/apache/airflow/pull/7373 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [airflow] madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582550979 Thanks all for the feedback :) I would prefer to keep it as JSON just because it makes processing processing the request

[GitHub] [airflow] sbrandtb commented on issue #7359: [AIRFLOW-6740] Remove Undocumented, Deprecated, Dysfunctional PROXY_FIX_NUM_PROXIES

2020-02-05 Thread GitBox
sbrandtb commented on issue #7359: [AIRFLOW-6740] Remove Undocumented, Deprecated, Dysfunctional PROXY_FIX_NUM_PROXIES URL: https://github.com/apache/airflow/pull/7359#issuecomment-582590951 @ashb Done. This is an automated

[GitHub] [airflow] mik-laj commented on issue #7359: [AIRFLOW-6740] Remove Undocumented, Deprecated, Dysfunctional PROXY_FIX_NUM_PROXIES

2020-02-05 Thread GitBox
mik-laj commented on issue #7359: [AIRFLOW-6740] Remove Undocumented, Deprecated, Dysfunctional PROXY_FIX_NUM_PROXIES URL: https://github.com/apache/airflow/pull/7359#issuecomment-582614894 I restarted job. This is an

[jira] [Comment Edited] (AIRFLOW-2516) Deadlock found when trying to update task_instance table

2020-02-05 Thread Chinmay Joshi (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17031064#comment-17031064 ] Chinmay Joshi edited comment on AIRFLOW-2516 at 2/5/20 9:51 PM: Any

[GitHub] [airflow] mik-laj commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
mik-laj commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582538062 Here is my PR: https://github.com/apache/airflow/pulls/mik-laj https://github.com/apache/airflow/pull/6855 But this PR is

[GitHub] [airflow] mik-laj closed pull request #6855: [AIRFLOW-6307] Improve support for a special characters in DAG's name in stats view

2020-02-05 Thread GitBox
mik-laj closed pull request #6855: [AIRFLOW-6307] Improve support for a special characters in DAG's name in stats view URL: https://github.com/apache/airflow/pull/6855 This is an automated message from the Apache Git

[GitHub] [airflow] data-navigator commented on issue #7369: [AIRFLOW-6739] Update tutorial.rst

2020-02-05 Thread GitBox
data-navigator commented on issue #7369: [AIRFLOW-6739] Update tutorial.rst URL: https://github.com/apache/airflow/pull/7369#issuecomment-582555689 Thank you! This is an automated message from the Apache Git Service. To

[GitHub] [airflow] robinedwards edited a comment on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
robinedwards edited a comment on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582555954 There is the FormData API for doing the encoding if your interested

[jira] [Updated] (AIRFLOW-6741) Cant run DAG using REST api POST call

2020-02-05 Thread raj ram (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] raj ram updated AIRFLOW-6741: - Description: Per [https://airflow.apache.org/docs/1.10.1/api.html], I should be able to start a DAG

[GitHub] [airflow] ashb commented on a change in pull request #6230: [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file

2020-02-05 Thread GitBox
ashb commented on a change in pull request #6230: [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file URL: https://github.com/apache/airflow/pull/6230#discussion_r375410637 ## File path: airflow/example_dags/example_kubernetes_executor_config.py ## @@

[GitHub] [airflow] davlum commented on a change in pull request #6230: [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file

2020-02-05 Thread GitBox
davlum commented on a change in pull request #6230: [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file URL: https://github.com/apache/airflow/pull/6230#discussion_r375416151 ## File path: airflow/example_dags/example_kubernetes_executor_config.py ##

[jira] [Commented] (AIRFLOW-6307) Improve support for a special characters in DAG's name in stats view

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

[GitHub] [airflow] robinedwards commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
robinedwards commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582538572 I guess another option is doing multiple GET requests...

[GitHub] [airflow] codecov-io edited a comment on issue #7353: [AIRFLOW-6685] Data Quality Check operators

2020-02-05 Thread GitBox
codecov-io edited a comment on issue #7353: [AIRFLOW-6685] Data Quality Check operators URL: https://github.com/apache/airflow/pull/7353#issuecomment-582190961 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7353?src=pr=h1) Report > Merging

[GitHub] [airflow] ashb commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
ashb commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582664082 There's also a `postAsForm` helper method already in Airflow

[GitHub] [airflow] ashb commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
ashb commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582664239 And yes, using `request.form.getlist()` is the way to go over json

[GitHub] [airflow] codecov-io edited a comment on issue #7372: [AIRFLOW-6738] Upload container diagnostics always

2020-02-05 Thread GitBox
codecov-io edited a comment on issue #7372: [AIRFLOW-6738] Upload container diagnostics always URL: https://github.com/apache/airflow/pull/7372#issuecomment-582524422 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7372?src=pr=h1) Report > Merging

[jira] [Created] (AIRFLOW-6744) Make the Conn Type field in Connection's Tab UI dynamic

2020-02-05 Thread Felipe Lolas (Jira)
Felipe Lolas created AIRFLOW-6744: - Summary: Make the Conn Type field in Connection's Tab UI dynamic Key: AIRFLOW-6744 URL: https://issues.apache.org/jira/browse/AIRFLOW-6744 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-2516) Deadlock found when trying to update task_instance table

2020-02-05 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17031106#comment-17031106 ] Jarek Potiuk commented on AIRFLOW-2516: --- Sorry I've been quite busy and did not look at the last

[GitHub] [airflow] madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582706477 I've converted the endpoints from JSON to form POST. It was easier than I thought!

[jira] [Commented] (AIRFLOW-2516) Deadlock found when trying to update task_instance table

2020-02-05 Thread Chinmay Joshi (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17031253#comment-17031253 ] Chinmay Joshi commented on AIRFLOW-2516: Hi [~potiuk], the stacktrace is from environment using

[jira] [Created] (AIRFLOW-6742) Task instance state set to failed even though the Pod succeeded when using KubernetesExecutor

2020-02-05 Thread Andrew Cleland (Jira)
Andrew Cleland created AIRFLOW-6742: --- Summary: Task instance state set to failed even though the Pod succeeded when using KubernetesExecutor Key: AIRFLOW-6742 URL:

[GitHub] [airflow] ashb commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
ashb commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582667085 That helper method won't accept multiple fields of the same name just yet, so you might have to extend that or use something else

[GitHub] [airflow] madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582668507 > That helper method won't accept multiple fields of the same name just yet, so you might have to extend that or use

[GitHub] [airflow] codecov-io edited a comment on issue #7372: [AIRFLOW-6738] Upload container diagnostics on failure

2020-02-05 Thread GitBox
codecov-io edited a comment on issue #7372: [AIRFLOW-6738] Upload container diagnostics on failure URL: https://github.com/apache/airflow/pull/7372#issuecomment-582524422 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7372?src=pr=h1) Report > Merging

[jira] [Updated] (AIRFLOW-6738) Diagnostics from all containers should be uploaded to file.io

2020-02-05 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-6738: -- Summary: Diagnostics from all containers should be uploaded to file.io (was: Diagnostics

[jira] [Created] (AIRFLOW-6743) Implement SSL for Hive2ServerHook

2020-02-05 Thread Felipe Lolas (Jira)
Felipe Lolas created AIRFLOW-6743: - Summary: Implement SSL for Hive2ServerHook Key: AIRFLOW-6743 URL: https://issues.apache.org/jira/browse/AIRFLOW-6743 Project: Apache Airflow Issue Type:

[GitHub] [airflow] potiuk commented on a change in pull request #7371: [AIRFLOW-6737] Enable kubernetes diagnostics for all kubernetes tests

2020-02-05 Thread GitBox
potiuk commented on a change in pull request #7371: [AIRFLOW-6737] Enable kubernetes diagnostics for all kubernetes tests URL: https://github.com/apache/airflow/pull/7371#discussion_r375545117 ## File path: tests/runtime/kubernetes/test_kubernetes_executor.py ## @@ -66,6

[GitHub] [airflow] madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582665122 Gotcha, thanks @ashb. I'll move this over to a form POST then.

[GitHub] [airflow] codecov-io edited a comment on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
codecov-io edited a comment on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582268234 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7364?src=pr=h1) Report > Merging

[GitHub] [airflow] KKcorps commented on issue #6875: [AIRFLOW-6076] Fix dag.cli() Key error

2020-02-05 Thread GitBox
KKcorps commented on issue #6875: [AIRFLOW-6076] Fix dag.cli() Key error URL: https://github.com/apache/airflow/pull/6875#issuecomment-582744947 @mik-laj These PR changes are already there in the master. I think I should close it then?

[jira] [Commented] (AIRFLOW-4509) SubDagOperator using scheduler instead of backfill

2020-02-05 Thread Chinmay Joshi (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17031310#comment-17031310 ] Chinmay Joshi commented on AIRFLOW-4509: Hi [~milton0825], I see that today the code in master

[GitHub] [airflow] ashb commented on a change in pull request #7312: [AIRFLOW-6695] Add DAG run configuration to UI

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7312: [AIRFLOW-6695] Add DAG run configuration to UI URL: https://github.com/apache/airflow/pull/7312#discussion_r375380927 ## File path: airflow/www/templates/airflow/trigger.html ## @@ -0,0 +1,36 @@ +{# + Licensed to the

[GitHub] [airflow] ashb commented on a change in pull request #7312: [AIRFLOW-6695] Add DAG run configuration to UI

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7312: [AIRFLOW-6695] Add DAG run configuration to UI URL: https://github.com/apache/airflow/pull/7312#discussion_r375381604 ## File path: airflow/www/views.py ## @@ -972,42 +972,58 @@ def delete(self): # Upon success

[GitHub] [airflow] ashb commented on a change in pull request #7312: [AIRFLOW-6695] Add DAG run configuration to UI

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7312: [AIRFLOW-6695] Add DAG run configuration to UI URL: https://github.com/apache/airflow/pull/7312#discussion_r375382143 ## File path: airflow/www/templates/airflow/trigger.html ## @@ -0,0 +1,36 @@ +{# + Licensed to the

[GitHub] [airflow] ashb commented on a change in pull request #7312: [AIRFLOW-6695] Add DAG run configuration to UI

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7312: [AIRFLOW-6695] Add DAG run configuration to UI URL: https://github.com/apache/airflow/pull/7312#discussion_r375382623 ## File path: airflow/www/templates/airflow/trigger.html ## @@ -0,0 +1,36 @@ +{# + Licensed to the

[GitHub] [airflow] robinedwards commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
robinedwards commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582511175 Have you actually encountered issues with the request body size? POST feels a bit weird here not very RESTy

[GitHub] [airflow] ashb commented on a change in pull request #6230: [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file

2020-02-05 Thread GitBox
ashb commented on a change in pull request #6230: [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file URL: https://github.com/apache/airflow/pull/6230#discussion_r375392235 ## File path: airflow/example_dags/example_kubernetes_executor_config.py ## @@

[GitHub] [airflow] ashb commented on a change in pull request #7133: [AIRFLOW-6535] add exception to fail without retry

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7133: [AIRFLOW-6535] add exception to fail without retry URL: https://github.com/apache/airflow/pull/7133#discussion_r375393610 ## File path: airflow/models/taskinstance.py ## @@ -1124,64 +1129,56 @@ def handle_failure(self,

[GitHub] [airflow] ashb commented on a change in pull request #7133: [AIRFLOW-6535] add exception to fail without retry

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7133: [AIRFLOW-6535] add exception to fail without retry URL: https://github.com/apache/airflow/pull/7133#discussion_r375394352 ## File path: docs/conf.py ## @@ -207,9 +207,12 @@ ROOT_DIR =

[GitHub] [airflow] ashb commented on a change in pull request #7133: [AIRFLOW-6535] add exception to fail without retry

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7133: [AIRFLOW-6535] add exception to fail without retry URL: https://github.com/apache/airflow/pull/7133#discussion_r375395180 ## File path: docs/conf.py ## @@ -207,9 +207,12 @@ ROOT_DIR =

[jira] [Assigned] (AIRFLOW-6732) Add Google Ads operators

2020-02-05 Thread Todd de Quincey (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd de Quincey reassigned AIRFLOW-6732: Assignee: Todd de Quincey > Add Google Ads operators >

[GitHub] [airflow] ashb commented on a change in pull request #7133: [AIRFLOW-6535] add exception to fail without retry

2020-02-05 Thread GitBox
ashb commented on a change in pull request #7133: [AIRFLOW-6535] add exception to fail without retry URL: https://github.com/apache/airflow/pull/7133#discussion_r375395844 ## File path: tests/models/test_taskinstance.py ## @@ -1475,6 +1476,8 @@ def

[GitHub] [airflow] codecov-io commented on issue #7371: [AIRFLOW-6737] Enable kubernetes diagnostics for all kubernetes tests

2020-02-05 Thread GitBox
codecov-io commented on issue #7371: [AIRFLOW-6737] Enable kubernetes diagnostics for all kubernetes tests URL: https://github.com/apache/airflow/pull/7371#issuecomment-582517139 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7371?src=pr=h1) Report > Merging

[GitHub] [airflow] ashb commented on issue #7359: [AIRFLOW-XXXX] Remove Undocumented, Deprecated, Dysfunctional PROXY_FIX_NUM_PROXIES

2020-02-05 Thread GitBox
ashb commented on issue #7359: [AIRFLOW-] Remove Undocumented, Deprecated, Dysfunctional PROXY_FIX_NUM_PROXIES URL: https://github.com/apache/airflow/pull/7359#issuecomment-582519895 Change looks good, but this needs a jira ticket please.

[GitHub] [airflow] madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST

2020-02-05 Thread GitBox
madison-ookla commented on issue #7364: [AIRFLOW-6728] Change various DAG info methods to POST URL: https://github.com/apache/airflow/pull/7364#issuecomment-582519423 > Have you actually encountered issues with the request body size? POST feels a bit weird here not very RESTy I

[GitHub] [airflow] ashb commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error

2020-02-05 Thread GitBox
ashb commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error URL: https://github.com/apache/airflow/pull/6643#issuecomment-582520438 The kube tests in particular are the hardest to test, yes :(

[jira] [Assigned] (AIRFLOW-5231) S3Hook delete fails with over 1000 keys

2020-02-05 Thread Cyril Shcherbin (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyril Shcherbin reassigned AIRFLOW-5231: Assignee: Cyril Shcherbin > S3Hook delete fails with over 1000 keys >

[jira] [Updated] (AIRFLOW-6664) Introduce implicit packages

2020-02-05 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-6664: -- Summary: Introduce implicit packages (was: Remove empty __init__ packages ) > Introduce

[jira] [Commented] (AIRFLOW-6731) kubernetes pod_generator: SIDECAR_CONTAINER image name should be configurable

2020-02-05 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17030546#comment-17030546 ] Kamil Bregula commented on AIRFLOW-6731: For ad-hoc solution, you could use pod_mutation_hook 

[jira] [Created] (AIRFLOW-6731) kubernetes pod_generator: SIDECAR_CONTAINER image name should be configurable

2020-02-05 Thread thierry accart (Jira)
thierry accart created AIRFLOW-6731: --- Summary: kubernetes pod_generator: SIDECAR_CONTAINER image name should be configurable Key: AIRFLOW-6731 URL: https://issues.apache.org/jira/browse/AIRFLOW-6731

[jira] [Created] (AIRFLOW-6732) Add Google Ads operators

2020-02-05 Thread Tomasz Urbaszek (Jira)
Tomasz Urbaszek created AIRFLOW-6732: Summary: Add Google Ads operators Key: AIRFLOW-6732 URL: https://issues.apache.org/jira/browse/AIRFLOW-6732 Project: Apache Airflow Issue Type: New

[jira] [Created] (AIRFLOW-6733) Extend, don't replace FAB layout template

2020-02-05 Thread Ash Berlin-Taylor (Jira)
Ash Berlin-Taylor created AIRFLOW-6733: -- Summary: Extend, don't replace FAB layout template Key: AIRFLOW-6733 URL: https://issues.apache.org/jira/browse/AIRFLOW-6733 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-5071) Thousand os Executor reports task instance X finished (success) although the task says its queued. Was the task killed externally?

2020-02-05 Thread Assaf Liebstein (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17030635#comment-17030635 ] Assaf Liebstein commented on AIRFLOW-5071: -- We experience the same behavior. Basically we get

[GitHub] [airflow] mik-laj merged pull request #7360: [AIRFLOW-XXXX] Add notes about airflow.providers and docs

2020-02-05 Thread GitBox
mik-laj merged pull request #7360: [AIRFLOW-] Add notes about airflow.providers and docs URL: https://github.com/apache/airflow/pull/7360 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] mik-laj merged pull request #7361: [AIRFLOW-XXXX] Remove "Core and community package" section

2020-02-05 Thread GitBox
mik-laj merged pull request #7361: [AIRFLOW-] Remove "Core and community package" section URL: https://github.com/apache/airflow/pull/7361 This is an automated message from the Apache Git Service. To respond to the

[jira] [Created] (AIRFLOW-6734) Some templates ignore base_template setting

2020-02-05 Thread Ash Berlin-Taylor (Jira)
Ash Berlin-Taylor created AIRFLOW-6734: -- Summary: Some templates ignore base_template setting Key: AIRFLOW-6734 URL: https://issues.apache.org/jira/browse/AIRFLOW-6734 Project: Apache Airflow

[jira] [Work started] (AIRFLOW-6734) Some templates ignore base_template setting

2020-02-05 Thread Ash Berlin-Taylor (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-6734 started by Ash Berlin-Taylor. -- > Some templates ignore base_template setting >

[jira] [Created] (AIRFLOW-6735) Include path-based-args in action audit logs

2020-02-05 Thread Ash Berlin-Taylor (Jira)
Ash Berlin-Taylor created AIRFLOW-6735: -- Summary: Include path-based-args in action audit logs Key: AIRFLOW-6735 URL: https://issues.apache.org/jira/browse/AIRFLOW-6735 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-6733) Extend, don't replace FAB layout template

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

[GitHub] [airflow] ashb opened a new pull request #7366: [AIRFLOW-6733] Extend not replace template

2020-02-05 Thread GitBox
ashb opened a new pull request #7366: [AIRFLOW-6733] Extend not replace template URL: https://github.com/apache/airflow/pull/7366 We had copied whole-sale the baselayout.html from FAB and customized it, but pre-existing mechanism in flask/jinja of template inheritance means we don't have

  1   2   >