You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/14 15:57:55 UTC

[GitHub] [airflow] andrzejsydor opened a new issue #13676: API Endpoints - /xcomEntries/{xcom_key} - doesn't return value

andrzejsydor opened a new issue #13676:
URL: https://github.com/apache/airflow/issues/13676


   **Apache Airflow version**: 2.0.0
   
   **What happened**:
   
   Using endpoint `/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/xcomEntries/{xcom_key}` I got Response Body but without `value` entry. Like:
   ```
   {
     "dag_id": "string",
     "execution_date": "string",
     "key": "string",
     "task_id": "string",
     "timestamp": "string"
   }
   ```
   Instead of:
   ```
   {
     "dag_id": "string",
     "execution_date": "string",
     "key": "string",
     "task_id": "string",
     "timestamp": "string",
     "value": "string"
   }
   ```
   The exact value by defined `key` exists.


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #13676: API Endpoints - /xcomEntries/{xcom_key} - doesn't return value

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #13676:
URL: https://github.com/apache/airflow/issues/13676#issuecomment-760544778


   Will be fixed in 2.0.1, thanks for reporting


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #13676: API Endpoints - /xcomEntries/{xcom_key} - doesn't return value

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #13676:
URL: https://github.com/apache/airflow/issues/13676


   


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #13676: API Endpoints - /xcomEntries/{xcom_key} - doesn't return value

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #13676:
URL: https://github.com/apache/airflow/issues/13676#issuecomment-760288360


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org