jason810496 commented on issue #24464:
URL: https://github.com/apache/airflow/issues/24464#issuecomment-2969984863

   > Many orgs created frameworks like a single python file is reading from 
some yaml/json config and generating thousands of dags, so all of them would 
become part of the same folder. Though they belong to diff teams and solving 
diff usecases.
   
   I overlooked this scenario, and I agree this could be a common pattern. 
   
   > However, if we go via tag-based structure, it won't be an issue. Infact, 
we can treat real paths also as a tag (behind a config setting), so those who 
wants path level structure, it'll be available to them.
   
   +1 for adopting a tag-based structure using the existing tag model. Adding a 
new UI endpoint should be sufficient for the frontend, and it also avoids the 
need to modify the database schema.
   
   
   
   
   
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to