Commit Graph

14 Commits

Author SHA1 Message Date
Mehmet Salih Yavuz
72649ca490 test(datasource): grant can_read in test_combined_list_semantic_layers_off
The other combined_list test was migrated to grant can_read on Datasource,
but this one still granted can_combined_list, causing 403 when run in
isolation now that the endpoint maps to can_read.
2026-05-07 17:11:24 +03:00
Mehmet Salih Yavuz
bdcad9bdb4 fix(datasource): map combined_list to can_read so Gamma can list datasets
The combined_list endpoint added in #37815 used the auto-derived
`can_combined_list on Datasource` permission, which is not in
READ_ONLY_PERMISSION and is therefore excluded from the Gamma role by
_is_alpha_only. Map it to `can_read on Datasource` instead so Gamma
inherits access alongside Alpha and Admin.
2026-05-07 14:08:30 +03:00
Beto Dealmeida
cb53745d43 feat: semantic layer extension (#37815) 2026-05-05 12:07:46 -04:00
Maxime Beauchemin
a849c29288 chore: enable lint PT009 'use regular assert over self.assert.*' (#30521) 2024-10-07 13:17:27 -07:00
Geido
f314685a8e fix(Explore): Apply RLS at column values (#30490)
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
2024-10-04 18:12:28 +03:00
Daniel Vaz Gaspar
241834205f fix: remove info from datasource access error (#29470) 2024-07-08 14:39:20 +01:00
Maxime Beauchemin
7dd28a9003 chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -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
Maxime Beauchemin
2d63722150 chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
John Bodley
481a63da55 chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
Beto Dealmeida
d8a9847503 fix: column values with NaN (#26946) 2024-02-02 12:56:02 -05:00
Vitor Avila
3a6fe9f105 chore(tests): Add tests to the column denormalization flow (#26220) 2023-12-12 14:34:50 -07:00
John Bodley
3e76736874 chore(dao): Organize DAOs according to SIP-92 (#24331)
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
2023-06-18 18:32:32 -07:00
Jack Fragassi
54f7a248a6 chore: deprecate /superset/filter/... endpoint, migrate to apiv1 (#22882) 2023-01-30 11:02:49 +00:00