Hans Yu
14c96761e5
chore: SQLAlchemy User cascade backref warnings are irrelevant ( #42360 )
2026-07-23 17:16:38 -07:00
Hans Yu
40a13883ea
refactor: do not cascade to SqlMetric ( #42221 )
...
Co-authored-by: Evan Rusackas <evan@rusackas.com >
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-21 10:26:01 -07:00
Hans Yu
6c58afe6ac
refactor: do not cascade to TableColumn ( #42222 )
2026-07-21 09:00:47 -07:00
Evan Rusackas
abd6dc8e44
refactor: set cascade_backrefs=False for SavedQuery ( #42212 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-20 15:37:28 -07:00
Evan Rusackas
48faca5b8d
refactor: set cascade_backrefs=False for SqlaTable ( #42213 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-20 10:22:00 -07:00
Evan Rusackas
9178faf9b1
refactor: set cascade_backrefs=False for Query ( #42210 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-20 10:20:09 -07:00
Hans Yu
36dbff091f
refactor: do not cascade to TaggedObject ( #42223 )
2026-07-19 20:18:53 -07:00
Hans Yu
661535e390
refactor: automatically load with engine/connection ( #41980 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-07-16 10:31:23 -07:00
Hans Yu
256cc71c87
refactor: import from sqlalchemy.orm ( #41981 )
2026-07-14 10:29:18 -07:00
Hans Yu
e165762bb7
refactor: begin transaction to automatically commit ( #41979 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-07-13 22:45:40 -07:00
Hans Yu
8afad27c84
chore: convert warning to error if parameters not passed as collection ( #41977 )
2026-07-13 21:25:23 -07:00
Hans Yu
521e51429a
chore: as_declarative() warnings are irrelevant ( #41982 )
2026-07-13 11:37:45 -07:00
Hans Yu
d43a0d7633
chore: sqlalchemy.database package warnings are irrelevant ( #41978 )
2026-07-13 10:41:41 -07:00
Hans Yu
68ebc22e1e
refactor: replace Engine.execute() with Connection.execute() ( #41917 )
2026-07-13 09:40:33 -07:00
Hans Yu
6eb51105d0
refactor: update SQLAlchemy case() syntax to 2.0 ( #40275 )
2026-06-28 12:46:02 -07:00
Hans Yu
c49391ab08
refactor: update Connection.execute() to use queries with text() ( #40277 )
2026-06-22 15:36:15 -07:00
Hans Yu
883b7a286d
refactor: update SQLAlchemy select() syntax to 2.0 ( #40276 )
2026-06-17 17:50:32 -07:00
Amin Ghadersohi
ab36bd3965
build: Add pytest-asyncio to enable async MCP service tests ( #36251 )
2025-11-25 15:47:48 -08:00
Maxime Beauchemin
4b77129cc9
fix(docker): improve docker tags to be cleared and avoid conflicts ( #26787 )
2024-01-30 23:03:25 -08:00
Michael S. Molina
97d89d7340
feat: Adds Area chart migration logic ( #25952 )
2023-11-16 14:28:09 -03:00
Bogdan
84f8a51458
feat: support nulls in the csv uploads ( #10208 )
...
* Support more table properties for the hive upload
Refactor
Add tests, and refactor them to be pytest friendly
Use lowercase table names
Ignore isort
* Use sql params
Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com >
2020-07-06 13:26:43 -07:00
Bogdan
4e340c8368
feat: Switch from nosetest to pytest ( #10177 )
...
* Switch from nosetest to pytest
Fix schedule tests
Collect pytest coverage
Move pytest config into pytest.ini
Move cov to the pytest.ini
* Append coverage for the 2nd run
* Add coverage to all commands
* Coverage only for tests
* Get coverage from 1 place
* Rename classes to be pytest compatible
* Test coverage for examples and tests
* Max diff to -1
* Explain how to run pytest for the whole project
* Do not append code coverage for the main run
* Do not run coverage on examples
Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com >
2020-06-29 15:36:06 -07:00