[GitHub] [airflow] mik-laj commented on pull request #9277: [WIP] Health endpoint spec

2020-06-29 Thread GitBox
mik-laj commented on pull request #9277: URL: https://github.com/apache/airflow/pull/9277#issuecomment-651559532 Do I have to do anything here? How can I help this change to be finished? This is an automated message from the

[GitHub] [airflow] mik-laj commented on a change in pull request #9503: add date-time format validation for API spec

2020-06-29 Thread GitBox
mik-laj commented on a change in pull request #9503: URL: https://github.com/apache/airflow/pull/9503#discussion_r447427420 ## File path: setup.py ## @@ -721,6 +722,7 @@ def is_package_excluded(package: str, exclusion_list: List[str]): 'python-nvd3~=0.15.0',

[GitHub] [airflow] mik-laj commented on a change in pull request #9503: add date-time format validation for API spec

2020-06-29 Thread GitBox
mik-laj commented on a change in pull request #9503: URL: https://github.com/apache/airflow/pull/9503#discussion_r447427126 ## File path: setup.py ## @@ -379,6 +379,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version ] sendgrid = [

[GitHub] [airflow] mik-laj commented on a change in pull request #9473: [WIP] Dag Runs CRUD endpoints

2020-06-29 Thread GitBox
mik-laj commented on a change in pull request #9473: URL: https://github.com/apache/airflow/pull/9473#discussion_r447425987 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -70,10 +92,14 @@ def get_dag_runs(session, dag_id, start_date_gte=None,

[airflow] branch master updated (22fbd0f -> ac070cf)

2020-06-29 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 22fbd0f Add CRUD Endpoints for pools (#9329) add ac070cf Remove PATCH

[GitHub] [airflow] mik-laj merged pull request #9476: Remove PATCH /dags/{dag_id}/dagRuns/{dag_run_id} endpoint

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

[GitHub] [airflow] mik-laj closed issue #9114: API Endpoint - CRUD - Pool

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

[airflow] branch master updated (59035a0 -> 22fbd0f)

2020-06-29 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 59035a0 Add log endpoint (#9331) add 22fbd0f Add CRUD Endpoints for pools (#9329) No new revisions

[GitHub] [airflow] mik-laj merged pull request #9329: Pool CRUD Endpoints

2020-06-29 Thread GitBox
mik-laj merged pull request #9329: URL: https://github.com/apache/airflow/pull/9329 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

[airflow] branch master updated: Add log endpoint (#9331)

2020-06-29 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula 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 59035a0 Add log endpoint (#9331)

[GitHub] [airflow] mik-laj merged pull request #9331: add log endpoint

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

[GitHub] [airflow] mik-laj closed issue #8135: API Endpoint - Logs

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

[GitHub] [airflow] mik-laj commented on pull request #9562: Update usages of airflow db upgrade/init in best practices docs

2020-06-29 Thread GitBox
mik-laj commented on pull request #9562: URL: https://github.com/apache/airflow/pull/9562#issuecomment-651552651 I created a new PR for v1-10-test. https://github.com/apache/airflow/pull/9585 This is an automated message

[GitHub] [airflow] mik-laj closed pull request #9562: Update usages of airflow db upgrade/init in best practices docs

2020-06-29 Thread GitBox
mik-laj closed pull request #9562: URL: https://github.com/apache/airflow/pull/9562 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] mik-laj commented on a change in pull request #9570: Makes multi-namespace mode optional

2020-06-29 Thread GitBox
mik-laj commented on a change in pull request #9570: URL: https://github.com/apache/airflow/pull/9570#discussion_r447421319 ## File path: airflow/utils/dag_processing.py ## @@ -63,13 +63,13 @@ class SimpleDag(BaseDag): :type pickle_id: unicode """ -def

[GitHub] [airflow] mik-laj commented on a change in pull request #9570: Makes multi-namespace mode optional

2020-06-29 Thread GitBox
mik-laj commented on a change in pull request #9570: URL: https://github.com/apache/airflow/pull/9570#discussion_r447421091 ## File path: Dockerfile.ci ## @@ -224,11 +224,20 @@ ENV AIRFLOW_CI_BUILD_EPOCH=${AIRFLOW_CI_BUILD_EPOCH} # In case of CI builds we want to pre-install

[GitHub] [airflow] mik-laj opened a new pull request #9585: Update command in docs for v1.10+ (v1-10-test)

2020-06-29 Thread GitBox
mik-laj opened a new pull request #9585: URL: https://github.com/apache/airflow/pull/9585 --- Make sure to mark the boxes below before creating PR: [x] - [X] Description above provides context of the change - [X] Unit tests coverage for changes (not needed for documentation

[airflow] branch v1-10-test updated: Add docs about reload_on_plugin_change opiton (#9575)

2020-06-29 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v1-10-test by this push: new 43e6195 Add docs about

[airflow] branch v1-10-test updated: Add docs about reload_on_plugin_change opiton (#9575)

2020-06-29 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v1-10-test by this push: new 43e6195 Add docs about

[GitHub] [airflow] angadsingh opened a new pull request #9584: feat: add TruFactor to Airflow community

2020-06-29 Thread GitBox
angadsingh opened a new pull request #9584: URL: https://github.com/apache/airflow/pull/9584 --- Make sure to mark the boxes below before creating PR: [x] - [ ] Description above provides context of the change - [ ] Unit tests coverage for changes (not needed for documentation

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #9584: feat: add TruFactor to Airflow community

2020-06-29 Thread GitBox
boring-cyborg[bot] commented on pull request #9584: URL: https://github.com/apache/airflow/pull/9584#issuecomment-651522085 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] sk2991 opened a new issue #9583: Attach roles to AD groups - Azure OAuth

2020-06-29 Thread GitBox
sk2991 opened a new issue #9583: URL: https://github.com/apache/airflow/issues/9583 We have implemented RBAC using Azure OAuth, Is there any way to attach a role to AD group - so that users part of that AD groups/Tenant can get default access to the attached role **Apache Airflow

[GitHub] [airflow] boring-cyborg[bot] commented on issue #9583: Attach roles to AD groups - Azure OAuth

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

[GitHub] [airflow] kaxil closed issue #9526: remove duplicate parameters from `sql_to_gcs.py`

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

[GitHub] [airflow] kaxil commented on issue #9526: remove duplicate parameters from `sql_to_gcs.py`

2020-06-29 Thread GitBox
kaxil commented on issue #9526: URL: https://github.com/apache/airflow/issues/9526#issuecomment-651450369 Fixed by https://github.com/apache/airflow/pull/9527 This is an automated message from the Apache Git Service. To

[GitHub] [airflow] kaxil closed issue #9571: Upgrading from 1.10.9 to 1.10.10 gave template error when accessing webserver

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

[GitHub] [airflow] kaxil commented on issue #9571: Upgrading from 1.10.9 to 1.10.10 gave template error when accessing webserver

2020-06-29 Thread GitBox
kaxil commented on issue #9571: URL: https://github.com/apache/airflow/issues/9571#issuecomment-651449171 Duplicate of https://github.com/apache/airflow/issues/8752 Will be fixed in 1.10.11 This is an automated

[GitHub] [airflow] kaxil edited a comment on issue #9561: Documentation does not tell what "dry run" does

2020-06-29 Thread GitBox
kaxil edited a comment on issue #9561: URL: https://github.com/apache/airflow/issues/9561#issuecomment-651448101 You could run the backfill command and suffix it with `&` (ampersand) to run it in background Example

[GitHub] [airflow] kaxil commented on issue #9561: Documentation does not tell what "dry run" does

2020-06-29 Thread GitBox
kaxil commented on issue #9561: URL: https://github.com/apache/airflow/issues/9561#issuecomment-651448101 You could run the backfill command and suffix it with `&` (ampersand) to run it in background This is an automated

[GitHub] [airflow] kaxil opened a new pull request #9582: Add more info on dry-run CLI option

2020-06-29 Thread GitBox
kaxil opened a new pull request #9582: URL: https://github.com/apache/airflow/pull/9582 fixes https://github.com/apache/airflow/issues/9561 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit

[GitHub] [airflow] kaxil commented on a change in pull request #9580: Add XCom.get_one() method back

2020-06-29 Thread GitBox
kaxil commented on a change in pull request #9580: URL: https://github.com/apache/airflow/pull/9580#discussion_r447339664 ## File path: airflow/models/xcom.py ## @@ -118,6 +118,45 @@ def set( session.commit() +@classmethod +@provide_session +def

[airflow] branch master updated (a2cf5a0 -> d214f8d)

2020-06-29 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from a2cf5a0 Fix typo in password (#9579) add d214f8d Fix typos in cloud_memorystore.rst (#9581) No new

[GitHub] [airflow] kaxil merged pull request #9581: Fix typos in cloud_memorystore.rst

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

[GitHub] [airflow] kaxil commented on a change in pull request #9580: Add XCom.get_one() method back

2020-06-29 Thread GitBox
kaxil commented on a change in pull request #9580: URL: https://github.com/apache/airflow/pull/9580#discussion_r447338484 ## File path: airflow/models/xcom.py ## @@ -118,6 +118,45 @@ def set( session.commit() +@classmethod +@provide_session +def

[GitHub] [airflow] potiuk commented on a change in pull request #9580: Add XCom.get_one() method back

2020-06-29 Thread GitBox
potiuk commented on a change in pull request #9580: URL: https://github.com/apache/airflow/pull/9580#discussion_r447338202 ## File path: airflow/models/xcom.py ## @@ -118,6 +118,45 @@ def set( session.commit() +@classmethod +@provide_session +def

[GitHub] [airflow] potiuk commented on a change in pull request #9580: Add XCom.get_one() method back

2020-06-29 Thread GitBox
potiuk commented on a change in pull request #9580: URL: https://github.com/apache/airflow/pull/9580#discussion_r447338202 ## File path: airflow/models/xcom.py ## @@ -118,6 +118,45 @@ def set( session.commit() +@classmethod +@provide_session +def

[GitHub] [airflow] kaxil opened a new pull request #9581: Fix typos in cloud_memorystore.rst

2020-06-29 Thread GitBox
kaxil opened a new pull request #9581: URL: https://github.com/apache/airflow/pull/9581 Fixed three typos in docs/howto/operator/gcp/cloud_memorystore.rst --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change

[GitHub] [airflow] kaxil opened a new pull request #9580: Add XCom.get_one() method back

2020-06-29 Thread GitBox
kaxil opened a new pull request #9580: URL: https://github.com/apache/airflow/pull/9580 It is a handy function to handle and many times we just need a single Xcom value and `Xcom.get_one()` can be a good candidate for that. --- Make sure to mark the boxes below before creating

[airflow] branch master updated (ce4c229 -> a2cf5a0)

2020-06-29 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from ce4c229 Add docs on using DAGRun.conf (#9578) add a2cf5a0 Fix typo in password (#9579) No new revisions

[airflow] branch master updated (656c48d -> ce4c229)

2020-06-29 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 656c48d Add docs about reload_on_plugin_change opiton (#9575) add ce4c229 Add docs on using DAGRun.conf

[GitHub] [airflow] kaxil merged pull request #9579: Fix typo in password

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

[GitHub] [airflow] kaxil closed issue #8900: Info about the parameter "conf" when triggering a DAG

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

[GitHub] [airflow] kaxil merged pull request #9578: Add docs on using DAGRun.conf

2020-06-29 Thread GitBox
kaxil merged pull request #9578: URL: https://github.com/apache/airflow/pull/9578 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] potiuk commented on a change in pull request #9570: Makes multi-namespace mode optional

2020-06-29 Thread GitBox
potiuk commented on a change in pull request #9570: URL: https://github.com/apache/airflow/pull/9570#discussion_r447317499 ## File path: Dockerfile.ci ## @@ -224,11 +224,20 @@ ENV AIRFLOW_CI_BUILD_EPOCH=${AIRFLOW_CI_BUILD_EPOCH} # In case of CI builds we want to pre-install

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

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

[airflow] branch v1-10-test updated: [AIRFLOW-6897] Simplify DagFileProcessorManager (#7521)

2020-06-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v1-10-test by this push: new 99ad9b6 [AIRFLOW-6897] Simplify

[GitHub] [airflow] kaxil opened a new pull request #9579: Fix typo in password

2020-06-29 Thread GitBox
kaxil opened a new pull request #9579: URL: https://github.com/apache/airflow/pull/9579 `pasword` -> `password` --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit tests coverage for changes (not

[GitHub] [airflow] sarahmaas commented on issue #8119: REST API Reference

2020-06-29 Thread GitBox
sarahmaas commented on issue #8119: URL: https://github.com/apache/airflow/issues/8119#issuecomment-651406950 > @sarahmaas I missed your comment. Could you prepare POC to show what it could look like? I wonder if we should integrate Swagger UI with Sphinx or leave it independent.

[GitHub] [airflow] kaxil opened a new pull request #9578: Add docs on using DAGRun.conf

2020-06-29 Thread GitBox
kaxil opened a new pull request #9578: URL: https://github.com/apache/airflow/pull/9578 closes https://github.com/apache/airflow/issues/8900 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit

[GitHub] [airflow] mik-laj closed pull request #9574: Reload gunicorn when plugins has beeen changed (#8997) (v1-10-test)

2020-06-29 Thread GitBox
mik-laj closed pull request #9574: URL: https://github.com/apache/airflow/pull/9574 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

[airflow] branch master updated (bb2f3fe -> 656c48d)

2020-06-29 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 bb2f3fe Raise exception on invalid type in pre_commit_yaml_to_cfg.py (#9577) add 656c48d Add docs

[GitHub] [airflow] mik-laj merged pull request #9575: Add docs about reload_on_plugin_change opiton

2020-06-29 Thread GitBox
mik-laj merged pull request #9575: URL: https://github.com/apache/airflow/pull/9575 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

[airflow] branch master updated (9858294 -> bb2f3fe)

2020-06-29 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 9858294 Fix failing tests from #8997 (#9576) add bb2f3fe Raise exception on invalid type in

[GitHub] [airflow] mik-laj merged pull request #9577: Raise exception on invalid type in pre_commit_yaml_to_cfg.py

2020-06-29 Thread GitBox
mik-laj merged pull request #9577: URL: https://github.com/apache/airflow/pull/9577 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] ad-m commented on issue #8803: Impersonate service accounts while running GCP Operators without key material (if airflow is running on GCP)

2020-06-29 Thread GitBox
ad-m commented on issue #8803: URL: https://github.com/apache/airflow/issues/8803#issuecomment-651373150 I like this idea, which I already discuss regarding API flow in detail with @mik-laj in a long conversation. Similar solutions are currently available from other cloud provider, among

[airflow] branch v1-10-test updated (1606f56 -> c0e5044)

2020-06-29 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from 1606f56 fixup! fixup! Avoid color info in response of /dag_stats & /task_stats (#8742) new 152ee6e

[airflow] 02/02: Fix failing tests from #8997 (#9576)

2020-06-29 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit c0e504415daad0e39ed59f0d61f0660e99a50c50 Author: Kamil Breguła AuthorDate: Mon Jun 29 21:02:44 2020 +0200

[airflow] 01/02: Reload gunicorn when plugins has beeen changed (#8997)

2020-06-29 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 152ee6ee9f16aa5b3c7a6c3535d452a09c7cf381 Author: Kamil Breguła AuthorDate: Mon Jun 29 20:38:26 2020 +0200

[airflow] branch v1-10-test updated: fixup! fixup! Avoid color info in response of /dag_stats & /task_stats (#8742)

2020-06-29 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v1-10-test by this push: new 1606f56 fixup! fixup! Avoid color

[airflow] 01/04: Fix the default value for store_dag_code (#9554)

2020-06-29 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a0fc25593925ab33c8a147ecc0fa987f043353ec Author: Kaxil Naik AuthorDate: Mon Jun 29 12:46:06 2020 +0100 Fix

[airflow] branch v1-10-test updated (915dbea -> f63b249)

2020-06-29 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from 915dbea Add support for fetching logs from running pods (#8626) new a0fc255 Fix the default value for

[airflow] 02/04: Fix failing test in DagCode (#9565)

2020-06-29 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 3f1ea4f0cec1cb00b01e583bc469f88a387bb39a Author: Kaxil Naik AuthorDate: Mon Jun 29 15:16:41 2020 +0100 Fix

[airflow] 03/04: fixup! Avoid color info in response of /dag_stats & /task_stats (#8742)

2020-06-29 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 6804841948b11fb343733fb098dddebbf2b30e72 Author: Kaxil Naik AuthorDate: Mon Jun 29 19:53:38 2020 +0100

[airflow] 04/04: Allow changing Task States Colors (#9520)

2020-06-29 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f63b2496ccd0c78e3e918f59f473012c834967f1 Author: Kaxil Naik AuthorDate: Mon Jun 29 16:11:24 2020 +0100

[GitHub] [airflow] mik-laj commented on pull request #9549: YAML file supports extra json parameters

2020-06-29 Thread GitBox
mik-laj commented on pull request #9549: URL: https://github.com/apache/airflow/pull/9549#issuecomment-651349571 > Should I update the merge request ? Yes. Please update PR and complete the documentation and tests.

[GitHub] [airflow] vanka56 commented on pull request #9280: Functionality to shuffle HMS connections to be used by HiveMetastoreHook facilitating load balancing

2020-06-29 Thread GitBox
vanka56 commented on pull request #9280: URL: https://github.com/apache/airflow/pull/9280#issuecomment-651342257 @turbaszek As far as i could see there is no error related to my changes. its talking about these things(package dependency). Is there a document about how to go

[airflow] branch master updated (ada8366 -> 9858294)

2020-06-29 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 ada8366 "build-essential" are needed for proper install on Linux (#9573) add 9858294 Fix failing

[GitHub] [airflow] mik-laj merged pull request #9576: Fix failing tests from #8997

2020-06-29 Thread GitBox
mik-laj merged pull request #9576: URL: https://github.com/apache/airflow/pull/9576 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] VinayGb665 edited a comment on pull request #9549: YAML file supports extra json parameters

2020-06-29 Thread GitBox
VinayGb665 edited a comment on pull request #9549: URL: https://github.com/apache/airflow/pull/9549#issuecomment-651321092 Would work like a charm :rocket: !! Should I update the merge request ? This is an automated

[GitHub] [airflow] mik-laj commented on a change in pull request #9577: Raise exception on invalid type in pre_commit_yaml_to_cfg.py

2020-06-29 Thread GitBox
mik-laj commented on a change in pull request #9577: URL: https://github.com/apache/airflow/pull/9577#discussion_r447220006 ## File path: scripts/ci/pre_commit_yaml_to_cfg.py ## @@ -82,46 +82,61 @@ def write_config(yaml_config_file_path: str, default_cfg_file_path: str):

[GitHub] [airflow] mik-laj opened a new pull request #9577: Raise exception on invalid type in pre_commit_yaml_to_cfg.py

2020-06-29 Thread GitBox
mik-laj opened a new pull request #9577: URL: https://github.com/apache/airflow/pull/9577 --- Make sure to mark the boxes below before creating PR: [x] - [X] Description above provides context of the change - [X] Unit tests coverage for changes (not needed for documentation

[GitHub] [airflow] VinayGb665 commented on pull request #9549: YAML file supports extra json parameters

2020-06-29 Thread GitBox
VinayGb665 commented on pull request #9549: URL: https://github.com/apache/airflow/pull/9549#issuecomment-651321092 Would work like a charm :rocket: !! This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] Acehaidrey commented on a change in pull request #9544: Add metric for scheduling delay between first run task & expected start time

2020-06-29 Thread GitBox
Acehaidrey commented on a change in pull request #9544: URL: https://github.com/apache/airflow/pull/9544#discussion_r447208601 ## File path: airflow/models/dagrun.py ## @@ -411,6 +412,44 @@ def _are_premature_tis( return True return False +

[GitHub] [airflow] Acehaidrey commented on a change in pull request #9544: Add metric for scheduling delay between first run task & expected start time

2020-06-29 Thread GitBox
Acehaidrey commented on a change in pull request #9544: URL: https://github.com/apache/airflow/pull/9544#discussion_r447208060 ## File path: airflow/models/dagrun.py ## @@ -411,6 +412,44 @@ def _are_premature_tis( return True return False +

[GitHub] [airflow] potiuk commented on pull request #9496: update celery and kombu

2020-06-29 Thread GitBox
potiuk commented on pull request #9496: URL: https://github.com/apache/airflow/pull/9496#issuecomment-651310393 Yeah. Adding an artificial plugin change for now should do the trick. Alternatively (And possibly better) add requirements/* to the regexp here;

[GitHub] [airflow-on-k8s-operator] jimmyjones2 opened a new issue #28: PDB prevents node draining

2020-06-29 Thread GitBox
jimmyjones2 opened a new issue #28: URL: https://github.com/apache/airflow-on-k8s-operator/issues/28 The PDB's have minAvailable set to 100%. As per [the docs](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) the means: > you are requiring zero voluntary evictions.

[GitHub] [airflow] mik-laj opened a new pull request #9576: Reload on plugin change support

2020-06-29 Thread GitBox
mik-laj opened a new pull request #9576: URL: https://github.com/apache/airflow/pull/9576 --- Make sure to mark the boxes below before creating PR: [x] - [X] Description above provides context of the change - [X] Unit tests coverage for changes (not needed for documentation

[GitHub] [airflow] potiuk commented on pull request #9575: Add docs about reload_on_plugin_change opiton

2020-06-29 Thread GitBox
potiuk commented on pull request #9575: URL: https://github.com/apache/airflow/pull/9575#issuecomment-651308573 /opt/airflow/docs/plugins.rst:329: WARNING: unknown document: set-config on build-docs @mik-laj This is an

[airflow] branch master updated (067806d -> ada8366)

2020-06-29 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 067806d Add tests for spark_jdbc_script (#9491) add ada8366 "build-essential" are needed for proper install

[GitHub] [airflow] potiuk merged pull request #9573: "build-essential" are needed for proper install on Linux

2020-06-29 Thread GitBox
potiuk merged pull request #9573: URL: https://github.com/apache/airflow/pull/9573 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] boring-cyborg[bot] commented on pull request #9573: "build-essential" are needed for proper install on Linux

2020-06-29 Thread GitBox
boring-cyborg[bot] commented on pull request #9573: URL: https://github.com/apache/airflow/pull/9573#issuecomment-651306932 Awesome work, congrats on your first merged pull request! This is an automated message from the

[airflow] branch master updated (1c48ffb -> 067806d)

2020-06-29 Thread turbaszek
This is an automated email from the ASF dual-hosted git repository. turbaszek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 1c48ffb Reload gunicorn when plugins has beeen changed (#8997) add 067806d Add tests for

[GitHub] [airflow] turbaszek commented on pull request #9496: update celery and kombu

2020-06-29 Thread GitBox
turbaszek commented on pull request #9496: URL: https://github.com/apache/airflow/pull/9496#issuecomment-651305850 @kaxil @potiuk should we merge or run all tests? This is an automated message from the Apache Git Service. To

[GitHub] [airflow] turbaszek merged pull request #9491: Add tests for spark_jdbc_script

2020-06-29 Thread GitBox
turbaszek merged pull request #9491: URL: https://github.com/apache/airflow/pull/9491 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] feluelle commented on pull request #9394: Fix PythonVirtualenvOperator not working with Airflow context

2020-06-29 Thread GitBox
feluelle commented on pull request #9394: URL: https://github.com/apache/airflow/pull/9394#issuecomment-651304857 PTAL @turbaszek @maganaluis @ashb @Fokko This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] mik-laj opened a new pull request #9575: Add docss about reload_on_plugin_change opiton

2020-06-29 Thread GitBox
mik-laj opened a new pull request #9575: URL: https://github.com/apache/airflow/pull/9575 --- Make sure to mark the boxes below before creating PR: [x] - [X] Description above provides context of the change - [X] Unit tests coverage for changes (not needed for documentation

[GitHub] [airflow] mik-laj opened a new pull request #9574: Reload gunicorn when plugins has beeen changed (#8997) (v1-10-test)

2020-06-29 Thread GitBox
mik-laj opened a new pull request #9574: URL: https://github.com/apache/airflow/pull/9574 (cherry picked from commit 1c48ffbe25c3e304660b7e75a49e88bd114dde46) --- Make sure to mark the boxes below before creating PR: [x] - [ ] Description above provides context of the

[GitHub] [airflow] rahul-ve commented on pull request #9573: "build-essential" are needed for proper install on Linux

2020-06-29 Thread GitBox
rahul-ve commented on pull request #9573: URL: https://github.com/apache/airflow/pull/9573#issuecomment-651286899 The two items unchecked do not apply in this case. Do they have to be checked? This is an automated message

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #9573: "build-essential" are needed for proper install on Linux

2020-06-29 Thread GitBox
boring-cyborg[bot] commented on pull request #9573: URL: https://github.com/apache/airflow/pull/9573#issuecomment-651284409 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] rahul-ve opened a new pull request #9573: "build-essential" are needed for proper install on Linux

2020-06-29 Thread GitBox
rahul-ve opened a new pull request #9573: URL: https://github.com/apache/airflow/pull/9573 On a fresh install of Windows Subsystem for Linux (Ubuntu 20.04), created a conda environment and tried to follow the above guide to install airflow but was getting gcc errors. Installing

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9556: WIP : API Endpoint - Batch

2020-06-29 Thread GitBox
ephraimbuddy commented on a change in pull request #9556: URL: https://github.com/apache/airflow/pull/9556#discussion_r447160605 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -67,40 +67,72 @@ def get_dag_runs(session, dag_id, start_date_gte=None,

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9556: WIP : API Endpoint - Batch

2020-06-29 Thread GitBox
ephraimbuddy commented on a change in pull request #9556: URL: https://github.com/apache/airflow/pull/9556#discussion_r447162757 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -67,40 +67,72 @@ def get_dag_runs(session, dag_id, start_date_gte=None,

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9556: WIP : API Endpoint - Batch

2020-06-29 Thread GitBox
ephraimbuddy commented on a change in pull request #9556: URL: https://github.com/apache/airflow/pull/9556#discussion_r447161957 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -67,40 +67,72 @@ def get_dag_runs(session, dag_id, start_date_gte=None,

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9556: WIP : API Endpoint - Batch

2020-06-29 Thread GitBox
ephraimbuddy commented on a change in pull request #9556: URL: https://github.com/apache/airflow/pull/9556#discussion_r447160605 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -67,40 +67,72 @@ def get_dag_runs(session, dag_id, start_date_gte=None,

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9556: WIP : API Endpoint - Batch

2020-06-29 Thread GitBox
ephraimbuddy commented on a change in pull request #9556: URL: https://github.com/apache/airflow/pull/9556#discussion_r447160605 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -67,40 +67,72 @@ def get_dag_runs(session, dag_id, start_date_gte=None,

[airflow] branch v1-10-test updated (0451378 -> 915dbea)

2020-06-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 0451378 Fix failing test in DagCode (#9565) discard a23f48d Fix the default value for store_dag_code

[airflow] 01/01: Add support for fetching logs from running pods (#8626)

2020-06-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 915dbea173840420f1292307ff334912538e2152 Author: Sumit Maheshwari AuthorDate: Sun May 3 13:27:11 2020 +0530

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9556: WIP : API Endpoint - Batch

2020-06-29 Thread GitBox
ephraimbuddy commented on a change in pull request #9556: URL: https://github.com/apache/airflow/pull/9556#discussion_r447159916 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -67,40 +67,72 @@ def get_dag_runs(session, dag_id, start_date_gte=None,

[GitHub] [airflow] darwinyip removed a comment on issue #9571: Upgrading from 1.10.9 to 1.10.10 gave template error when accessing webserver

2020-06-29 Thread GitBox
darwinyip removed a comment on issue #9571: URL: https://github.com/apache/airflow/issues/9571#issuecomment-651269669 It appears the alembic migration did not work even though it did update the `alembic_version`. I verified by checking if `pool_slots` was added to `task_instance`.

[GitHub] [airflow] takunnithan commented on a change in pull request #9556: WIP : API Endpoint - Batch

2020-06-29 Thread GitBox
takunnithan commented on a change in pull request #9556: URL: https://github.com/apache/airflow/pull/9556#discussion_r447152188 ## File path: tests/api_connexion/endpoints/test_dag_run_endpoint.py ## @@ -346,6 +346,55 @@ def test_end_date_gte_lte(self, url,

  1   2   3   4   >