mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: Trino Authentications (#17593)
* feat: support Trino Authentications Signed-off-by: Đặng Minh Dũng <dungdm93@live.com> * docs: Trino Authentications Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
This commit is contained in:
@@ -283,6 +283,8 @@ werkzeug==1.0.1
|
||||
# via
|
||||
# flask
|
||||
# flask-jwt-extended
|
||||
wrapt==1.12.1
|
||||
# via -r requirements/base.in
|
||||
wtforms==2.3.3
|
||||
# via
|
||||
# flask-appbuilder
|
||||
|
||||
@@ -38,3 +38,4 @@ statsd
|
||||
pytest-mock
|
||||
# DB dependencies
|
||||
-e file:.[bigquery]
|
||||
-e file:.[trino]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SHA1:9658361c2ab00a6b27c5875b7b3557c2999854ba
|
||||
# SHA1:7a8e256097b4758bdeda2529d3d4d31e421e1a3c
|
||||
#
|
||||
# This file is autogenerated by pip-compile-multi
|
||||
# To update, run:
|
||||
@@ -11,8 +11,6 @@
|
||||
# via
|
||||
# -r requirements/base.in
|
||||
# -r requirements/testing.in
|
||||
appnope==0.1.2
|
||||
# via ipython
|
||||
astroid==2.6.6
|
||||
# via pylint
|
||||
backcall==0.2.0
|
||||
@@ -166,20 +164,22 @@ requests-oauthlib==1.3.0
|
||||
# via google-auth-oauthlib
|
||||
rsa==4.7.2
|
||||
# via google-auth
|
||||
sqlalchemy-trino==0.4.1
|
||||
# via apache-superset
|
||||
statsd==3.3.0
|
||||
# via -r requirements/testing.in
|
||||
traitlets==5.0.5
|
||||
# via
|
||||
# ipython
|
||||
# matplotlib-inline
|
||||
trino==0.306
|
||||
# via sqlalchemy-trino
|
||||
typing-inspect==0.7.1
|
||||
# via libcst
|
||||
wcwidth==0.2.5
|
||||
# via prompt-toolkit
|
||||
websocket-client==1.2.0
|
||||
# via docker
|
||||
wrapt==1.12.1
|
||||
# via astroid
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# pip
|
||||
|
||||
Reference in New Issue
Block a user