You want to join them with a comma here, no? Also, you don't need format nor 
the list comprehension:

```python
', '.join(str(o) for o in obj.tables)))
```

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

Reply via email to