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 2020/05/05 17:20:46 UTC

[GitHub] [airflow] kaxil opened a new issue #8720: Can't clear all upstream tasks when DAG Serialization is enabled

kaxil opened a new issue #8720:
URL: https://github.com/apache/airflow/issues/8720


   
   
   **Apache Airflow version**: 1.10.10
   
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Create new directory and use `astro dev init`
   1. Change the FROM line in Dockerfile to `FROM astronomerio/ap-airflow:1.10.10.dev-buster-onbuild-8091`
   1. Enable DAG Serialization (Put `AIRFLOW__CORE__STORE_SERIALIZED_DAGS=True` in `.env` file in the project folder)
   1. `astro dev start`. Once the Webserver boots up, run any DAG
   1. Once the DAG completes execution, click on the task that has few upstream tasks in Graph View
   1. One the **Task Instance Modal**, select **Upstream** -> click on **Clear**. You will see a list of tasks but that would not have all the upstream tasks.
   
   **Screenshots**
   ![Apr-22-2020 15-56-14](https://user-images.githubusercontent.com/8811558/79997805-d96b7f00-84b1-11ea-8328-9d24c4a77ad6.gif)
   
   
   


----------------------------------------------------------------
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] ashb commented on issue #8720: Can't clear all upstream tasks when DAG Serialization is enabled

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


   I think I have a fix for this


----------------------------------------------------------------
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 #8720: Can't clear all upstream tasks when DAG Serialization is enabled

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


   Fixed in 1.10.11


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