mik-laj commented on pull request #8279:
URL: https://github.com/apache/airflow/pull/8279#issuecomment-619486719
Have you thought to write a decorator who will perform basic check?
```
@validate_query_params([
'dag_id': (validate_key, 'Invalid DAG ID.')
'task_id': (validate_key, 'Invalid DAG ID.')
])
def rendered(self):
```
This will make it easier to add this in subsequent views
----------------------------------------------------------------
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]