robinedwards 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_r357274825
##########
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:
I can do but it is just `encodeURIComponent`
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent
and urllibs `unquote`. I like we would be unit testing this library here as
opposed to airflow
----------------------------------------------------------------
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