vchiapaikeo opened a new pull request, #28624:
URL: https://github.com/apache/airflow/pull/28624

   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of an existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   closes: [#ISSUE](https://github.com/apache/airflow/issues/27166)
   
   Saw that https://github.com/apache/airflow/pull/27195/files might be stale 
and it was simple enough so I went ahead and created a PR to fix. I also added 
a fix for the dag import errors as well. The result looks like this:
   
   Collapsed task group:
   <img width="1436" alt="image" 
src="https://user-images.githubusercontent.com/9200263/209828350-9d6b4b39-3490-4638-a53a-c8650efd98cd.png";>
   
   Uncollapsed task group:
   <img width="890" alt="image" 
src="https://user-images.githubusercontent.com/9200263/209828384-fe73ad4e-5ca7-4020-8b8a-02e3cfb90015.png";>
   
   
   Collapsed dag error:
   <img width="1440" alt="image" 
src="https://user-images.githubusercontent.com/9200263/209828434-cd7bb775-18da-4e2e-80ce-ab06eb775ffd.png";>
   
   <img width="1440" alt="image" 
src="https://user-images.githubusercontent.com/9200263/209828455-cb74cb94-e52d-4769-9732-cdcb221fe12e.png";>
   
   Uncollapsed dag error:
   <img width="1440" alt="image" 
src="https://user-images.githubusercontent.com/9200263/209828490-9b2b1f1a-0dd5-40c8-9b4b-d653ceccfcd2.png";>
   
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)**
 for more information.
   In case of fundamental code changes, an Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
 is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party 
License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in a 
newsfragment file, named `{pr_number}.significant.rst` or 
`{issue_number}.significant.rst`, in 
[newsfragments](https://github.com/apache/airflow/tree/main/newsfragments).
   


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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

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

Reply via email to