Commit Graph

9 Commits

Author SHA1 Message Date
John Bodley 3ae74d1f2d
fix: Provide more inclusive error handling for saved queries (#27644) 2024-03-26 16:22:14 -03:00
Beto Dealmeida 6a7e5c2faf
chore: add unit test for `values_for_column` (#27469) 2024-03-12 12:40:48 -04:00
Beto Dealmeida 7675e0db10
fix: `search_path` in RDS (#24739) 2023-07-20 12:57:48 -07:00
John Bodley 2b364898a5
fix: Address regression introduced in #22853 (#24121) 2023-06-12 15:32:40 -07:00
John Bodley a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
John Bodley 2f0caf8a0d
fix: Handle python_date_format in ExploreMixin (#24068) 2023-05-16 06:54:12 -07:00
Daniel Vaz Gaspar 79274eb5bc
fix: memoized decorator memory leak (#23139) 2023-02-27 15:59:11 +00:00
Beto Dealmeida 8772e2cdb3
fix: improve get_db_engine_spec_for_backend (#21171)
* fix: improve get_db_engine_spec_for_backend

* Fix tests

* Fix docs

* fix lint

* fix fallback

* Fix engine validation

* Fix test
2022-08-29 11:42:42 -07:00
Beto Dealmeida bb3871ddaf
feat: per-db add metrics (#20990)
* feat: per-db add metrics

* Add unit tests
2022-08-08 12:07:16 -07:00