[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched

2020-02-23 Thread GitBox
nuclearpinguin commented on a change in pull request #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched URL: https://github.com/apache/airflow/pull/7517#discussion_r383119737 ## File path: airflow/__init__.py ## @@ -42,3 +42,22 @@ login:

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7520: [AIRFLOW-6896] AzureCosmosDBHook: Move DB call out of __init__

2020-02-23 Thread GitBox
nuclearpinguin commented on a change in pull request #7520: [AIRFLOW-6896] AzureCosmosDBHook: Move DB call out of __init__ URL: https://github.com/apache/airflow/pull/7520#discussion_r383119015 ## File path: tests/providers/microsoft/azure/hooks/test_azure_cosmos.py ## @@

[jira] [Closed] (AIRFLOW-6825) when build from source and use rbac=True UI is stuck

2020-02-23 Thread Felix Uellendall (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Uellendall closed AIRFLOW-6825. - Resolution: Fixed I am closing this for now. Let me know if you experience further

[jira] [Commented] (AIRFLOW-6825) when build from source and use rbac=True UI is stuck

2020-02-23 Thread Felix Uellendall (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17043192#comment-17043192 ] Felix Uellendall commented on AIRFLOW-6825: --- Hey [~rreddy3], It looks like you did not build

[jira] [Resolved] (AIRFLOW-6616) Add Tableau Hook and Operators

2020-02-23 Thread Felix Uellendall (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Uellendall resolved AIRFLOW-6616. --- Resolution: Duplicate [~rokm] What do you think? I think this issue is fixed now

[GitHub] [airflow] potiuk commented on a change in pull request #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched

2020-02-23 Thread GitBox
potiuk commented on a change in pull request #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched URL: https://github.com/apache/airflow/pull/7517#discussion_r383111273 ## File path: airflow/__init__.py ## @@ -42,3 +42,22 @@ login:

[GitHub] [airflow] potiuk commented on a change in pull request #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched

2020-02-23 Thread GitBox
potiuk commented on a change in pull request #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched URL: https://github.com/apache/airflow/pull/7517#discussion_r383111273 ## File path: airflow/__init__.py ## @@ -42,3 +42,22 @@ login:

[GitHub] [airflow] potiuk commented on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched

2020-02-23 Thread GitBox
potiuk commented on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched URL: https://github.com/apache/airflow/pull/7517#issuecomment-590194706 Fantastic! Works like a charm in both IntelliJ and VSCode! I think we need to just make pytest understand it as

[GitHub] [airflow] codecov-io edited a comment on issue #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible

2020-02-23 Thread GitBox
codecov-io edited a comment on issue #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible URL: https://github.com/apache/airflow/pull/7484#issuecomment-590051665 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7484?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-6441) AIP-25 The Knative Executor

2020-02-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17043161#comment-17043161 ] ASF GitHub Bot commented on AIRFLOW-6441: - dimberman commented on pull request #7027:

[GitHub] [airflow] dimberman closed pull request #7027: [WIP][AIRFLOW-6441] KnativeExecutor

2020-02-23 Thread GitBox
dimberman closed pull request #7027: [WIP][AIRFLOW-6441] KnativeExecutor URL: https://github.com/apache/airflow/pull/7027 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] codecov-io commented on issue #7521: [AIRFLOW-6897] Simplify DagFileProcessorManager

2020-02-23 Thread GitBox
codecov-io commented on issue #7521: [AIRFLOW-6897] Simplify DagFileProcessorManager URL: https://github.com/apache/airflow/pull/7521#issuecomment-590169752 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7521?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-6897) Simplify DagFileProcessorManager

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

[GitHub] [airflow] mik-laj opened a new pull request #7521: [AIRFLOW-6897] Simplify DagFileProcessorManager

2020-02-23 Thread GitBox
mik-laj opened a new pull request #7521: [AIRFLOW-6897] Simplify DagFileProcessorManager URL: https://github.com/apache/airflow/pull/7521 **Extract start_new_processes and prepare_file_path_queue** These functions are independent of each other, but as separate methods, they are easier

[jira] [Created] (AIRFLOW-6897) Simplify DagFileProcessorManager

2020-02-23 Thread Kamil Bregula (Jira)
Kamil Bregula created AIRFLOW-6897: -- Summary: Simplify DagFileProcessorManager Key: AIRFLOW-6897 URL: https://issues.apache.org/jira/browse/AIRFLOW-6897 Project: Apache Airflow Issue Type:

[GitHub] [airflow] codecov-io commented on issue #7495: [AIRFLOW-6873] fix mypyd errors and add new type annotations

2020-02-23 Thread GitBox
codecov-io commented on issue #7495: [AIRFLOW-6873] fix mypyd errors and add new type annotations URL: https://github.com/apache/airflow/pull/7495#issuecomment-590156007 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7495?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7492: [AIRFLOW-6871] optimize tree view for large DAGs

2020-02-23 Thread GitBox
codecov-io edited a comment on issue #7492: [AIRFLOW-6871] optimize tree view for large DAGs URL: https://github.com/apache/airflow/pull/7492#issuecomment-589921201 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7492?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-6896) AzureCosmosDBHook: Move DB call out of __init__

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

[GitHub] [airflow] kaxil opened a new pull request #7520: [AIRFLOW-6896] AzureCosmosDBHook: Move DB call out of __init__

2020-02-23 Thread GitBox
kaxil opened a new pull request #7520: [AIRFLOW-6896] AzureCosmosDBHook: Move DB call out of __init__ URL: https://github.com/apache/airflow/pull/7520 Currently, the Azure client is created in AzureCosmosDBHook.__init__ . This gets connection data from DB. --- Issue

[jira] [Created] (AIRFLOW-6896) AzureCosmosDBHook: Move DB call out of __init__

2020-02-23 Thread Kaxil Naik (Jira)
Kaxil Naik created AIRFLOW-6896: --- Summary: AzureCosmosDBHook: Move DB call out of __init__ Key: AIRFLOW-6896 URL: https://issues.apache.org/jira/browse/AIRFLOW-6896 Project: Apache Airflow

[jira] [Created] (AIRFLOW-6895) AzureFileShareHook: Move DB call out of __init__

2020-02-23 Thread Kaxil Naik (Jira)
Kaxil Naik created AIRFLOW-6895: --- Summary: AzureFileShareHook: Move DB call out of __init__ Key: AIRFLOW-6895 URL: https://issues.apache.org/jira/browse/AIRFLOW-6895 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-6895) AzureFileShareHook: Move DB call out of __init__

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

[GitHub] [airflow] kaxil opened a new pull request #7519: [AIRFLOW-6895] AzureFileShareHook: Move DB call out of __init__

2020-02-23 Thread GitBox
kaxil opened a new pull request #7519: [AIRFLOW-6895] AzureFileShareHook: Move DB call out of __init__ URL: https://github.com/apache/airflow/pull/7519 Currently, the Azure client is created in AzureFileShareHook.__init__ . This gets connection data from DB. --- Issue

[GitHub] [airflow] kaxil commented on issue #7395: [AIRFLOW-5629] Implement K8s priorityClassName in KubernetesPo…

2020-02-23 Thread GitBox
kaxil commented on issue #7395: [AIRFLOW-5629] Implement K8s priorityClassName in KubernetesPo… URL: https://github.com/apache/airflow/pull/7395#issuecomment-590137575 @simis2626 good work @dimberman I think this was safe to merge but if you think otherwise let me know.

[jira] [Resolved] (AIRFLOW-5629) Support specify priority and priorityClassName spec in KubernetesPodOperator

2020-02-23 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-5629. - Fix Version/s: 1.10.10 Resolution: Fixed > Support specify priority and

[jira] [Commented] (AIRFLOW-5629) Support specify priority and priorityClassName spec in KubernetesPodOperator

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

[GitHub] [airflow] kaxil merged pull request #7395: [AIRFLOW-5629] Implement K8s priorityClassName in KubernetesPo…

2020-02-23 Thread GitBox
kaxil merged pull request #7395: [AIRFLOW-5629] Implement K8s priorityClassName in KubernetesPo… URL: https://github.com/apache/airflow/pull/7395 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (AIRFLOW-5629) Support specify priority and priorityClassName spec in KubernetesPodOperator

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

[GitHub] [airflow] boring-cyborg[bot] commented on issue #7395: [AIRFLOW-5629] Implement K8s priorityClassName in KubernetesPo…

2020-02-23 Thread GitBox
boring-cyborg[bot] commented on issue #7395: [AIRFLOW-5629] Implement K8s priorityClassName in KubernetesPo… URL: https://github.com/apache/airflow/pull/7395#issuecomment-590137320 Awesome work, congrats on your first merged pull request!

[jira] [Commented] (AIRFLOW-6516) Airflow Local Setting ConfigMap overrides airflow.cfg VolumeMount

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

[GitHub] [airflow] kaxil opened a new pull request #7518: [AIRFLOW-6516] Allow different configmaps for airflow.cfg & airflow_l…

2020-02-23 Thread GitBox
kaxil opened a new pull request #7518: [AIRFLOW-6516] Allow different configmaps for airflow.cfg & airflow_l… URL: https://github.com/apache/airflow/pull/7518 …ocal_settings.py (#7109) https://github.com/apache/airflow/pull/7109 fixed a bug to allow airflow.cfg and

[jira] [Resolved] (AIRFLOW-6894) Prevent db query in example_dags

2020-02-23 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula resolved AIRFLOW-6894. Fix Version/s: 2.0.0 Resolution: Fixed > Prevent db query in example_dags >

[jira] [Commented] (AIRFLOW-6894) Prevent db query in example_dags

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

[jira] [Commented] (AIRFLOW-6894) Prevent db query in example_dags

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

[GitHub] [airflow] mik-laj merged pull request #7516: [AIRFLOW-6894] Prevent DB query in example_dags

2020-02-23 Thread GitBox
mik-laj merged pull request #7516: [AIRFLOW-6894] Prevent DB query in example_dags URL: https://github.com/apache/airflow/pull/7516 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [airflow] kaxil edited a comment on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched

2020-02-23 Thread GitBox
kaxil edited a comment on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched URL: https://github.com/apache/airflow/pull/7517#issuecomment-590132339 Travis failure: ``` ERROR collecting tests/api/client/test_local_client.py

[GitHub] [airflow] kaxil commented on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched

2020-02-23 Thread GitBox
kaxil commented on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched URL: https://github.com/apache/airflow/pull/7517#issuecomment-590132339 ``` ERROR collecting tests/api/client/test_local_client.py ImportError while

[airflow-site] branch asf-site updated: Update Meetup details (#253)

2020-02-23 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/airflow-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 70fba4b Update Meetup details

[airflow-site] branch master updated: Update Meetup details (#253)

2020-02-23 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-site.git The following commit(s) were added to refs/heads/master by this push: new 7697217 Update Meetup details (#253)

[GitHub] [airflow] codecov-io commented on issue #7516: [AIRFLOW-6894] Prevent DB query in example_dags

2020-02-23 Thread GitBox
codecov-io commented on issue #7516: [AIRFLOW-6894] Prevent DB query in example_dags URL: https://github.com/apache/airflow/pull/7516#issuecomment-590131157 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7516?src=pr=h1) Report > Merging

[GitHub] [airflow-site] kaxil merged pull request #253: Update Meetup details

2020-02-23 Thread GitBox
kaxil merged pull request #253: Update Meetup details URL: https://github.com/apache/airflow-site/pull/253 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[airflow-site] branch update-meetup-details created (now b049e21)

2020-02-23 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch update-meetup-details in repository https://gitbox.apache.org/repos/asf/airflow-site.git. at b049e21 Update Meetup details This branch includes the following new commits: new

[GitHub] [airflow-site] kaxil opened a new pull request #253: Update Meetup details

2020-02-23 Thread GitBox
kaxil opened a new pull request #253: Update Meetup details URL: https://github.com/apache/airflow-site/pull/253 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[airflow-site] 01/01: Update Meetup details

2020-02-23 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch update-meetup-details in repository https://gitbox.apache.org/repos/asf/airflow-site.git commit b049e2165c0e8f1c04878fc866e16dd525a4f322 Author: Kaxil Naik AuthorDate: Sun Feb 23 23:42:47

[GitHub] [airflow] houqp edited a comment on issue #7495: [AIRFLOW-6873] fix mypyd errors and add new type annotations

2020-02-23 Thread GitBox
houqp edited a comment on issue #7495: [AIRFLOW-6873] fix mypyd errors and add new type annotations URL: https://github.com/apache/airflow/pull/7495#issuecomment-590129641 @potiuk @nuclearpinguin all feedbacks addressed, ready for another round of review.

[GitHub] [airflow] houqp commented on issue #7495: [AIRFLOW-6873] fix mypyd errors and add new type annotations

2020-02-23 Thread GitBox
houqp commented on issue #7495: [AIRFLOW-6873] fix mypyd errors and add new type annotations URL: https://github.com/apache/airflow/pull/7495#issuecomment-590129641 @potiuk @nuclearpinguin all feedback addressed, ready for another round of review.

[GitHub] [airflow] stale[bot] closed pull request #5788: [POC] multi-threading using asyncio

2020-02-23 Thread GitBox
stale[bot] closed pull request #5788: [POC] multi-threading using asyncio URL: https://github.com/apache/airflow/pull/5788 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] houqp commented on issue #7492: [AIRFLOW-6871] optimize tree view for large DAGs

2020-02-23 Thread GitBox
houqp commented on issue #7492: [AIRFLOW-6871] optimize tree view for large DAGs URL: https://github.com/apache/airflow/pull/7492#issuecomment-590128295 @ashb a quick analysis can be found at: https://developpaper.com/json-parse-is-faster-than-object-literal-syntax/. This

[GitHub] [airflow] ashb edited a comment on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched

2020-02-23 Thread GitBox
ashb edited a comment on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched URL: https://github.com/apache/airflow/pull/7517#issuecomment-590126692 ~Oh, can remove a line from updating.md now~

[GitHub] [airflow] ashb commented on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched

2020-02-23 Thread GitBox
ashb commented on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched URL: https://github.com/apache/airflow/pull/7517#issuecomment-590126692 Oh, can remove a line from updating.md now This

[GitHub] [airflow] ashb commented on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched

2020-02-23 Thread GitBox
ashb commented on issue #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched URL: https://github.com/apache/airflow/pull/7517#issuecomment-590126623 Probably worth some people double checking this in their IDE of choice -- I did install VSCode and PyCharm

[jira] [Commented] (AIRFLOW-6883) Improve import time of airflow module

2020-02-23 Thread Ash Berlin-Taylor (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17043082#comment-17043082 ] Ash Berlin-Taylor commented on AIRFLOW-6883: I left this Jira open even though I closed the

[jira] [Commented] (AIRFLOW-6817) Move airflow __init__.py imports to sub-packages

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

[jira] [Updated] (AIRFLOW-6883) Improve import time of airflow module

2020-02-23 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula updated AIRFLOW-6883: --- Summary: Improve import time of airflow module (was: Improve import time of airflow

[GitHub] [airflow] ashb opened a new pull request #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched

2020-02-23 Thread GitBox
ashb opened a new pull request #7517: [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched URL: https://github.com/apache/airflow/pull/7517 `from airflow import DAG` is _such_ a common pattern that it's worth making sure this stays working. Since we are now on

[GitHub] [airflow] mik-laj commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db

2020-02-23 Thread GitBox
mik-laj commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#discussion_r383046137 ## File path: airflow/models/dag.py ## @@ -1753,6 +1756,44 @@ def get_last_dagrun(self, session=None,

[jira] [Commented] (AIRFLOW-6883) Improve import time of airflow moudle

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

[GitHub] [airflow] ashb commented on issue #7505: [AIRFLOW-6883] Speed up import of airflow.utils.log.file_task_hanlder

2020-02-23 Thread GitBox
ashb commented on issue #7505: [AIRFLOW-6883] Speed up import of airflow.utils.log.file_task_hanlder URL: https://github.com/apache/airflow/pull/7505#issuecomment-590125393 Fixed in other ways This is an automated message

[GitHub] [airflow] ashb closed pull request #7505: [AIRFLOW-6883] Speed up import of airflow.utils.log.file_task_hanlder

2020-02-23 Thread GitBox
ashb closed pull request #7505: [AIRFLOW-6883] Speed up import of airflow.utils.log.file_task_hanlder URL: https://github.com/apache/airflow/pull/7505 This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] anitakar commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db

2020-02-23 Thread GitBox
anitakar commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#discussion_r383045579 ## File path: airflow/models/__init__.py ## @@ -43,3 +43,19 @@ # Must be loaded after loading DAG model. #

[GitHub] [airflow] anitakar commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db

2020-02-23 Thread GitBox
anitakar commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#discussion_r383045556 ## File path: airflow/www/views.py ## @@ -520,16 +521,60 @@ def last_dagruns(self, session=None):

[airflow-site] branch master updated: Add blogpost for 1.10.8 and 1.10.9 (#252)

2020-02-23 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-site.git The following commit(s) were added to refs/heads/master by this push: new 6c989f5 Add blogpost for 1.10.8 and

[GitHub] [airflow-site] kaxil merged pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
kaxil merged pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[airflow-site] branch add-release-notes updated (c9101be -> f462ea0)

2020-02-23 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch add-release-notes in repository https://gitbox.apache.org/repos/asf/airflow-site.git. from c9101be Apply review suggestions add f462ea0 Update index.md No new revisions were added

[GitHub] [airflow] kaxil commented on a change in pull request #7489: [AIRFLOW-6869][WIP] Bulk fetch DAGRuns for _process_task_instances

2020-02-23 Thread GitBox
kaxil commented on a change in pull request #7489: [AIRFLOW-6869][WIP] Bulk fetch DAGRuns for _process_task_instances URL: https://github.com/apache/airflow/pull/7489#discussion_r383042987 ## File path: airflow/jobs/scheduler_job.py ## @@ -699,23 +727,30 @@ def

[GitHub] [airflow] mik-laj commented on a change in pull request #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible

2020-02-23 Thread GitBox
mik-laj commented on a change in pull request #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible URL: https://github.com/apache/airflow/pull/7484#discussion_r383042738 ## File path: airflow/utils/types.py ## @@ -20,3 +20,4 @@ class DagRunType:

[GitHub] [airflow] kaxil commented on a change in pull request #7516: [AIRFLOW-6894] Prevent DB query in example_dags

2020-02-23 Thread GitBox
kaxil commented on a change in pull request #7516: [AIRFLOW-6894] Prevent DB query in example_dags URL: https://github.com/apache/airflow/pull/7516#discussion_r383042446 ## File path: tests/test_utils/asserts.py ## @@ -16,9 +16,53 @@ # under the License. import re

[GitHub] [airflow] mik-laj commented on a change in pull request #7516: [AIRFLOW-6894] Prevent DB query in example_dags

2020-02-23 Thread GitBox
mik-laj commented on a change in pull request #7516: [AIRFLOW-6894] Prevent DB query in example_dags URL: https://github.com/apache/airflow/pull/7516#discussion_r383040768 ## File path: tests/test_utils/asserts.py ## @@ -16,9 +16,53 @@ # under the License. import re

[GitHub] [airflow-site] kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383042298 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[airflow-site] branch add-release-notes updated (2822caa -> c9101be)

2020-02-23 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch add-release-notes in repository https://gitbox.apache.org/repos/asf/airflow-site.git. from 2822caa Add blogpost for 1.10.8 and 1.10.9 add c9101be Apply review suggestions No new

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible

2020-02-23 Thread GitBox
nuclearpinguin commented on a change in pull request #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible URL: https://github.com/apache/airflow/pull/7484#discussion_r383041742 ## File path: airflow/jobs/backfill_job.py ## @@ -49,7 +51,7 @@ class

[GitHub] [airflow-site] kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383041721 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383041640 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383041237 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383041211 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible

2020-02-23 Thread GitBox
nuclearpinguin commented on a change in pull request #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible URL: https://github.com/apache/airflow/pull/7484#discussion_r383041194 ## File path: airflow/jobs/backfill_job.py ## @@ -49,7 +51,7 @@ class

[GitHub] [airflow] mik-laj commented on a change in pull request #7516: [AIRFLOW-6894] Prevent DB query in example_dags

2020-02-23 Thread GitBox
mik-laj commented on a change in pull request #7516: [AIRFLOW-6894] Prevent DB query in example_dags URL: https://github.com/apache/airflow/pull/7516#discussion_r383040768 ## File path: tests/test_utils/asserts.py ## @@ -16,9 +16,53 @@ # under the License. import re

[jira] [Commented] (AIRFLOW-6894) Prevent db query in example_dags

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

[GitHub] [airflow] mik-laj opened a new pull request #7516: [AIRFLOW-6894] Prevent db query in example_dags

2020-02-23 Thread GitBox
mik-laj opened a new pull request #7516: [AIRFLOW-6894] Prevent db query in example_dags URL: https://github.com/apache/airflow/pull/7516 CC: @kaxil @nuclearpinguin @ANiteckiP Dear SQLAlchemy expert. Do you want to add something? --- Issue link: WILL BE INSERTED BY

[GitHub] [airflow-site] potiuk commented on issue #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
potiuk commented on issue #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#issuecomment-590118672 Love it :) This is an automated message from the Apache Git Service. To respond

[jira] [Created] (AIRFLOW-6894) Prevent db query in example_dags

2020-02-23 Thread Kamil Bregula (Jira)
Kamil Bregula created AIRFLOW-6894: -- Summary: Prevent db query in example_dags Key: AIRFLOW-6894 URL: https://issues.apache.org/jira/browse/AIRFLOW-6894 Project: Apache Airflow Issue Type:

[GitHub] [airflow-site] kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383039536 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383039358 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383039358 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383039351 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383039214 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383039156 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383039126 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
ashb commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383039090 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
kaxil commented on a change in pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252#discussion_r383039016 ## File path: landing-pages/site/content/en/blog/airflow-1.10.8-1.10.9.md ## @@ -0,0 +1,77 @@ +--- +title:

[GitHub] [airflow-site] kaxil opened a new pull request #252: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread GitBox
kaxil opened a new pull request #252: Add blogpost for 1.10.8 and 1.10.9 URL: https://github.com/apache/airflow-site/pull/252 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] codecov-io edited a comment on issue #7428: [AIRFLOW-4526] Poll k8s logs to avoid problem with kubernetes logs --follow

2020-02-23 Thread GitBox
codecov-io edited a comment on issue #7428: [AIRFLOW-4526] Poll k8s logs to avoid problem with kubernetes logs --follow URL: https://github.com/apache/airflow/pull/7428#issuecomment-590111637 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7428?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7428: [AIRFLOW-4526] Poll k8s logs to avoid problem with kubernetes logs --follow

2020-02-23 Thread GitBox
codecov-io edited a comment on issue #7428: [AIRFLOW-4526] Poll k8s logs to avoid problem with kubernetes logs --follow URL: https://github.com/apache/airflow/pull/7428#issuecomment-590111637 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7428?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7428: [AIRFLOW-4526] Poll k8s logs to avoid problem with kubernetes logs --follow

2020-02-23 Thread GitBox
codecov-io edited a comment on issue #7428: [AIRFLOW-4526] Poll k8s logs to avoid problem with kubernetes logs --follow URL: https://github.com/apache/airflow/pull/7428#issuecomment-590111637 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7428?src=pr=h1) Report > Merging

[airflow-site] 01/01: Add blogpost for 1.10.8 and 1.10.9

2020-02-23 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch add-release-notes in repository https://gitbox.apache.org/repos/asf/airflow-site.git commit 2822caab1a07e57cc217752ab79a5409eb9e8e45 Author: Kaxil Naik AuthorDate: Sun Feb 23 20:44:59 2020

[airflow-site] branch add-release-notes created (now 2822caa)

2020-02-23 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch add-release-notes in repository https://gitbox.apache.org/repos/asf/airflow-site.git. at 2822caa Add blogpost for 1.10.8 and 1.10.9 This branch includes the following new commits:

[GitHub] [airflow] codecov-io edited a comment on issue #7428: [AIRFLOW-4526] Poll k8s logs to avoid problem with kubernetes logs --follow

2020-02-23 Thread GitBox
codecov-io edited a comment on issue #7428: [AIRFLOW-4526] Poll k8s logs to avoid problem with kubernetes logs --follow URL: https://github.com/apache/airflow/pull/7428#issuecomment-590111637 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7428?src=pr=h1) Report > :exclamation:

[GitHub] [airflow] codecov-io commented on issue #7428: [AIRFLOW-4526] Poll k8s logs to avoid problem with kubernetes logs --follow

2020-02-23 Thread GitBox
codecov-io commented on issue #7428: [AIRFLOW-4526] Poll k8s logs to avoid problem with kubernetes logs --follow URL: https://github.com/apache/airflow/pull/7428#issuecomment-590111637 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7428?src=pr=h1) Report > :exclamation: No

[GitHub] [airflow] mik-laj commented on a change in pull request #7489: [AIRFLOW-6869][WIP] Bulk fetch DAGRuns for _process_task_instances

2020-02-23 Thread GitBox
mik-laj commented on a change in pull request #7489: [AIRFLOW-6869][WIP] Bulk fetch DAGRuns for _process_task_instances URL: https://github.com/apache/airflow/pull/7489#discussion_r383032005 ## File path: airflow/jobs/scheduler_job.py ## @@ -699,23 +727,30 @@ def

[GitHub] [airflow] ashb commented on issue #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible

2020-02-23 Thread GitBox
ashb commented on issue #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible URL: https://github.com/apache/airflow/pull/7484#issuecomment-590101310 Good spot Kamil! This is an automated message from

  1   2   3   >