Beto Dealmeida
|
a26e1d822a
|
chore: remove sqlparse (#33564)
|
2025-06-04 19:31:41 -04:00 |
|
Maxime Beauchemin
|
274aa143d3
|
chore: python version to 3.11 (while supporting 3.10) (#31503)
|
2025-01-13 18:22:49 -08: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 |
|
Eyal Ezer
|
07b2449bd7
|
refactor: Unify all json.(loads|dumps) usage to utils.json (#28702)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
|
2024-05-28 14:17:41 -07:00 |
|
Beto Dealmeida
|
6cf681df68
|
feat(SIP-95): new endpoint for table metadata (#28122)
|
2024-04-25 12:23:49 -04:00 |
|
Beto Dealmeida
|
99a1601aea
|
refactor: rename get_sqla_engine_with_context (#28012)
|
2024-04-12 13:31:05 -04:00 |
|
John Bodley
|
df79522160
|
refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (#26200)
|
2024-01-18 08:27:29 +13:00 |
|
Sebastian Liebscher
|
067bfbf950
|
chore: move TypedDict from typing_extensions to typing (#25121)
|
2023-08-30 09:49:45 -07:00 |
|
EugeneTorap
|
fc89718d48
|
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
|
2023-07-24 17:13:49 -07:00 |
|
John Bodley
|
a4d5d7c6b9
|
chore(pre-commit): Add pyupgrade and pycln hooks (#24197)
|
2023-06-01 12:01:10 -07:00 |
|
Hugh A. Miles II
|
e23efefc46
|
feat: refactor all get_sqla_engine to use contextmanager in codebase (#21943)
|
2022-11-15 13:45:14 -05:00 |
|
Beto Dealmeida
|
e60083b45b
|
chore: upgrade SQLAlchemy to 1.4 (#19890)
* chore: upgrade SQLAlchemy
* Convert integration test to unit test
* Fix SQLite
* Update method names/docstrings
* Skip test
* Fix SQLite
|
2022-07-18 15:21:38 -07:00 |
|
Ville Brofeldt
|
a619cb4ea9
|
chore: upgrade black (#19410)
|
2022-03-29 20:03:09 +03:00 |
|
PApostol
|
c07a707eab
|
Various docstring fixes (#18221)
|
2022-03-21 13:01:57 -03:00 |
|
ofekisr
|
e53a50a155
|
chore(supeset.utils.core): move all database utils to database utils module (#18058)
|
2022-01-16 08:32:50 +02:00 |
|
John Bodley
|
fb4650a6eb
|
chore(pylint): Remove top-level disable (#16589)
* chore(pylint): Remove top-level disable
* Update examples.py
* Update command.py
Co-authored-by: John Bodley <john.bodley@airbnb.com>
|
2021-09-15 09:30:23 -07:00 |
|
John Bodley
|
0df15bf207
|
chore(pylint): Reenable import-outside-toplevel check (#16263)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
|
2021-08-17 05:20:13 +12:00 |
|
John Bodley
|
32a5680510
|
chore: pylint reenable bad-option-value (#15775)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
|
2021-07-22 04:34:08 +12:00 |
|
AAfghahi
|
80dd525026
|
feat: adding Progress Bar to Benchmark script (#15719)
* rough draft of benchmark script
* revisions
* revisions
* rough draft of benchmark script
* revisions
* Update requirements/development.in
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
* Update superset/utils/mock_data.py
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
* more revisions
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
|
2021-07-19 16:34:58 -07:00 |
|
AAfghahi
|
7dd3af6dda
|
feat: add Column to reports model (#15683)
* migration
* added index, fixed misspelling
* Fix benchmark script
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
|
2021-07-15 13:38:57 -07:00 |
|
Beto Dealmeida
|
3b97074ecb
|
fix: benchmark migration script (#15032)
|
2021-06-08 13:57:07 -07:00 |
|
Beto Dealmeida
|
c1cb3619ab
|
feat: script to benchmark DB migrations (#13561)
|
2021-04-15 10:55:35 -07:00 |
|