[GitHub] [airflow] mik-laj commented on pull request #9566: Fix using .json template extension in GMP operators

2020-06-30 Thread GitBox
mik-laj commented on pull request #9566: URL: https://github.com/apache/airflow/pull/9566#issuecomment-651813511 Can you add unit test? This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [airflow] mik-laj edited a comment on pull request #9566: Fix using .json template extension in GMP operators

2020-06-30 Thread GitBox
mik-laj edited a comment on pull request #9566: URL: https://github.com/apache/airflow/pull/9566#issuecomment-651813511 Can you add unit test and some documentation? This is an automated message from the Apache Git Service. T

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

2020-06-30 Thread GitBox
mik-laj commented on a change in pull request #9549: URL: https://github.com/apache/airflow/pull/9549#discussion_r447712769 ## File path: docs/howto/use-alternative-secrets-backend.rst ## @@ -117,7 +117,7 @@ The following is a sample JSON file. } The YAML file structure

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

2020-06-30 Thread GitBox
mik-laj commented on a change in pull request #9549: URL: https://github.com/apache/airflow/pull/9549#discussion_r447713430 ## File path: tests/secrets/test_local_filesystem.py ## @@ -226,9 +226,15 @@ def test_missing_file(self, mock_exists): schema: lschema

[GitHub] [airflow] DanilBaibak commented on pull request #9312: Fix for the ThresholdCheckOperator problem

2020-06-30 Thread GitBox
DanilBaibak commented on pull request #9312: URL: https://github.com/apache/airflow/pull/9312#issuecomment-651821660 Hi @mik-laj! Seems, tests passed and @eladkal tested the fix. Can we move forward with PR? This is an autom

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

2020-06-30 Thread GitBox
mik-laj commented on a change in pull request #9503: URL: https://github.com/apache/airflow/pull/9503#discussion_r447731133 ## File path: tests/api_connexion/test_parameters.py ## @@ -1,69 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contribu

[GitHub] [airflow] kaxil opened a new pull request #9591: Fix broken link in chart/README.md

2020-06-30 Thread GitBox
kaxil opened a new pull request #9591: URL: https://github.com/apache/airflow/pull/9591 `CONTRIBUTING.md` -> `../CONTRIBUTING.rst` --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit tests coverag

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

2020-06-30 Thread GitBox
mik-laj commented on a change in pull request #9503: URL: https://github.com/apache/airflow/pull/9503#discussion_r447731133 ## File path: tests/api_connexion/test_parameters.py ## @@ -1,69 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contribu

[GitHub] [airflow] kaxil opened a new pull request #9592: Remove redundant airflowVersion from Helm Chart readme

2020-06-30 Thread GitBox
kaxil opened a new pull request #9592: URL: https://github.com/apache/airflow/pull/9592 We no longer use `airflowVersion` , we instead use `defaultAirflowRepository` and `defaultAirflowTag` --- Make sure to mark the boxes below before creating PR: [x] - [x] Description abov

[GitHub] [airflow] turbaszek commented on pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-06-30 Thread GitBox
turbaszek commented on pull request #9593: URL: https://github.com/apache/airflow/pull/9593#issuecomment-651847946 @dossett happy to hear your opinion! This is an automated message from the Apache Git Service. To respond to t

[GitHub] [airflow] turbaszek opened a new pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-06-30 Thread GitBox
turbaszek opened a new pull request #9593: URL: https://github.com/apache/airflow/pull/9593 This PR brings back some features added in https://github.com/apache/airflow/pull/4064 that were lost during refactor. Now if the cluster is created but its state is ERROR then we run a diagnosis

[GitHub] [airflow] turbaszek commented on a change in pull request #9590: Improve idempotency of BigQueryInsertJobOperator

2020-06-30 Thread GitBox
turbaszek commented on a change in pull request #9590: URL: https://github.com/apache/airflow/pull/9590#discussion_r447751434 ## File path: airflow/providers/google/cloud/operators/bigquery.py ## @@ -1692,32 +1692,52 @@ def prepare_template(self) -> None: with open

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

2020-06-30 Thread GitBox
mik-laj commented on a change in pull request #9503: URL: https://github.com/apache/airflow/pull/9503#discussion_r447755902 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -69,24 +61,24 @@ def get_dag_runs(session, dag_id, start_date_gte=None, start_dat

[airflow] branch v1-10-test updated: Add Webserver tests to Quarantine

2020-06-30 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 6de0677 Add Webserver tests to Quar

[airflow] branch master updated (f429c3c -> d6b323b)

2020-06-30 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 f429c3c Fix failing test in test_webserver_command (#9589) add d6b323b Remove redundant airflowVersion fro

[airflow] branch master updated: Fix broken link in chart/README.md (#9591)

2020-06-30 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 bbfaafe Fix broken link in chart/README.md

[airflow] branch v1-10-test updated: Fix pickling failure when spawning processes (#8671)

2020-06-30 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 834182e Fix pickling failure when s

[GitHub] [airflow] boring-cyborg[bot] commented on issue #9595: SparkSubmitOperator only masks one "form" of password arguments

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

[GitHub] [airflow] Unit03 opened a new issue #9595: SparkSubmitOperator only masks one "form" of password arguments

2020-06-30 Thread GitBox
Unit03 opened a new issue #9595: URL: https://github.com/apache/airflow/issues/9595 **Apache Airflow version**: 1.10.9, 1.10.10, trunk - **OS** (e.g. from /etc/os-release): Linux - **Others**: Bash/sh **What happened**: Password masking was added to `SparkSubmitOperat

[airflow] 03/03: Add 3.8 to the test matrices (#8836)

2020-06-30 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 b7a75089d679b14742c1a5a8939c6d478708995b Author: James Timmins AuthorDate: Fri Jun 5 10:39:28 2020 -0700 Ad

[airflow] 02/03: Access function to be pickled as attribute, not method, to avoid error. (#8823)

2020-06-30 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 e94ddc501794e6b7df9dc38d260328a53320c30d Author: James Timmins AuthorDate: Tue May 12 00:55:39 2020 -0700 A

[airflow] 01/03: Use fork when test relies on mock.patch in parent process. (#8794)

2020-06-30 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 5bb80f81a807920893843156c5432f3d36a719f5 Author: James Timmins AuthorDate: Mon May 11 13:42:38 2020 -0700 U

[airflow] branch v1-10-test updated (834182e -> b7a7508)

2020-06-30 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 834182e Fix pickling failure when spawning processes (#8671) new 5bb80f8 Use fork when test relies on

[airflow] 01/03: Use fork when test relies on mock.patch in parent process. (#8794)

2020-06-30 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 5bb80f81a807920893843156c5432f3d36a719f5 Author: James Timmins AuthorDate: Mon May 11 13:42:38 2020 -0700 U

[airflow] branch v1-10-test updated (834182e -> b7a7508)

2020-06-30 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 834182e Fix pickling failure when spawning processes (#8671) new 5bb80f8 Use fork when test relies on

[airflow] 03/03: Add 3.8 to the test matrices (#8836)

2020-06-30 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 b7a75089d679b14742c1a5a8939c6d478708995b Author: James Timmins AuthorDate: Fri Jun 5 10:39:28 2020 -0700 Ad

[airflow] 02/03: Access function to be pickled as attribute, not method, to avoid error. (#8823)

2020-06-30 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 e94ddc501794e6b7df9dc38d260328a53320c30d Author: James Timmins AuthorDate: Tue May 12 00:55:39 2020 -0700 A

[airflow] 01/01: Add 3.8 to the test matrices (#8836)

2020-06-30 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 df64d7d07133d301845c6a9689a119711880fe18 Author: James Timmins AuthorDate: Fri Jun 5 10:39:28 2020 -0700 Ad

[airflow] branch v1-10-test updated (b7a7508 -> df64d7d)

2020-06-30 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. discard b7a7508 Add 3.8 to the test matrices (#8836) new df64d7d Add 3.8 to the test matrices (#8836) This up

[airflow] branch v1-10-test updated (df64d7d -> 5fd52b8)

2020-06-30 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. omit df64d7d Add 3.8 to the test matrices (#8836) new 5fd52b8 Add 3.8 to the test matrices (#8836) This up

[GitHub] [airflow] mik-laj opened a new pull request #9596: Fix quarantined tests - TestCliWebServer (v1-10-test)

2020-06-30 Thread GitBox
mik-laj opened a new pull request #9596: URL: https://github.com/apache/airflow/pull/9596 I'm starting work on preparing a patch for the master branch as well. --- Make sure to mark the boxes below before creating PR: [x] - [X] Description above provides context of the chang

[airflow] 01/01: Add 3.8 to the test matrices (#8836)

2020-06-30 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 5fd52b8e4d05456f392758171eb58ac3a19c5817 Author: James Timmins AuthorDate: Fri Jun 5 10:39:28 2020 -0700 Ad

[GitHub] [airflow] potiuk commented on a change in pull request #9468: Switches to Helm Chart for Kubernetes tests

2020-06-30 Thread GitBox
potiuk commented on a change in pull request #9468: URL: https://github.com/apache/airflow/pull/9468#discussion_r447957346 ## File path: chart/templates/rbac/pod-launcher-rolebinding.yaml ## @@ -21,7 +21,7 @@ {{- if and .Values.rbacEnabled .Values.allowPodLaunching }} {{- $gr

[airflow] branch v1-10-test updated (5fd52b8 -> 55a08c7)

2020-06-30 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 5fd52b8 Add 3.8 to the test matrices (#8836) add 55a08c7 Fix Failing test for JSON Formatter on Python

[GitHub] [airflow] dimberman commented on a change in pull request #9468: Switches to Helm Chart for Kubernetes tests

2020-06-30 Thread GitBox
dimberman commented on a change in pull request #9468: URL: https://github.com/apache/airflow/pull/9468#discussion_r447961523 ## File path: chart/templates/rbac/pod-launcher-rolebinding.yaml ## @@ -21,7 +21,7 @@ {{- if and .Values.rbacEnabled .Values.allowPodLaunching }} {{-

[GitHub] [airflow] mik-laj commented on pull request #9596: Fix quarantined tests - TestCliWebServer (v1-10-test)

2020-06-30 Thread GitBox
mik-laj commented on pull request #9596: URL: https://github.com/apache/airflow/pull/9596#issuecomment-652028965 @potiuk I fixed it now. This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [airflow] mik-laj opened a new pull request #9597: [WIP] Add read-only endpoints for task instances

2020-06-30 Thread GitBox
mik-laj opened a new pull request #9597: URL: https://github.com/apache/airflow/pull/9597 --- 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 chan

[GitHub] [airflow] mik-laj merged pull request #9312: Fix for the ThresholdCheckOperator problem

2020-06-30 Thread GitBox
mik-laj merged pull request #9312: URL: https://github.com/apache/airflow/pull/9312 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 #9312: Fix for the ThresholdCheckOperator problem

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

[airflow] branch master updated: Fix regression in SQLThresholdCheckOperator (#9312)

2020-06-30 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 87d83a1 Fix regression in SQLThresholdCh

[GitHub] [airflow] tooptoop4 commented on issue #9595: SparkSubmitOperator only masks one "form" of password arguments

2020-06-30 Thread GitBox
tooptoop4 commented on issue #9595: URL: https://github.com/apache/airflow/issues/9595#issuecomment-652078141 @Unit03 pls raise the PR. My original PR that you mentioned was very crude (as you noticed!), but better than nothing :) Was done in that format because all my dags use that 1 spec

[airflow] branch v1-10-test updated: [AIRFLOW-6708] Set unique logger names (#7330)

2020-06-30 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 722b465 [AIRFLOW-6708] Set unique l

[jira] [Updated] (AIRFLOW-6708) Set unique logger names

2020-06-30 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6708: Fix Version/s: (was: 2.0.0) 1.10.11 > Set unique logger names > --

[jira] [Commented] (AIRFLOW-6708) Set unique logger names

2020-06-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148987#comment-17148987 ] ASF subversion and git services commented on AIRFLOW-6708: -- Co

[GitHub] [airflow] ephraimbuddy commented on issue #9386: Move task handlers to airflow.providers package

2020-06-30 Thread GitBox
ephraimbuddy commented on issue #9386: URL: https://github.com/apache/airflow/issues/9386#issuecomment-652086889 Hi, can I work on these while I await your reviews on the other PRs? It seems easy, thanks. This is an automate

[GitHub] [airflow] mik-laj opened a new pull request #9598: Fix quarantined tests - TestCliWebServer

2020-06-30 Thread GitBox
mik-laj opened a new pull request #9598: URL: https://github.com/apache/airflow/pull/9598 --- 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 chan

[GitHub] [airflow] kaxil commented on pull request #9596: Fix quarantined tests - TestCliWebServer (v1-10-test)

2020-06-30 Thread GitBox
kaxil commented on pull request #9596: URL: https://github.com/apache/airflow/pull/9596#issuecomment-652102215 Tests are still failing This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [airflow] mik-laj commented on pull request #9596: Fix quarantined tests - TestCliWebServer (v1-10-test)

2020-06-30 Thread GitBox
mik-laj commented on pull request #9596: URL: https://github.com/apache/airflow/pull/9596#issuecomment-652104618 @kaxil I know :_; This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [airflow] kaxil commented on pull request #9596: Fix quarantined tests - TestCliWebServer (v1-10-test)

2020-06-30 Thread GitBox
kaxil commented on pull request #9596: URL: https://github.com/apache/airflow/pull/9596#issuecomment-652105758 > @kaxil I know :_; :D Although all the tests in v1-10-test passed: https://github.com/apache/airflow/commits/v1-10-test (https://github.com/apache/airflow/runs/824432425)

[GitHub] [airflow] mik-laj commented on pull request #9596: Fix quarantined tests - TestCliWebServer (v1-10-test)

2020-06-30 Thread GitBox
mik-laj commented on pull request #9596: URL: https://github.com/apache/airflow/pull/9596#issuecomment-652108938 @kaxil We have Python 3.8 compatibility issues: https://apache-airflow.slack.com/archives/CCPRP7943/p1593558215208800 --

[airflow] 07/15: Add documentation for CLI command airflow dags test (#8251)

2020-06-30 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 413ed654645f0cdc7056d84db35ec43a5f475afe Author: Bas Harenslak AuthorDate: Sat Apr 11 18:35:38 2020 +0200 A

[airflow] 08/15: Add Local and Sequential Executors to Doc (#8084)

2020-06-30 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 7bebae0bb6a4d7c158805573642ecc539151d7a7 Author: Xinbin Huang AuthorDate: Fri Apr 3 09:39:16 2020 -0700 Add

[airflow] branch v1-10-test updated (722b465 -> bfbff7e)

2020-06-30 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 722b465 [AIRFLOW-6708] Set unique logger names (#7330) new 4acf4dd [AIRFLOW-] Fix outdated doc on

[airflow] 14/15: Carefully parse warning messages when building documentation (#8693)

2020-06-30 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 c238a5cb990dd67f68672f46d7a5fd8a7d1fe4da Author: Kamil Breguła AuthorDate: Tue May 5 10:13:26 2020 +0200 Ca

[airflow] 01/15: [AIRFLOW-XXXX] Fix outdated doc on settings.policy (#7532)

2020-06-30 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 4acf4dd4f606850a8060199c31193db6454df762 Author: Kaxil Naik AuthorDate: Tue Feb 25 14:43:17 2020 + [AIR

[airflow] 05/15: [AIRFLOW-XXXX] Add scheduler in production section (#7351)

2020-06-30 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 3c81b30b324077b76adb753220b63350842e5f73 Author: Ry Walker <4283+...@users.noreply.github.com> AuthorDate: Tue Fe

[airflow] 12/15: Improve language in Pod Mutation Hook docs (#8445)

2020-06-30 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 a70ee5a2fbc837b06de4df12190b3fe1c3b73af3 Author: Kaxil Naik AuthorDate: Sat Apr 18 21:04:40 2020 +0100 Impr

[airflow] 06/15: fix typo in DAG Serialization documentation (#8317)

2020-06-30 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 95d927958bea1536e62a579ac2c648cee9b51f83 Author: Michał Słowikowski AuthorDate: Wed Apr 15 10:38:17 2020 +0200

[airflow] 13/15: Make KubernetesPodOperator clear in docs (#8444)

2020-06-30 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 1454f4663f324fd794f50ea5aa4450842270c2eb Author: Kaxil Naik AuthorDate: Sat Apr 18 21:05:18 2020 +0100 Make

[airflow] 02/15: Add task instance mutation hook (#8852)

2020-06-30 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 4d15311003bd7d8b4e9a9637dd5b56e25dc9dbfb Author: Chao-Han Tsai AuthorDate: Fri Jun 12 21:03:17 2020 -0700 A

[airflow] 04/15: [AIRFLOW-XXX] Add a structural dag validation example (#6727)

2020-06-30 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 01dcdc940ab23dd83dccd64b2e6dc8f5c521abf5 Author: svivier-orange <57477414+svivier-ora...@users.noreply.github.com

[airflow] 03/15: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation (#6295)

2020-06-30 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 46e08d94f4527a6daf0b5e751b5ce785d8c82721 Author: Kartik Khare AuthorDate: Wed Nov 27 16:43:10 2019 +0530 [A

[airflow] 11/15: Fix formatting of Pool docs in concepts.rst (#8443)

2020-06-30 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 94f851f136888e0528e6798f27ee49673fd200de Author: Kaxil Naik AuthorDate: Sat Apr 18 20:48:20 2020 +0100 Fix

[airflow] 10/15: Make doc clearer about Airflow Variables using Environment Variables (#8427)

2020-06-30 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 0edb0005d2d276a01b0b0dd6821ac2a5bd1c1263 Author: Kaxil Naik AuthorDate: Fri Apr 17 13:39:14 2020 +0100 Make

[airflow] 09/15: [AIRFLOW-XXXX] fix pools doc for LocalExecutor (#7643)

2020-06-30 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 08a49fe4adfe70044a4f5083adcc975e0039c131 Author: raphaelauv AuthorDate: Sun Mar 29 21:29:25 2020 +0200 [AIR

[airflow] 15/15: Enforce code-block directives in doc (#9443)

2020-06-30 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 bfbff7e5f4bfd416bb73098c2daa96131a27f628 Author: Kamil Breguła AuthorDate: Sat Jun 20 22:02:13 2020 +0200 E

[airflow] 03/15: [AIRFLOW-XXX] GSoD: Adding Task re-run documentation (#6295)

2020-06-30 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 46e08d94f4527a6daf0b5e751b5ce785d8c82721 Author: Kartik Khare AuthorDate: Wed Nov 27 16:43:10 2019 +0530 [A

[airflow] 04/15: [AIRFLOW-XXX] Add a structural dag validation example (#6727)

2020-06-30 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 01dcdc940ab23dd83dccd64b2e6dc8f5c521abf5 Author: svivier-orange <57477414+svivier-ora...@users.noreply.github.com

[airflow] 01/15: [AIRFLOW-XXXX] Fix outdated doc on settings.policy (#7532)

2020-06-30 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 4acf4dd4f606850a8060199c31193db6454df762 Author: Kaxil Naik AuthorDate: Tue Feb 25 14:43:17 2020 + [AIR

[airflow] 06/15: fix typo in DAG Serialization documentation (#8317)

2020-06-30 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 95d927958bea1536e62a579ac2c648cee9b51f83 Author: Michał Słowikowski AuthorDate: Wed Apr 15 10:38:17 2020 +0200

[airflow] 05/15: [AIRFLOW-XXXX] Add scheduler in production section (#7351)

2020-06-30 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 3c81b30b324077b76adb753220b63350842e5f73 Author: Ry Walker <4283+...@users.noreply.github.com> AuthorDate: Tue Fe

[airflow] 02/15: Add task instance mutation hook (#8852)

2020-06-30 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 4d15311003bd7d8b4e9a9637dd5b56e25dc9dbfb Author: Chao-Han Tsai AuthorDate: Fri Jun 12 21:03:17 2020 -0700 A

[airflow] branch v1-10-test updated (722b465 -> bfbff7e)

2020-06-30 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 722b465 [AIRFLOW-6708] Set unique logger names (#7330) new 4acf4dd [AIRFLOW-] Fix outdated doc on

[airflow] 12/15: Improve language in Pod Mutation Hook docs (#8445)

2020-06-30 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 a70ee5a2fbc837b06de4df12190b3fe1c3b73af3 Author: Kaxil Naik AuthorDate: Sat Apr 18 21:04:40 2020 +0100 Impr

[airflow] 10/15: Make doc clearer about Airflow Variables using Environment Variables (#8427)

2020-06-30 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 0edb0005d2d276a01b0b0dd6821ac2a5bd1c1263 Author: Kaxil Naik AuthorDate: Fri Apr 17 13:39:14 2020 +0100 Make

[jira] [Commented] (AIRFLOW-584) Airflow Pool does not limit running tasks

2020-06-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149017#comment-17149017 ] ASF subversion and git services commented on AIRFLOW-584: - Commi

[airflow] 07/15: Add documentation for CLI command airflow dags test (#8251)

2020-06-30 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 413ed654645f0cdc7056d84db35ec43a5f475afe Author: Bas Harenslak AuthorDate: Sat Apr 11 18:35:38 2020 +0200 A

[airflow] 09/15: [AIRFLOW-XXXX] fix pools doc for LocalExecutor (#7643)

2020-06-30 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 08a49fe4adfe70044a4f5083adcc975e0039c131 Author: raphaelauv AuthorDate: Sun Mar 29 21:29:25 2020 +0200 [AIR

[airflow] 08/15: Add Local and Sequential Executors to Doc (#8084)

2020-06-30 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 7bebae0bb6a4d7c158805573642ecc539151d7a7 Author: Xinbin Huang AuthorDate: Fri Apr 3 09:39:16 2020 -0700 Add

[airflow] 14/15: Carefully parse warning messages when building documentation (#8693)

2020-06-30 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 c238a5cb990dd67f68672f46d7a5fd8a7d1fe4da Author: Kamil Breguła AuthorDate: Tue May 5 10:13:26 2020 +0200 Ca

[airflow] 13/15: Make KubernetesPodOperator clear in docs (#8444)

2020-06-30 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 1454f4663f324fd794f50ea5aa4450842270c2eb Author: Kaxil Naik AuthorDate: Sat Apr 18 21:05:18 2020 +0100 Make

[airflow] 15/15: Enforce code-block directives in doc (#9443)

2020-06-30 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 bfbff7e5f4bfd416bb73098c2daa96131a27f628 Author: Kamil Breguła AuthorDate: Sat Jun 20 22:02:13 2020 +0200 E

[jira] [Commented] (AIRFLOW-584) Airflow Pool does not limit running tasks

2020-06-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149018#comment-17149018 ] ASF subversion and git services commented on AIRFLOW-584: - Commi

[airflow] 11/15: Fix formatting of Pool docs in concepts.rst (#8443)

2020-06-30 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 94f851f136888e0528e6798f27ee49673fd200de Author: Kaxil Naik AuthorDate: Sat Apr 18 20:48:20 2020 +0100 Fix

[GitHub] [airflow] mik-laj commented on issue #9386: Move task handlers to airflow.providers package

2020-06-30 Thread GitBox
mik-laj commented on issue #9386: URL: https://github.com/apache/airflow/issues/9386#issuecomment-652113650 Yes. Go ahead and work. This is an automated message from the Apache Git Service. To respond to the message, please l

[airflow] branch v1-10-test updated: Add docs on using DAGRun.conf (#9578)

2020-06-30 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 0eb21e6 Add docs on using DAGRun.co

[GitHub] [airflow] kaxil opened a new pull request #9599: Fix typo in the word 'available'

2020-06-30 Thread GitBox
kaxil opened a new pull request #9599: URL: https://github.com/apache/airflow/pull/9599 `avaible` -> `available` --- 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

[airflow] branch v1-10-test updated: Bump version to 1.10.11

2020-06-30 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 870777e Bump version to 1.10.11 870

[GitHub] [airflow] ephraimbuddy opened a new issue #9600: Add unittests for GCSTaskHandler

2020-06-30 Thread GitBox
ephraimbuddy opened a new issue #9600: URL: https://github.com/apache/airflow/issues/9600 **Description** The `GCSTaskHandler` from `airflow.utils.log.gcs_task_handler` does not have a unit test. **Use case / motivation** The test is necessary so that we can be able to

[airflow] 01/03: Enforce code-block directives in doc (#9443)

2020-06-30 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 82318b68d76574ac21d23941989d869f8e71f2cc Author: Kamil Breguła AuthorDate: Sat Jun 20 22:02:13 2020 +0200 E

[airflow] 03/03: Bump version to 1.10.11

2020-06-30 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 c644d536527c3c2dc806fa8819089c7b38701ad3 Author: Kaxil Naik AuthorDate: Wed Jul 1 01:24:49 2020 +0100 Bump

[airflow] 02/03: Add docs on using DAGRun.conf (#9578)

2020-06-30 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 2d4a32c81d12b50ed4464203fc91fe4f9b99059c Author: Kaxil Naik AuthorDate: Tue Jun 30 00:59:40 2020 +0100 Add

[airflow] branch v1-10-test updated (870777e -> c644d53)

2020-06-30 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. discard 870777e Bump version to 1.10.11 discard 0eb21e6 Add docs on using DAGRun.conf (#9578) discard bfbff7e En

[airflow] branch v1-10-test updated (c644d53 -> 5a54173)

2020-06-30 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. omit c644d53 Bump version to 1.10.11 omit 2d4a32c Add docs on using DAGRun.conf (#9578) omit 82318b6 En

[jira] [Commented] (AIRFLOW-584) Airflow Pool does not limit running tasks

2020-06-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149029#comment-17149029 ] ASF subversion and git services commented on AIRFLOW-584: - Commi

[GitHub] [airflow] kaxil opened a new pull request #9601: Move XCom tests to tests/models/test_xcom.py

2020-06-30 Thread GitBox
kaxil opened a new pull request #9601: URL: https://github.com/apache/airflow/pull/9601 Move XCom tests from `tests/models/test_cleartasks.py` to `tests/models/test_xcom.py` --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides conte

[GitHub] [airflow] ephraimbuddy opened a new pull request #9602: Move S3TaskHandler to the provider package

2020-06-30 Thread GitBox
ephraimbuddy opened a new pull request #9602: URL: https://github.com/apache/airflow/pull/9602 --- This PR fixes one of the issues listed in #9386 The `S3TaskHandler` class from `airflow.utils.log.s3_task_handler` was moved to `airflow.providers.amazon.aws.log.s3_task_handler`.

[GitHub] [airflow] ephraimbuddy opened a new issue #9603: Add unit test for WasbTaskHandler

2020-06-30 Thread GitBox
ephraimbuddy opened a new issue #9603: URL: https://github.com/apache/airflow/issues/9603 Description The WasbTaskHandler from airflow.utils.log.wasb_task_handler does not have a unit test. Use case / motivation The test is necessary so that we can be able to move the W

[GitHub] [airflow] ephraimbuddy opened a new pull request #9604: Move CloudwatchTaskHandler to the provider package

2020-06-30 Thread GitBox
ephraimbuddy opened a new pull request #9604: URL: https://github.com/apache/airflow/pull/9604 --- This PR fixes one of the issues listed in #9386 The CloudwatchTaskHandler class from airflow.utils.log.cloudwatch_task_handler was moved to airflow.providers.amazon.aws.log.cloudw

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

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

<    1   2   3   >