dimberman commented on a change in pull request #6804: [AIRFLOW-6239] Filter
dags return by last_dagruns
URL: https://github.com/apache/airflow/pull/6804#discussion_r357280518
##########
File path: tests/www/test_views.py
##########
@@ -496,6 +496,22 @@ def test_last_dagruns(self):
resp = self.client.get('last_dagruns', follow_redirects=True)
self.check_content_in_response('example_bash_operator', resp)
+ def test_last_dagruns_success_when_selecting_dags(self):
+ resp = self.client.get('last_dagruns?dag_ids=example_subdag_operator',
follow_redirects=True)
Review comment:
Ahh ok in that point I'm good. Once tests pass I will merge.
----------------------------------------------------------------
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