[GitHub] [airflow] jhtimmins commented on pull request #9517: [AIRFLOW-XXXX] Remove now-inaccurate docstring

2020-06-30 Thread GitBox
jhtimmins commented on pull request #9517: URL: https://github.com/apache/airflow/pull/9517#issuecomment-652229569 This change looks good. The earliest history I see for this file is in November 2019, at which point the Athena operator did not make use of `do_xcom_push`. It's not immediate

[GitHub] [airflow] turbaszek commented on pull request #9602: Move S3TaskHandler to the provider package

2020-06-30 Thread GitBox
turbaszek commented on pull request #9602: URL: https://github.com/apache/airflow/pull/9602#issuecomment-652228295 > The `S3TaskHandler` class from `airflow.utils.log.s3_task_handler` was moved to > `airflow.providers.amazon.aws.log.s3_task_handler`. I'm ok with `.aws.log...` but

[GitHub] [airflow] DanilBaibak commented on issue #9309: Bug / ThresholdCheckOperator Does Not Work

2020-06-30 Thread GitBox
DanilBaibak commented on issue #9309: URL: https://github.com/apache/airflow/issues/9309#issuecomment-652225005 Fixed! This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [airflow] DanilBaibak closed issue #9309: Bug / ThresholdCheckOperator Does Not Work

2020-06-30 Thread GitBox
DanilBaibak closed issue #9309: URL: https://github.com/apache/airflow/issues/9309 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 t

[airflow] branch master updated (87d83a1 -> 58edc38)

2020-06-30 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 87d83a1 Fix regression in SQLThresholdCheckOperator (#9312) add 58edc38 Fix typo in the word 'available' (

[airflow] branch master updated: Move XCom tests to tests/models/test_xcom.py (#9601)

2020-06-30 Thread turbaszek
This is an automated email from the ASF dual-hosted git repository. turbaszek 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 7a54418 Move XCom tests to tests/models/tes

[GitHub] [airflow] turbaszek merged pull request #9601: Move XCom tests to tests/models/test_xcom.py

2020-06-30 Thread GitBox
turbaszek merged pull request #9601: URL: https://github.com/apache/airflow/pull/9601 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 t

[airflow] branch master updated (87d83a1 -> 58edc38)

2020-06-30 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 87d83a1 Fix regression in SQLThresholdCheckOperator (#9312) add 58edc38 Fix typo in the word 'available' (

[GitHub] [airflow] turbaszek merged pull request #9599: Fix typo in the word 'available'

2020-06-30 Thread GitBox
turbaszek merged pull request #9599: URL: https://github.com/apache/airflow/pull/9599 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 t

[GitHub] [airflow] jhtimmins commented on pull request #9599: Fix typo in the word 'available'

2020-06-30 Thread GitBox
jhtimmins commented on pull request #9599: URL: https://github.com/apache/airflow/pull/9599#issuecomment-652208745 This looks good! This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [airflow] jhtimmins commented on a change in pull request #9597: [WIP] Add read-only endpoints for task instances

2020-06-30 Thread GitBox
jhtimmins commented on a change in pull request #9597: URL: https://github.com/apache/airflow/pull/9597#discussion_r448127145 ## File path: airflow/api_connexion/endpoints/task_instance_endpoint.py ## @@ -14,23 +14,110 @@ # KIND, either express or implied. See the License for

[GitHub] [airflow] satishbellapu commented on issue #8282: Missing crossreferences between hooks and guides

2020-06-30 Thread GitBox
satishbellapu commented on issue #8282: URL: https://github.com/apache/airflow/issues/8282#issuecomment-652198688 Thanks for the explanation @mik-laj will get back if i have questions. This is an automated message from the Ap

[airflow] tag nightly-master updated (2248a5d -> 87d83a1)

2020-06-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag nightly-master in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag nightly-master was modified! *** from 2248a5d (commit) to 87d83a1 (commit) from 22

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

2020-06-30 Thread GitBox
takunnithan commented on pull request #9556: URL: https://github.com/apache/airflow/pull/9556#issuecomment-652159554 @ephraimbuddy - **Thank you** for taking the time to review the pr and give valuable suggestions. I followed the marshmallow schema approach you suggested. Also added more t

[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

[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] 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 #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] 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

[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

[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

[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] 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

[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] 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] 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

[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

[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

[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] 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] 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] 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] 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] 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] 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

[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 --

[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-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-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 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] 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

[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

[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 > --

[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

[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 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] 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

[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] 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 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] 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 }} {{-

[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] 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] 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

[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 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] 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] 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] 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

[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

[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

[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

[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 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

  1   2   3   >