SamWheating commented on pull request #18924:
URL: https://github.com/apache/airflow/pull/18924#issuecomment-941706608


   > what's wrong with fetching the entire list and filter yourself
   
   This is totally possible (and what we're doing currently), but it feels 
pretty inefficient when we have to pull data on 5000 DAGs just to get the 6 
that we're looking for.
   
   > I feel search is not a particularly good name for this.
   
   I agree here, I chose `search` to match the home page query parameter but I 
think a more descriptive name might be good. What about `dag_id_filter`?


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