[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-23 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r444212806 ## File path: airflow/api_connexion/schemas/xcom_schema.py ## @@ -0,0 +1,63 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more co

[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-23 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r444212806 ## File path: airflow/api_connexion/schemas/xcom_schema.py ## @@ -0,0 +1,63 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more co

[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-21 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r443195125 ## File path: tests/api_connexion/schemas/test_xcom_schema.py ## @@ -0,0 +1,207 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or mor

[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-21 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r443195155 ## File path: tests/api_connexion/schemas/test_xcom_schema.py ## @@ -0,0 +1,207 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or mor

[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-21 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r443194807 ## File path: airflow/api_connexion/endpoints/xcom_endpoint.py ## @@ -26,18 +35,58 @@ def delete_xcom_entry(): raise NotImplementedError("Not impleme

[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-17 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r441955670 ## File path: tests/api_connexion/endpoints/test_xcom_endpoint.py ## @@ -15,62 +15,254 @@ # specific language governing permissions and limitations # un

[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-17 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r441954783 ## File path: tests/api_connexion/endpoints/test_xcom_endpoint.py ## @@ -18,59 +18,153 @@ import pytest +from airflow.models import DagRun as DR, XCo

[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-17 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r441954880 ## File path: tests/api_connexion/endpoints/test_xcom_endpoint.py ## @@ -15,62 +15,254 @@ # specific language governing permissions and limitations # un

[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-17 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r441954535 ## File path: airflow/api_connexion/endpoints/xcom_endpoint.py ## @@ -26,18 +33,41 @@ def delete_xcom_entry(): raise NotImplementedError("Not impleme

[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-17 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r441954292 ## File path: airflow/api_connexion/endpoints/xcom_endpoint.py ## @@ -26,18 +33,41 @@ def delete_xcom_entry(): raise NotImplementedError("Not impleme

[GitHub] [airflow] mik-laj commented on a change in pull request #9170: Read only endpoint for XCom #8134

2020-06-17 Thread GitBox
mik-laj commented on a change in pull request #9170: URL: https://github.com/apache/airflow/pull/9170#discussion_r441954103 ## File path: airflow/api_connexion/endpoints/xcom_endpoint.py ## @@ -26,18 +32,35 @@ def delete_xcom_entry(): raise NotImplementedError("Not impleme