It would be good to preserve the old behavior, just in case something is using 
the API. I think you can do here:

```python
@expose('/schemas/<db_id>/<force_refresh>/')
@expose('/schemas/<db_id>/')
def schemas(self, db_id, force_refresh=True):
```

And it would handle both cases.

[ Full content available at: 
https://github.com/apache/incubator-superset/pull/5933 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to