You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/usr/local/lib/python2.7/dist-packages/flask_restful/__init__.py", line 477, in wrapper
resp = resource(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flask_login.py", line 792, in decorated_view
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flask/views.py", line 84, in view
return self.dispatch_request(*args, **kwargs)
File "/opt/redash/redash.0.11.0.b1903/redash/handlers/base.py", line 25, in dispatch_request
return super(BaseResource, self).dispatch_request(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flask_restful/__init__.py", line 587, in dispatch_request
resp = meth(*args, **kwargs)
File "/opt/redash/redash.0.11.0.b1903/redash/handlers/data_sources.py", line 105, in get
schema = data_source.get_schema()
File "/opt/redash/redash.0.11.0.b1903/redash/models.py", line 412, in get_schema
schema = sorted(query_runner.get_schema(get_stats=refresh), key=lambda t: t['name'])
File "/opt/redash/redash.0.11.0.b1903/redash/query_runner/__init__.py", line 117, in get_schema
self._get_tables(schema_dict)
File "/opt/redash/redash.0.11.0.b1903/redash/query_runner/mssql.py", line 95, in _get_tables
table_name = '{}.{}'.format(row['table_schema'], row['table_name'])
Redash Version: v0.10.1.b1834, 0.11.0 - RC
Browser/OS: Google Chrome / OSX / Server: Ubuntu Linux 16.04 LTS
How did you install Redash: used setup/ubuntu/bootstrap.sh
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
テスト
"Technical details:
Redash Version: v0.10.1.b1834, 0.11.0 - RC
Browser/OS: Google Chrome / OSX / Server: Ubuntu Linux 16.04 LTS
How did you install Redash: used setup/ubuntu/bootstrap.sh
The text was updated successfully, but these errors were encountered: