superset/tests/db_engine_specs
Hugh A. Miles II 392d8a8107
fix: Handle bad permission errors for bigquery test connections (#14147)
* starter make file

* yea

* move messaging to config

* Delete Makefile

* remove

* checkout

* check for db generic errors

* checkout bad files

* add proper message

* add docs for new permissions codes

* Update superset/errors.py

Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>

* Update superset/errors.py

Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>

* rename var

* starter regex

* fix

* fix

* fix linting

* update test

* yerp

* fixed test

* added regex

* Apply suggestions from code review

Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>

* address comments

* update docs

* prettier

* fux

* add space

* Update errors.py

* Update types.ts

Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
2021-04-20 19:19:36 -04:00
..
__init__.py Enable running of tests in tests/db_engine_specs (#8902) 2019-12-31 14:45:33 +02:00
athena_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
base_engine_spec_tests.py feat: improve engine spec discoverability (#14204) 2021-04-19 17:24:22 -07:00
base_tests.py feat(native-filters): add temporal support to select filter (#13622) 2021-03-18 16:15:43 +02:00
bigquery_tests.py fix: Handle bad permission errors for bigquery test connections (#14147) 2021-04-20 19:19:36 -04:00
clickhouse_tests.py refactor: dbapi exception mapping for dbapi's (#12869) 2021-02-02 15:07:46 +00:00
crate_tests.py dynamic dttm fix for test_convert_dttm (#13626) 2021-03-15 23:14:50 +02:00
drill_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
druid_tests.py feat(db-engine-specs): add support for Postgres root cert (#11720) 2021-01-13 13:39:28 +02:00
elasticsearch_tests.py fix: engines that don't support comments (#13153) 2021-02-17 18:01:34 +00:00
firebird_tests.py feat: add Firebird DB engine spec (#13353) 2021-02-26 12:07:27 -08:00
hana_tests.py add test_convert_dttm (#12539) 2021-01-21 12:52:38 -08:00
hive_tests.py feat: improve engine spec discoverability (#14204) 2021-04-19 17:24:22 -07:00
impala_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
kylin_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
mssql_tests.py feat: error messages when connecting to mssql (#14171) 2021-04-16 09:43:42 -07:00
mysql_tests.py feat: error messages for Presto connections (#14172) 2021-04-16 15:49:47 -04:00
oracle_tests.py test: oracle engine spec (#12615) 2021-01-25 09:49:58 -08:00
pinot_tests.py fix: Fixing pinot query generation for date format conversion from python datetime format to java simple date format (#13163) 2021-02-20 08:26:34 +02:00
postgres_tests.py feat: improve engine spec discoverability (#14204) 2021-04-19 17:24:22 -07:00
presto_tests.py feat: error messages for Presto connections (#14172) 2021-04-16 15:49:47 -04:00
redshift_tests.py feat: error messages when connecting to mssql (#14171) 2021-04-16 09:43:42 -07:00
snowflake_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
sqlite_tests.py test: sqlite db engine spec (#12616) 2021-01-21 09:34:48 +00:00
trino_tests.py feat: TrinoEngineSpec.adjust_database_uri (#14122) 2021-04-19 13:10:12 +03:00