Beto Dealmeida
|
16e6452b8c
|
feat: Explorable protocol (#36245)
|
2025-12-04 13:18:34 -05:00 |
|
Beto Dealmeida
|
c458f99dd4
|
chore: cleanup ssh tunnel (#34388)
|
2025-12-03 14:26:35 -05:00 |
|
Amin Ghadersohi
|
06a8f4df02
|
feat(datasets): add datetime format detection to dataset columns (#36150)
Co-authored-by: Claude Code <claude@anthropic.com>
|
2025-11-25 14:25:24 -08:00 |
|
Daniel Vaz Gaspar
|
50a5854b25
|
fix: dataset update with invalid SQL query (#35543)
|
2025-10-08 12:22:38 +01:00 |
|
Beto Dealmeida
|
4e969d19d1
|
feat: allow create metric and add to folder in single request (#34993)
|
2025-09-05 13:28:45 -04:00 |
|
Vitor Avila
|
471d9fe737
|
fix: Add dataset ID to file name on exports (#34782)
|
2025-08-25 14:54:27 -03:00 |
|
Maxime Beauchemin
|
cb27d5fe8d
|
chore: proper current_app.config proxy usage (#34345)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-07-31 19:27:42 -07:00 |
|
Maxime Beauchemin
|
16db999067
|
fix: rate limiting issues with example data hosted on github.com (#34381)
|
2025-07-29 11:19:29 -07:00 |
|
Beto Dealmeida
|
b794b192d1
|
fix: return 422 on invalid SQL (#34303)
|
2025-07-24 16:40:56 -04:00 |
|
Beto Dealmeida
|
a26e1d822a
|
chore: remove sqlparse (#33564)
|
2025-06-04 19:31:41 -04:00 |
|
Vitor Avila
|
72cd9dffa3
|
fix: Persist catalog change during dataset update + validation fixes (#33384)
|
2025-05-08 15:22:25 -03:00 |
|
Beto Dealmeida
|
7ab8534ef6
|
feat: dataset folders (backend) (#32520)
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
|
2025-04-11 11:38:08 -07:00 |
|
Asher Manangan
|
fd947a097d
|
feat(tags): Export and Import Functionality for Superset Dashboards and Charts (#30833)
Co-authored-by: Asher Manangan <amanangan@powercosts.com>
|
2025-04-07 15:12:22 -04:00 |
|
Daniel Vaz Gaspar
|
fc844d3dfd
|
fix: dashboard, chart and dataset import validation (#32500)
|
2025-03-05 08:47:49 +00: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 |
|
Beto Dealmeida
|
09802acf0d
|
refactor: remove more sqlparse (#31032)
|
2024-11-26 17:01:07 -05:00 |
|
Beto Dealmeida
|
39209c2b40
|
fix: handle empty catalog when DB supports them (#29840)
|
2024-08-13 10:08:43 -04:00 |
|
John Bodley
|
8fb8199a55
|
chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969)
|
2024-06-28 12:33:56 -07:00 |
|
Régis Behmo
|
5ffa616d98
|
fix: actually write changes on "superset import-datasources" (#14817)
|
2024-06-25 09:25:38 -06:00 |
|
Maxime Beauchemin
|
4bb2e2f8af
|
chore: enable ruff lint rule TRY201 and B904 to improve raise stack traces (#29166)
|
2024-06-12 13:04:42 -07: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 |
|
John Bodley
|
467e612533
|
fix: Remedy logic for UpdateDatasetCommand uniqueness check (#28341)
|
2024-05-07 06:42:37 -07:00 |
|
Beto Dealmeida
|
6cf681df68
|
feat(SIP-95): new endpoint for table metadata (#28122)
|
2024-04-25 12:23:49 -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
|
99a1601aea
|
refactor: rename get_sqla_engine_with_context (#28012)
|
2024-04-12 13:31:05 -04:00 |
|
Vitor Avila
|
66bf70172f
|
fix(API): Updating assets via the API should preserve ownership configuration (#27364)
|
2024-03-06 16:40:41 +00:00 |
|
Stepan
|
2e4f6d3f38
|
perf(export): export generates unnecessary files content (#26765)
|
2024-02-21 16:28:38 -07:00 |
|
John Bodley
|
847ed3f5b0
|
refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909)
|
2024-02-14 06:20:15 +13:00 |
|
Daniel Vaz Gaspar
|
5b34395689
|
fix: chart import validation (#26993)
|
2024-02-06 12:14:02 +00:00 |
|
Beto Dealmeida
|
c0b57bd1c3
|
feat(sqlparse): improve table parsing (#26476)
|
2024-01-22 11:16:50 -05:00 |
|
Daniel Vaz Gaspar
|
8e19f59dd2
|
fix: create virtual dataset validation (#26625)
|
2024-01-17 09:11:15 +00:00 |
|
Ville Brofeldt
|
596f5569be
|
chore(sqlalchemy): import from correct path (#26301)
|
2023-12-18 13:01:50 -08:00 |
|
John Bodley
|
07bcfa9b5f
|
chore(command): Organize Commands according to SIP-92 (#25850)
|
2023-11-22 16:55:54 -03:00 |
|