[GitHub] [airflow] boring-cyborg[bot] commented on pull request #10820: Update qubole_hook do not remove pool as an arg for qubole operator

2020-09-08 Thread GitBox
boring-cyborg[bot] commented on pull request #10820: URL: https://github.com/apache/airflow/pull/10820#issuecomment-689319075 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] anmol-dhingra opened a new pull request #10820: Update qubole_hook do not remove pool as an arg for qubole operator

2020-09-08 Thread GitBox
anmol-dhingra opened a new pull request #10820: URL: https://github.com/apache/airflow/pull/10820 Parameter pool was not getting passed to the Base Operator it was using default_pool. Added it to the `options_to_remove` list so that it gets passed as it is.

[GitHub] [airflow] Shivarp1 edited a comment on issue #10722: KubernetesPodOperator with XCom enabled errors: 403 forbidden

2020-09-08 Thread GitBox
Shivarp1 edited a comment on issue #10722: URL: https://github.com/apache/airflow/issues/10722#issuecomment-689279465 @kaxil I think PodDefaults in pod_generator was introduced in 1.10.12? I have not checked the 1.10.11 version In 1.10.10 we were using the kubernetes_request_factory,

[GitHub] [airflow] alexbegg commented on a change in pull request #10637: Fix Start Date tooltip on DAGs page not showing actual start_date

2020-09-08 Thread GitBox
alexbegg commented on a change in pull request #10637: URL: https://github.com/apache/airflow/pull/10637#discussion_r485319633 ## File path: airflow/www/views.py ## @@ -563,7 +563,9 @@ def last_dagruns(self, session=None): return wwwutils.json_response({})

[GitHub] [airflow] Shivarp1 commented on issue #10722: KubernetesPodOperator with XCom enabled errors: 403 forbidden

2020-09-08 Thread GitBox
Shivarp1 commented on issue #10722: URL: https://github.com/apache/airflow/issues/10722#issuecomment-689279465 @kaxil I think PodDefaults in pod_generator was introduced in 1.10.12? I have not checked the 1.10.11 version In 1.10.10 we were using the kubernetes_request_factory.

[GitHub] [airflow] dimon222 edited a comment on issue #10722: KubernetesPodOperator with XCom enabled errors: 403 forbidden

2020-09-08 Thread GitBox
dimon222 edited a comment on issue #10722: URL: https://github.com/apache/airflow/issues/10722#issuecomment-689229438 @kaxil I can confirm that it didn't. It might be old outstanding issue back from 1.10.9 or even pre. This

[GitHub] [airflow] dimon222 edited a comment on issue #10722: KubernetesPodOperator with XCom enabled errors: 403 forbidden

2020-09-08 Thread GitBox
dimon222 edited a comment on issue #10722: URL: https://github.com/apache/airflow/issues/10722#issuecomment-689229438 @kaxil I can confirm that it didn't. It might old outstanding issue back from 1.10.9 This is an automated

[GitHub] [airflow] dimon222 commented on issue #10722: KubernetesPodOperator with XCom enabled errors: 403 forbidden

2020-09-08 Thread GitBox
dimon222 commented on issue #10722: URL: https://github.com/apache/airflow/issues/10722#issuecomment-689229438 @kaxil I can confirm that it didn't. It might old outstanding bug back from 1.10.9 This is an automated message

[GitHub] [airflow] kaxil opened a new pull request #10819: Update log exception to reflect rename of execute_helper

2020-09-08 Thread GitBox
kaxil opened a new pull request #10819: URL: https://github.com/apache/airflow/pull/10819 `SchedulerJob.execute_helper` was renamed to `SchedulerJob._run_scheduler_loop` --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] atsalolikhin-spokeo commented on pull request #10413: Add documentation for preparing database for Airflow

2020-09-08 Thread GitBox
atsalolikhin-spokeo commented on pull request #10413: URL: https://github.com/apache/airflow/pull/10413#issuecomment-689200729 @mik-laj Thank you for your kind comment and direction. I've fixed the code so the CI checks are happy, and rebased to tip of master.

[GitHub] [airflow] kaxil commented on issue #10793: Mounting DAGS from an externally populated PVC doesn't work in K8 Executor

2020-09-08 Thread GitBox
kaxil commented on issue #10793: URL: https://github.com/apache/airflow/issues/10793#issuecomment-689195627 @gardnerdev Can you confirm if this worked before Airflow 1.10.12? cc @dimberman This is an automated

[GitHub] [airflow] kaxil commented on issue #10722: KubernetesPodOperator with XCom enabled errors: 403 forbidden

2020-09-08 Thread GitBox
kaxil commented on issue #10722: URL: https://github.com/apache/airflow/issues/10722#issuecomment-689195510 @Shivarp1 Can you confirm if this worked before Airflow 1.10.12? This is an automated message from the Apache Git

[GitHub] [airflow] kaxil opened a new pull request #10818: Upgrade black to 20.8b1

2020-09-08 Thread GitBox
kaxil opened a new pull request #10818: URL: https://github.com/apache/airflow/pull/10818 We got clarification in https://github.com/psf/black/issues/1667 that the new changes related to trailing commas are feature instead of a bug --- **^ Add meaningful

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

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

[GitHub] [airflow] kaxil edited a comment on pull request #5499: [AIRFLOW-3964][AIP-17] Build smart sensor

2020-09-08 Thread GitBox
kaxil edited a comment on pull request #5499: URL: https://github.com/apache/airflow/pull/5499#issuecomment-689173053 This is an awesome feature so thank you, @KevinYang21 and other folks from Airbnb team who worked on it. The follow-up PRs (that I can think of right now) based on

[airflow] branch master updated: Add pod_override setting for KubernetesExecutor (#10756)

2020-09-08 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman 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 20481c3 Add pod_override setting for

[GitHub] [airflow] kaxil commented on issue #10817: Explore if "smart sensor" can be used with a new mode (similar to reschedule) instead.

2020-09-08 Thread GitBox
kaxil commented on issue #10817: URL: https://github.com/apache/airflow/issues/10817#issuecomment-689179160 cc @KevinYang21 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] dimberman merged pull request #10756: Add pod_override setting for KubernetesExecutor

2020-09-08 Thread GitBox
dimberman merged pull request #10756: URL: https://github.com/apache/airflow/pull/10756 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] kaxil opened a new issue #10817: Explore if "smart sensor" can be used with a new mode (similar to reschedule) instead.

2020-09-08 Thread GitBox
kaxil opened a new issue #10817: URL: https://github.com/apache/airflow/issues/10817 An enhancement to Smart Sensor feature introduced in https://github.com/apache/airflow/pull/5499 might be to have a separate “mode” like "reschedule mode". This would also simplify making Sensors

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

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

[GitHub] [airflow] kaxil commented on issue #10816: Docs around different execution modes for Sensor

2020-09-08 Thread GitBox
kaxil commented on issue #10816: URL: https://github.com/apache/airflow/issues/10816#issuecomment-689177720 cc @YingboWang @KevinYang21 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] kaxil opened a new issue #10816: Docs around different execution modes for Sensor

2020-09-08 Thread GitBox
kaxil opened a new issue #10816: URL: https://github.com/apache/airflow/issues/10816 **Description** It would be good to add docs to explain different modes for Sensors: 1. Poke mode 1. Reschedule mode 1. Smart Sensor and to explain the advantages of one over the

[GitHub] [airflow] kaxil edited a comment on pull request #5499: [AIRFLOW-3964][AIP-17] Build smart sensor

2020-09-08 Thread GitBox
kaxil edited a comment on pull request #5499: URL: https://github.com/apache/airflow/pull/5499#issuecomment-689173053 This is an awesome feature so thank you, @KevinYang21 and other folks from Airbnb team who worked on it. The follow-up PRs (that I can think of right now) based on

[GitHub] [airflow] kaxil edited a comment on issue #10815: Mark "Smart Sensor" as an early-access feature

2020-09-08 Thread GitBox
kaxil edited a comment on issue #10815: URL: https://github.com/apache/airflow/issues/10815#issuecomment-689174895 @YingboWang @KevinYang21 Let me if you would like to do it. If not, we could mark this as a "good first issue" :)

[GitHub] [airflow] kaxil commented on issue #10815: Mark "Smart Sensor" as an early-access feature

2020-09-08 Thread GitBox
kaxil commented on issue #10815: URL: https://github.com/apache/airflow/issues/10815#issuecomment-689174895 @YingboWang Let me if you would love to do it This is an automated message from the Apache Git Service. To respond

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

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

[GitHub] [airflow] kaxil edited a comment on pull request #5499: [AIRFLOW-3964][AIP-17] Build smart sensor

2020-09-08 Thread GitBox
kaxil edited a comment on pull request #5499: URL: https://github.com/apache/airflow/pull/5499#issuecomment-689173053 This is an awesome feature so thank you, @KevinYang21 and other folks from Airbnb team who worked on it. The follow-up PRs (that I can think of right now) based on

[GitHub] [airflow] kaxil opened a new issue #10815: Mark "Smart Sensor" as an early-access feature

2020-09-08 Thread GitBox
kaxil opened a new issue #10815: URL: https://github.com/apache/airflow/issues/10815 **Description** Based on our discussion during Airflow 2.0 dev call: Smart Sensors Will be included in 2.0 as an early-access feature with a clear note that this feature might potentially change in

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

2020-09-08 Thread GitBox
kaxil commented on pull request #5499: URL: https://github.com/apache/airflow/pull/5499#issuecomment-689173053 This is an awesome feature so thank you, @KevinYang21 and other folks from Airbnb team who worked on it. The follow-up PRs (that I can think of right now) based on Airflow

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

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

[GitHub] [airflow] kenjihiraoka commented on pull request #9943: Increase typing coverage for postgres provider

2020-09-08 Thread GitBox
kenjihiraoka commented on pull request #9943: URL: https://github.com/apache/airflow/pull/9943#issuecomment-689170646 Sorry man, I'll fix that wrong rebase :sweat: This is an automated message from the Apache Git Service.

[GitHub] [airflow] ephraimbuddy opened a new pull request #10814: Add AzureDataLakeUploadOperator

2020-09-08 Thread GitBox
ephraimbuddy opened a new pull request #10814: URL: https://github.com/apache/airflow/pull/10814 This PR adds AzureDataLakeUploadOperator. This operator will help to add system test for ADLSToGCSOperator --- **^ Add meaningful description above** Read the **[Pull Request

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

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

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

2020-09-08 Thread GitBox
potiuk commented on pull request #5499: URL: https://github.com/apache/airflow/pull/5499#issuecomment-689164512 :tada: ! This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2020-09-08 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-3964. - Resolution: Fixed > Consolidate and de-duplicate sensor tasks >

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

2020-09-08 Thread GitBox
YingboWang commented on pull request #5499: URL: https://github.com/apache/airflow/pull/5499#issuecomment-689162322 > If anyone has any more suggestions or want to request changes, let's do it in a follow-up PR. > > Thanks alot @YingboWang and apologies for the long wait.

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

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

[GitHub] [airflow] nikste commented on issue #7907: End-to-end DAG testing

2020-09-08 Thread GitBox
nikste commented on issue #7907: URL: https://github.com/apache/airflow/issues/7907#issuecomment-689160101 any news on this? This is an automated message from the Apache Git Service. To respond to the message, please log

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

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

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

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

[airflow] branch master updated: [AIRFLOW-3964][AIP-17] Consolidate and de-dup sensor tasks using Smart Sensor (#5499)

2020-09-08 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik 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 ac943c9 [AIRFLOW-3964][AIP-17] Consolidate

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

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

[airflow] branch master updated: [AIRFLOW-3964][AIP-17] Consolidate and de-dup sensor tasks using Smart Sensor (#5499)

2020-09-08 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik 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 ac943c9 [AIRFLOW-3964][AIP-17] Consolidate

[GitHub] [airflow] kaxil merged pull request #5499: [AIRFLOW-3964][AIP-17] Build smart sensor

2020-09-08 Thread GitBox
kaxil merged pull request #5499: URL: https://github.com/apache/airflow/pull/5499 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] ashb commented on pull request #10806: Allow airflow.providers to be installed in multiple python folders

2020-09-08 Thread GitBox
ashb commented on pull request #10806: URL: https://github.com/apache/airflow/pull/10806#issuecomment-689143748 > Hey @ash - I cancelled it due to "watching the watchers problem" so it's best you rebase it :) :+1: Done.

[GitHub] [airflow] potiuk opened a new pull request #10813: Make airflow testing Google Shell Guide compatible

2020-09-08 Thread GitBox
potiuk opened a new pull request #10813: URL: https://github.com/apache/airflow/pull/10813 Part of #10576 --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] potiuk opened a new pull request #10812: Make vrious scripts Google Shell Guide compatible

2020-09-08 Thread GitBox
potiuk opened a new pull request #10812: URL: https://github.com/apache/airflow/pull/10812 Part of #10576 --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] jedcunningham commented on a change in pull request #10663: Optional import error tracebacks in web ui

2020-09-08 Thread GitBox
jedcunningham commented on a change in pull request #10663: URL: https://github.com/apache/airflow/pull/10663#discussion_r485198197 ## File path: airflow/models/dagbag.py ## @@ -269,7 +270,12 @@ def _load_modules_from_file(self, filepath, safe_mode): return

[GitHub] [airflow] FloChehab edited a comment on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab edited a comment on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689133928 So, I've set retry_delay to 10s. On scheduler restart the task is stucked in "running" state for ~4 minutes (while being "completed" on kubernetes side before

[GitHub] [airflow] FloChehab edited a comment on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab edited a comment on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689124323 @dimberman You were right ! After ~10 minutes it got picked out of "up_for_retry" state. I guess I was a bit confused by the logs showing that the scheduler is

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689133928 So, I've set retry_delay to 10s. On scheduler restart the task is stucked in "running" state for ~4 minutes (while being "completed" on kubernetes side before scheduler

[GitHub] [airflow] potiuk opened a new pull request #10811: Make scripts/ci/tools Google Shell Guide Compatible

2020-09-08 Thread GitBox
potiuk opened a new pull request #10811: URL: https://github.com/apache/airflow/pull/10811 Part of #10576 --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] potiuk opened a new pull request #10810: Make Clients Google Shell guide compatible

2020-09-08 Thread GitBox
potiuk opened a new pull request #10810: URL: https://github.com/apache/airflow/pull/10810 Part of #10576 --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689127606 And the default `retry_delay` seems to be 300s so everything seems to be ok. Let's just try with a shorter retry delay.

[GitHub] [airflow] FloChehab edited a comment on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab edited a comment on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689124323 @dimberman You were right ! After ~10 minutes it got picked out of "up_for_retry" state. I guess I was a bit confused by the logs showing that the scheduler is

[GitHub] [airflow] FloChehab edited a comment on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab edited a comment on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689124323 @dimberman You were right ! After ~10 minutes it got picked out of "up_for_retry" state. I guess I was a bit confused by the logs showing that the scheduler is

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689124323 @dimberman You were right ! After ~10 minutes it got picked out of "up_for_retry" state. I guess I was a bit confused by the logs showing that it the scheduler is

[GitHub] [airflow] potiuk commented on pull request #10708: Make breeeze-complete Google Shell Guide compatible

2020-09-08 Thread GitBox
potiuk commented on pull request #10708: URL: https://github.com/apache/airflow/pull/10708#issuecomment-689124114 Also only quarantined test failed. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] potiuk commented on pull request #10734: Make dockerfiles Google Shell Guide Compliant

2020-09-08 Thread GitBox
potiuk commented on pull request #10734: URL: https://github.com/apache/airflow/pull/10734#issuecomment-689123857 Just quarantined tests failed :) This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] FloChehab edited a comment on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab edited a comment on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689114819 > @FloChehab Ok that's a good sign (thank you btw). One more question, have you tried leaving the task in `up_for_retry` and seeing if the scheduler eventually picks

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689114819 > @FloChehab Ok that's a good sign (thank you btw). One more question, have you tried leaving the task in `up_for_retry` and seeing if the scheduler eventually picks it up?

[GitHub] [airflow] dimberman commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
dimberman commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689113055 @FloChehab Ok that's a good sign (thank you btw). One more question, have you tried leaving the task in `up_for_retry` and seeing if the scheduler eventually picks it up?

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689112499 And the scheduler logs on restart: [scheduler.log](https://github.com/apache/airflow/files/5190839/scheduler.log) @dimberman I have to stop my investigations for

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689111872 So this time with image from v1-10-test + helm + KEDA: * Task is stuck on running on scheduler restart (no tasks are queued on redis) * If run + ignore all deps =>

[airflow] branch master updated (7fd65d7 -> ff41361)

2020-09-08 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 7fd65d7 Don't include kubernetes_tests/ and backport_packages/ in our wheel (#10805) add ff41361 Add

[GitHub] [airflow] mik-laj merged pull request #10771: Add task logging handler to airflow info command

2020-09-08 Thread GitBox
mik-laj merged pull request #10771: URL: https://github.com/apache/airflow/pull/10771 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] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689106510 Just tested with 1.10.12 (while the image is building) and is_delete_operator_pod=false. This time the task seemed stucked in running on first scheduler restart. And I got

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689101838 (just need a bit more time to build the production image for 1.10-test) This is an automated message from

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689100097 Ok let's see :) This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [airflow] dimberman commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
dimberman commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689099567 @FloChehab what happens if you are running this with the helm chart, you get to the "up_for_retry" state, and then you manually rerun the task with "ignore all deps"

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689097501 So, with `is_delete_operator_pod=False` and doing the same process (including manually killing the zombie process), I do have the bug I was describing: it took me 4

[airflow] branch master updated (2811851 -> 7fd65d7)

2020-09-08 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 2811851 Move Impersonation test back to quarantine (#10809) add 7fd65d7 Don't include kubernetes_tests/ and

[GitHub] [airflow] potiuk commented on pull request #10806: Allow airflow.providers to be installed in multiple python folders

2020-09-08 Thread GitBox
potiuk commented on pull request #10806: URL: https://github.com/apache/airflow/pull/10806#issuecomment-689097218 Hey @ash - I cancelled it due to "watching the watchers problem" so it's best you rebase it :) This is an

[GitHub] [airflow] potiuk merged pull request #10805: Don't include kubernetes_tests/ and backport_packages/ in our wheel

2020-09-08 Thread GitBox
potiuk merged pull request #10805: URL: https://github.com/apache/airflow/pull/10805 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] potiuk commented on pull request #10784: Requirements might get upgraded without setup.py change

2020-09-08 Thread GitBox
potiuk commented on pull request #10784: URL: https://github.com/apache/airflow/pull/10784#issuecomment-689095091 Yeah. I noticed some unexpected behaviour with changes from yesterday and had to fix it first :). Pushed changes now, I also test it on my own fork (it can only be fully

[airflow] branch master updated: Move Impersonation test back to quarantine (#10809)

2020-09-08 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk 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 2811851 Move Impersonation test back to

[GitHub] [airflow] potiuk merged pull request #10809: Move Impersonation test back to quarantine

2020-09-08 Thread GitBox
potiuk merged pull request #10809: URL: https://github.com/apache/airflow/pull/10809 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] dimberman commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
dimberman commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689087705 Yeah agreed. For now if you set is_delete_operator_pod to false it fixes it. This is an automated message

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689087054 Hum, I am not sure I would do that. I think that the life of the worker / "object" that is starting / monitoring / etc. the pod shouldn't impact the pod itself (we have

[GitHub] [airflow] feluelle commented on a change in pull request #10784: Requirements might get upgraded without setup.py change

2020-09-08 Thread GitBox
feluelle commented on a change in pull request #10784: URL: https://github.com/apache/airflow/pull/10784#discussion_r485144932 ## File path: .github/workflows/ci.yml ## @@ -35,7 +35,7 @@ env: SKIP_CHECK_REMOTE_IMAGE: "true" DB_RESET: "true" VERBOSE: "true" -

[GitHub] [airflow] dimberman commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
dimberman commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689085620 so if it recieves an error from a SIGTERM it deletes the pod because of `is_delete_operator_pod` This is

[GitHub] [airflow] dimberman commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
dimberman commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689085429 Oh wait it's not the on_kill. It's these lines ``` try: launcher.start_pod( pod,

[GitHub] [airflow] kaxil commented on pull request #9847: Support for set in XCom serialization (fix #8703)

2020-09-08 Thread GitBox
kaxil commented on pull request #9847: URL: https://github.com/apache/airflow/pull/9847#issuecomment-689083911 any updates? This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] dimberman commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
dimberman commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689082795 So ok, funny enough, I think because we added an on_kill to the KubernetesPodOperator, it now kills the pod if the process dies. Not sure if that counts as a solution or

[GitHub] [airflow] dimberman commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
dimberman commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689079839 Hmm... this might have to do with airflow leaving behind a zombie process, so it's harder to get a real interruption when running locally. Will test that now.

[GitHub] [airflow] FloChehab edited a comment on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab edited a comment on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689078932 So I have something a bit magical going on: * Same setup as you, * Same process. However I don't even need to restart the webserver or the scheduler:

[GitHub] [airflow] turbaszek commented on a change in pull request #10802: Rename "Beyond the Horizon" section and refactor content

2020-09-08 Thread GitBox
turbaszek commented on a change in pull request #10802: URL: https://github.com/apache/airflow/pull/10802#discussion_r485137457 ## File path: README.md ## @@ -132,20 +132,13 @@ Other ways of retrieving source code are "convenience" methods. For example, tag > Note: Airflow

[GitHub] [airflow] FloChehab commented on pull request #10230: Fix KubernetesPodOperator reattachment

2020-09-08 Thread GitBox
FloChehab commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689078932 So I have something a bit magical going on: * Same setup as you, * Same process. However I don't even need to restart the webserver or the scheduler: * I

[GitHub] [airflow] potiuk commented on pull request #10809: Move Impersonation test back to quarantine

2020-09-08 Thread GitBox
potiuk commented on pull request #10809: URL: https://github.com/apache/airflow/pull/10809#issuecomment-689075876 Test Impersonation is failing far too often even in isolation. Moving it back for now. :( This is an

[GitHub] [airflow] potiuk opened a new pull request #10809: Move Impersonation test back to quarantine

2020-09-08 Thread GitBox
potiuk opened a new pull request #10809: URL: https://github.com/apache/airflow/pull/10809 Seems that TestImpersonation is not stable even in isolation Moving it back to quarantine for now. --- **^ Add meaningful description above** Read the **[Pull Request

[airflow] branch master updated (3c6fdd8 -> c60fccc)

2020-09-08 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 3c6fdd8 Make ci/backport_packages Google Shell guide compliant (#10733) add c60fccc Fix integration tests

[airflow] branch master updated (3c6fdd8 -> c60fccc)

2020-09-08 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 3c6fdd8 Make ci/backport_packages Google Shell guide compliant (#10733) add c60fccc Fix integration tests

[GitHub] [airflow] potiuk merged pull request #10807: Fix integration tests being accidentally excluded

2020-09-08 Thread GitBox
potiuk merged pull request #10807: URL: https://github.com/apache/airflow/pull/10807 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] marcjimz commented on pull request #10808: Adding write_file, write_string and allow for kwargs in initialization of Wasbhook

2020-09-08 Thread GitBox
marcjimz commented on pull request #10808: URL: https://github.com/apache/airflow/pull/10808#issuecomment-689059424 Hi @mik-laj , thoughts on this one? This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] potiuk commented on pull request #10807: Fix integration tests being accidentally excluded

2020-09-08 Thread GitBox
potiuk commented on pull request #10807: URL: https://github.com/apache/airflow/pull/10807#issuecomment-689056179 > Quis custodiet ipsos custodes? :) That's why we'll never run out of work. There will always be some layer where human is needed :)

[GitHub] [airflow] ashb commented on pull request #10807: Fix integration tests being accidentally excluded

2020-09-08 Thread GitBox
ashb commented on pull request #10807: URL: https://github.com/apache/airflow/pull/10807#issuecomment-689055297 Quis custodiet ipsos custodes? :) This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] marcjimz commented on pull request #10808: Adding write_file, write_string and allow for kwargs in initialization of Wasbhook

2020-09-08 Thread GitBox
marcjimz commented on pull request #10808: URL: https://github.com/apache/airflow/pull/10808#issuecomment-689055075 I have made the equivalent changes for Airflow 2.0 and it is available here: https://github.com/marcjimz/airflow/blob/master/airflow/providers/microsoft/azure/hooks/wasb.py

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #10808: Adding write_file, write_string and allow for kwargs in initialization of Wasbhook

2020-09-08 Thread GitBox
boring-cyborg[bot] commented on pull request #10808: URL: https://github.com/apache/airflow/pull/10808#issuecomment-689054826 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] marcjimz opened a new pull request #10808: Adding write_file, write_string and allow for kwargs in initialization of Wasbhook

2020-09-08 Thread GitBox
marcjimz opened a new pull request #10808: URL: https://github.com/apache/airflow/pull/10808 This PR addresses the following changes: 1. Write a file from path to Azure Blob storage (WASBS) 2. Write a file from text to Azure Blob storage (WASBS) 3. Allow for kwargs to be passed

[GitHub] [airflow] potiuk opened a new pull request #10807: Fix integration tests being accidentally excluded

2020-09-08 Thread GitBox
potiuk opened a new pull request #10807: URL: https://github.com/apache/airflow/pull/10807 The change from #10769 accidentally switched Integration tests into far-longer run unit tests (we effectively run the tests twice and did not run integration tests. This fixes the problem

  1   2   3   >