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_r357266617
##########
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:
Could you add some testing around the "unquoting" of dag_ids?
----------------------------------------------------------------
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