mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[fix] Use HTTPS, not HTTP wherever practical (#7040)
* Download RAT binary via HTTPS, not HTTP * Merge branch 'patch-1' of github.com:hajdbo/incubator-superset into patch-1
This commit is contained in:
committed by
Maxime Beauchemin
parent
f5274a9c7f
commit
5137539a86
@@ -272,7 +272,7 @@ Superset in the :ref:`ref_database_deps` section of the docs. Database
|
||||
engines not listed in this page may work too. We rely on the
|
||||
community to contribute to this knowledge base.
|
||||
|
||||
.. _SQLAlchemy dialect: http://docs.sqlalchemy.org/en/latest/dialects/
|
||||
.. _SQLAlchemy dialect: https://docs.sqlalchemy.org/en/latest/dialects/
|
||||
.. _DBAPI driver: https://www.python.org/dev/peps/pep-0249/
|
||||
|
||||
For a database engine to be supported in Superset through the
|
||||
|
||||
Reference in New Issue
Block a user