Evan
4a6a2ff253
fix(db_engine_specs): stop filtering out Postgres schemas prefixed with pg
...
SQLAlchemy's Postgres dialect excludes system schemas with
`nspname NOT LIKE 'pg_%'`, but `_` is a single-character wildcard in
SQL LIKE patterns, so it silently drops any user-defined schema that
starts with `pg` plus one more character (e.g. `pgsql`, `pgstats`),
not just the real `pg_` system schemas. Override `get_schema_names` in
PostgresBaseEngineSpec with a Python-side prefix check instead.
Fixes #30678
2026-07-22 09:02:29 -07:00
Evan Rusackas
7e74fc4192
fix(charts): handle PostgreSQL INTERVAL type in bar and pie charts ( #34513 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-20 22:26:59 -07:00
Shaitan
2e7a2b1f2d
fix: escape SQL identifiers in db engine spec prequeries and metadata queries ( #39840 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 09:48:38 -04:00
Beto Dealmeida
5d9f53ff0c
feat: prevent Postgres connection to Redshift ( #38693 )
2026-03-24 10:44:38 -04:00
Elizabeth Thompson
e9b494163b
refactor(db): use Dialect instead of Engine in select_star to avoid SSH tunnels ( #35540 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-02-02 10:26:35 -08:00
Beto Dealmeida
21d8d57380
fix: select star ( #33763 )
2025-06-13 14:59:52 -04:00
Maxime Beauchemin
e51b95ffa8
chore: enforce more ruff rules ( #31447 )
...
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2024-12-18 17:41:34 -08:00
Sam Firke
ac66ae813f
fix(db_engine_specs): add a few missing time grains to Postgres spec ( #30325 )
2024-09-20 13:34:10 -04:00
Patrick Schmidt
6294e339e2
feat(db_engine): Implement user impersonation support for StarRocks ( #28110 )
2024-09-06 09:13:38 -07:00
Beto Dealmeida
8e15d4807f
chore: s/MockFixture/MockerFixture/g ( #29160 )
2024-06-10 12:35:07 -04:00
Beto Dealmeida
e90246fd1f
feat(SIP-95): permissions for catalogs ( #28317 )
2024-05-06 11:41:58 -04:00
Maxime Beauchemin
2d63722150
chore: set up ruff as a new linter/formatter ( #28158 )
2024-04-24 17:19:53 -07:00
Beto Dealmeida
7675e0db10
fix: search_path in RDS ( #24739 )
2023-07-20 12:57:48 -07:00
John Bodley
a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks ( #24197 )
2023-06-01 12:01:10 -07:00
Beto Dealmeida
2c6f581fa6
feat(postgresql): dynamic schema ( #23401 )
2023-03-17 17:53:42 -07:00
Beto Dealmeida
42e8d1b498
chore: improve schema security ( #23385 )
2023-03-17 08:05:50 -07:00
Ville Brofeldt
cd6fc35f60
chore(db_engine_specs): clean up column spec logic and add tests ( #22871 )
2023-01-31 15:54:07 +02:00