superset/tests/unit_tests/db_engine_specs
Beto Dealmeida 9022f5c519
feat(SIP-85): OAuth2 for databases (#27631)
2024-04-02 22:05:33 -04:00
..
__init__.py chore(tests): Adding missing __init__.py files to various test packages (#25045) 2023-08-21 12:39:31 -07:00
test_athena.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
test_base.py feat(db): Adding DB_SQLA_URI_VALIDATOR (#27847) 2024-04-02 09:00:32 -07:00
test_bigquery.py chore: improve SQL parsing (#26767) 2024-03-13 18:27:01 -04:00
test_clickhouse.py feat(SIP-85): OAuth2 for databases (#27631) 2024-04-02 22:05:33 -04:00
test_crate.py fix(db_engine_specs): Update convert_dttm to work correctly with CrateDB (#27567) 2024-03-21 11:35:40 -07:00
test_crdb.py fix: add format for timestamp in crdb to correctly use times values (#24711) 2023-08-31 10:23:32 -07:00
test_databend.py feat(SIP-85): OAuth2 for databases (#27631) 2024-04-02 22:05:33 -04:00
test_databricks.py chore: remove marshmallow-enum dependency and bump FAB (#24499) 2023-06-27 08:37:43 +01:00
test_db2.py fix(db2): Improving support for ibm db2 connections (#26744) 2024-01-22 17:05:58 -05:00
test_doris.py feat: Add Apache Doris support (#24714) 2023-11-21 12:42:10 -07:00
test_dremio.py feat: method for dynamic `allows_alias_in_select` (#25882) 2023-11-07 14:28:28 -05:00
test_drill.py feat(SIP-85): OAuth2 for databases (#27631) 2024-04-02 22:05:33 -04:00
test_druid.py refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
test_duckdb.py feat(db_engine): Add custom_user_agent when connecting to MotherDuck (#27665) 2024-03-28 18:05:28 -07:00
test_dynamodb.py chore(db_engine_specs): clean up column spec logic and add tests (#22871) 2023-01-31 15:54:07 +02:00
test_elasticsearch.py feat(SIP-85): OAuth2 for databases (#27631) 2024-04-02 22:05:33 -04:00
test_firebird.py chore(db_engine_specs): clean up column spec logic and add tests (#22871) 2023-01-31 15:54:07 +02:00
test_firebolt.py chore(db_engine_specs): clean up column spec logic and add tests (#22871) 2023-01-31 15:54:07 +02:00
test_gsheets.py feat(SIP-85): OAuth2 for databases (#27631) 2024-04-02 22:05:33 -04:00
test_hana.py chore(db_engine_specs): clean up column spec logic and add tests (#22871) 2023-01-31 15:54:07 +02:00
test_hive.py chore: improve schema security (#23385) 2023-03-17 08:05:50 -07:00
test_impala.py chore(db_engine_specs): clean up column spec logic and add tests (#22871) 2023-01-31 15:54:07 +02:00
test_init.py refactor: pkg_resources -> importlib.metadata (#24514) 2023-06-28 15:25:50 -07:00
test_kusto.py chore(db_engine_specs): clean up column spec logic and add tests (#22871) 2023-01-31 15:54:07 +02:00
test_kylin.py chore(db_engine_specs): clean up column spec logic and add tests (#22871) 2023-01-31 15:54:07 +02:00
test_mssql.py fix(mssql): avoid trying to return a resultset for DML queries with not resultset (#24999) 2023-08-21 08:33:26 -03:00
test_mysql.py fix(mysql): handle string typed decimal results (#24241) 2023-09-29 10:48:08 -07:00
test_ocient.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
test_oracle.py fix(oracle): denormalize column names where applicable (#24471) 2023-06-21 22:35:46 +03:00
test_pinot.py refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
test_postgres.py fix: `search_path` in RDS (#24739) 2023-07-20 12:57:48 -07:00
test_presto.py fix: save columns reference from sqllab save datasets flow (#24248) 2023-06-20 13:54:19 -04:00
test_redshift.py fix(redshift): convert_dttm method for redshift dataset and tests (#26283) 2023-12-21 09:55:34 +13:00
test_rockset.py chore(db_engine_specs): clean up column spec logic and add tests (#22871) 2023-01-31 15:54:07 +02:00
test_snowflake.py chore: improve schema security (#23385) 2023-03-17 08:05:50 -07:00
test_sqlite.py feat: improve SQLite DB engine spec (#24909) 2023-08-07 15:59:56 -07:00
test_starrocks.py feat: support complex types and use get_columns implementation of starrrocks python client (#24237) 2023-06-08 11:08:37 -06:00
test_teradata.py test: autouse app_context in unit tests (#20911) 2022-08-02 15:42:50 -07:00
test_trino.py fix: Avoid 500 if end users write bad SQL (#26638) 2024-01-18 06:48:50 +13:00
utils.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00