Athena tables are not showing up in the schema list however I’m able to query the table if I know the table name.
Note: I’ve recently upgraded from v4 to v8 and this issue was present earlier also
[2021-01-31 14:00:21,149][PID:11][ERROR][root] Error with DataSource#to_dict (data source id: 24)
Traceback (most recent call last):
File "/app/redash/handlers/data_sources.py", line 100, in get
d = ds.to_dict()
File "/app/redash/models/__init__.py", line 92, in to_dict
'syntax': self.query_runner.syntax,
AttributeError: 'NoneType' object has no attribute 'syntax'