superset/tests/unit_tests/db_engine_specs
Đặng Minh Dũng ccb293a083
fix(Trino): create PrestoBaseEngineSpec base class to share common code between Trino and Presto (#21066)
* chore: create `PrestoBaseEngineSpec` class that share common functions between Presto and Trino

Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>

* feat(Trino): support CertificateAuthentication

* chore(Presto): move `get_function_names` to `PrestoBaseEngineSpec`

Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>

* chores(Presto): remove `is_readonly_query`

* feat(Trino): implement `extra_table_metadata`

* feat(Trino): specify `User-Agent`

Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>

* fix: pylint

Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>

* chores(Presto): move `PrestoBaseEngineSpec` to `presto.py`

Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>

* fix(Presto): typing annotations

Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>

Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
2022-08-29 10:21:28 +03:00
..
test_athena.py test: autouse app_context in unit tests (#20911) 2022-08-02 15:42:50 -07:00
test_base.py test: autouse app_context in unit tests (#20911) 2022-08-02 15:42:50 -07:00
test_bigquery.py fix: BigQuery get_parameters_from_uri (#20966) 2022-08-03 17:27:40 -07:00
test_drill.py test: autouse app_context in unit tests (#20911) 2022-08-02 15:42:50 -07:00
test_gsheets.py test: autouse app_context in unit tests (#20911) 2022-08-02 15:42:50 -07:00
test_kusto.py test: autouse app_context in unit tests (#20911) 2022-08-02 15:42:50 -07:00
test_mssql.py test: autouse app_context in unit tests (#20911) 2022-08-02 15:42:50 -07:00
test_presto.py fix(Trino): create PrestoBaseEngineSpec base class to share common code between Trino and Presto (#21066) 2022-08-29 10:21:28 +03:00
test_snowflake.py test: autouse app_context in unit tests (#20911) 2022-08-02 15:42:50 -07:00
test_sqlite.py fix: datetime value should be seconds in sqlite (#21113) 2022-08-18 11:42:58 +08:00
test_teradata.py test: autouse app_context in unit tests (#20911) 2022-08-02 15:42:50 -07:00
test_trino.py feat(trino): add query cancellation (#21035) 2022-08-12 07:48:29 +03:00