superset/tests/unit_tests/db_engine_specs
James Turton 85e330e94b
fix(drill): specify an SA URL parm of impersonation_target for drill+sadrill (#19252)
* Update drill+sadrill to specify an SA URL parm of "impersonation_target".

Sqlalchemy-drill is being updated to support impersonation with the
drill+sadrill driver, where previously it did not.  The way that callers
should specify impersonation matches that for the drill+jdbc driver in that
a SA URL parameter of impersonation_target should be set to the username
of the user to be impersonated, while the stadard SA username and password
should be those of the proxy user.

* Remove lint.

* Address review comments.

* Use idiomatic pytest to test for a raised exception.

* Fix import statement order in drill.py.
2022-03-31 19:42:27 +03:00
..
test_athena.py fix(sqla): make text clause escaping optional (#17641) 2021-12-03 12:35:26 +02:00
test_base.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
test_bigquery.py chore: enable BQ tests (#17017) 2021-10-14 08:07:47 -07:00
test_drill.py fix(drill): specify an SA URL parm of impersonation_target for drill+sadrill (#19252) 2022-03-31 19:42:27 +03:00
test_gsheets.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
test_kusto.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
test_mssql.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
test_presto.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
test_snowflake.py chore(tests-backend): migrate snowflake and sqlite to unit tests (#18854) 2022-02-23 11:11:10 -06:00
test_sqlite.py chore(tests-backend): migrate snowflake and sqlite to unit tests (#18854) 2022-02-23 11:11:10 -06:00
test_teradata.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
test_trino.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00