.coveragerc
.dockerignore
.editorconfig
.gitignore
.isort.cfg
.prettierrc.js
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.rst
docker-compose.yml
pytest.ini
setup.cfg
setup.py
.circleci/config.yml
.circleci/docker-compose.circle.yml
.coverage/.gitignore
bin/docker-entrypoint
bin/wait-for-it.sh
src/redash_stmo/__init__.py
src/redash_stmo/dockerflow.py
src/redash_stmo/resources.py
src/redash_stmo/settings.py
src/redash_stmo.egg-info/PKG-INFO
src/redash_stmo.egg-info/SOURCES.txt
src/redash_stmo.egg-info/dependency_links.txt
src/redash_stmo.egg-info/entry_points.txt
src/redash_stmo.egg-info/requires.txt
src/redash_stmo.egg-info/top_level.txt
src/redash_stmo/data_sources/__init__.py
src/redash_stmo/data_sources/health.py
src/redash_stmo/data_sources/link/__init__.py
src/redash_stmo/data_sources/link/extension.py
src/redash_stmo/data_sources/link/bundle/datasource_link.js
src/redash_stmo/data_sources/validator/__init__.py
src/redash_stmo/data_sources/validator/extension.py
src/redash_stmo/data_sources/validator/bundle/datasource_validator.js
src/redash_stmo/data_sources/version/__init__.py
src/redash_stmo/data_sources/version/extension.py
src/redash_stmo/data_sources/version/bundle/datasource_version.js
src/redash_stmo/handlers/__init__.py
src/redash_stmo/handlers/authentication/__init__.py
src/redash_stmo/handlers/authentication/remote_user_auth.py
src/redash_stmo/handlers/query_results/__init__.py
src/redash_stmo/handlers/query_results/extension.py
src/redash_stmo/handlers/query_results/parser.py
src/redash_stmo/query_runner/__init__.py
src/redash_stmo/query_runner/activedata.py
src/redash_stmo/query_runner/big_query.py
src/redash_stmo/query_runner/presto.py
tests/test_health.py
tests/data_sources/test_link.py
tests/data_sources/test_version.py
tests/handlers/test_query_result_permissions.py
tests/handlers/test_remote_user_auth.py
tests/query_runner/test_big_query.py
tests/query_runner/test_presto.py