robinedwards opened a new pull request #7019: [AIRFLOW-6438] Filter dags 
returned by blocked
URL: https://github.com/apache/airflow/pull/7019
 
 
   Link to JIRA issue: https://issues.apache.org/jira/browse/AIRFLOW-6438
   
   The /blocked end point returns any blocked dags in the entire system by 
default. This can be quite slow when running a large amount of dags (2500+ in 
our case).
   
   This pull request adds a dag_ids get parameter to the blocked end point 
which is populated by the dags present on the curent page.
   
   Please see previous issues which fixed the other end points in a similar 
manner AIRFLOW-6239, AIRFLOW-6238, AIRFLOW-6095
   
   - [x] Description above provides context of the change
   - [x] Commit message starts with `[AIRFLOW-NNNN]`, where AIRFLOW-NNNN = JIRA 
ID*
   - [x] Unit tests coverage for changes (not needed for documentation changes)
   - [x] Commits follow "[How to write a good git commit 
message](http://chris.beams.io/posts/git-commit/)"
   - [] Relevant documentation is updated including usage instructions.
   - [x] I will engage committers as explained in [Contribution Workflow 
Example](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example).
   
   (*) For document-only changes, no JIRA issue is needed. Commit message 
starts `[AIRFLOW-XXXX]`.
   

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


With regards,
Apache Git Services

Reply via email to