Beto Dealmeida
482c674a0f
chore: improve types ( #36367 )
2025-12-04 13:51:35 -05:00
Beto Dealmeida
fb7d0e0e3d
chore: annotate important types ( #36034 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-17 14:41:20 -05:00
Ville Brofeldt
c2baba50f9
chore: abstract models and daos into superset-core ( #35259 )
2025-11-14 17:00:44 -08:00
Michael S. Molina
e1234b2264
fix: User-provided Jinja template parameters causing SQL parsing errors ( #34802 )
2025-08-22 14:39:14 -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
Michael S. Molina
1e5a4e9bdc
fix: Saved queries list break if one query can't be parsed ( #34289 )
2025-07-24 08:30:04 -03:00
Beto Dealmeida
a26e1d822a
chore: remove sqlparse ( #33564 )
2025-06-04 19:31:41 -04:00
Beto Dealmeida
cf315388f2
feat(sqllab): use sqlglot instead of sqlparse ( #33542 )
2025-05-30 17:08:19 -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
Beto Dealmeida
0db59b45b8
fix: adhoc metrics ( #30202 )
2024-10-10 16:46:17 -04:00
Vitor Avila
5167d20f27
fix: Improving handling for tag relationship when deleting assets v2 ( #29229 )
2024-06-12 09:39:34 -07:00
Vitor Avila
dd67772ad9
fix: Improving handling for tag relationship when deleting assets ( #29117 )
2024-06-10 16:14:26 -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
1ccbc655eb
fix: Update migration logic in #27119 ( #28422 )
2024-05-13 11:55:59 -07:00
Beto Dealmeida
e6a85c5901
fix: export/import catalogs ( #28408 )
2024-05-09 14:42:03 -04:00
Beto Dealmeida
ce668d46cc
feat(SIP-95): catalogs in SQL Lab and datasets ( #28376 )
2024-05-08 17:19:36 -04:00
JUST.in DO IT
2a7bfa4bb3
fix: Missing sql_editor_id index ( #27392 )
...
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com >
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2024-05-06 10:45:33 -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
Michael S. Molina
883e455e12
fix: Pylint errors on master ( #27710 )
2024-03-27 16:18:41 -03:00
John Bodley
3ae74d1f2d
fix: Provide more inclusive error handling for saved queries ( #27644 )
2024-03-26 16:22:14 -03:00
John Bodley
28cbedb82f
fix: Leverage actual database for rendering Jinjarized SQL ( #27646 )
2024-03-27 08:12:25 +13:00
John Bodley
b25dd0c055
fix(sql_parse): Ensure table extraction handles Jinja templating ( #27470 )
2024-03-22 13:39:28 +13:00
Michael S. Molina
3d645fd8e9
refactor: Updates some database columns to MediumText ( #27119 )
2024-02-15 11:22:57 -05:00
Beto Dealmeida
c0b57bd1c3
feat(sqlparse): improve table parsing ( #26476 )
2024-01-22 11:16:50 -05:00
John Bodley
aafb54d042
chore: Ensure Mixins are ordered according to the MRO ( #26288 )
2023-12-16 14:11:58 +13:00
JUST.in DO IT
5ab1e7eae4
feat(sqllab): SPA migration ( #25151 )
2023-10-04 15:21:41 -04: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
JUST.in DO IT
e20b69587f
chore(sqllab): add extra_json on tabstate ( #24489 )
2023-06-23 14:31:31 -07:00
Hugh A. Miles II
93e1db4bd9
fix: save columns reference from sqllab save datasets flow ( #24248 )
2023-06-20 13:54:19 -04:00
Maxime Beauchemin
b70808d071
chore: cleanup sqlalchemy warnings ( #24403 )
2023-06-16 15:30:47 -07:00
Ville Brofeldt
20e0036336
fix(sql-lab): remove redundant onChange schema property ( #24422 )
2023-06-16 17:38:26 +03: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
Hugh A. Miles II
669e1802a6
fix: [chart power query] error show when user input column with x-axis ( #23776 )
2023-04-22 18:57:20 -04:00
Akshay Kumar Sharma
e8f32c4bc4
fix(saved_queries): wrong enum for object_type of saved_query ( #23611 )
2023-04-10 16:37:16 -04:00
Hugh A. Miles II
d581d698b6
chore: Refactor ExploreMixin to power both Datasets (SqlaTable) and Query models ( #22853 )
2023-04-10 16:32:52 -04:00
John Bodley
83df609782
fix: Ensure verbose mapping exists for SQL Lab Query model ( #23597 )
2023-04-07 06:34:00 +12:00
Hugh A. Miles II
a4d4084d08
fix: tags features flag on base models ( #23548 )
2023-04-04 10:32:24 -04:00
Hugh A. Miles II
b820eb8235
chore: Update pre-commit packages ( #23173 )
2023-03-13 17:05:13 -06:00
cccs-RyanK
a40c12d63e
feat: Frontend tagging ( #20876 )
...
Co-authored-by: cccs-nik <68961854+cccs-nik@users.noreply.github.com >
Co-authored-by: GITHUB_USERNAME <EMAIL>
2023-02-21 13:38:23 -08:00
Artem Shumeiko
c839d0daf5
chore: Localization of superset pt. 2 ( #22772 )
2023-01-30 09:20:43 -07:00
Hugh A. Miles II
88a5d987da
fix(cpq): Add schema to Query.data() payload ( #22791 )
2023-01-25 20:17:39 +02:00
Mayur
61319fd759
feat(sqllab): save query parameters in database ( #21682 )
2022-10-07 12:49:14 +05:30
Hugh A. Miles II
51c54b3c9b
fix: add get_column function for Query obj ( #21691 )
2022-10-05 18:25:44 -04:00
cccs-Dustin
2e564897f8
feat: Add dataset tagging to the back-end ( #20892 )
...
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
2022-09-23 11:01:17 +03:00
Hugh A. Miles II
c61a507e14
fix: add back custom sql filtering with Query as source ( #21190 )
2022-08-26 19:12:21 -07:00
Hugh A. Miles II
6e5036d87f
fix: add timegrains to data payload ( #20938 )
...
* add timegrains to data payload
* fix
* opps
* save
* integrate type casting for engiines
* add perm object
* change how wwe raise_for_access
* fix orderby on column types
* linting
2022-08-04 13:26:49 -04:00
Yongjie Zhao
718bc3062e
fix: invalid metric should raise an exception ( #20882 )
2022-07-28 08:15:43 +08:00
Jesse Yang
77db0651d8
feat(sql lab): display presto and trino tracking url ( #20799 )
2022-07-26 20:20:08 -07:00