Commit Graph

1809 Commits

Author SHA1 Message Date
Jack Fragassi
b9e8cc958a fix(embedded): Hide sensitive payload data from guest users (#25878)
(cherry picked from commit 386d4e0541)
2023-12-08 10:27:03 -03:00
Michael S. Molina
f4873860fc chore: Clean up the examples dashboards (#26158) 2023-12-04 18:00:01 -03:00
Ross Mabbett
4cba277795 fix(Alerts/Reports): allow use of ";" separator in slack recipient entry (#25894)
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
(cherry picked from commit b7a9c220e1)
2023-12-04 15:03:22 -03:00
Vitor Avila
0b040b4824 fix(database-import): Support importing a DB connection with a version set (#26116)
(cherry picked from commit c033ca959d)
2023-12-04 14:03:21 -03:00
Ville Brofeldt
a3212ccba8 fix: flaky test_explore_json_async test v2 (#26106)
(cherry picked from commit 91a8b69d36)
2023-12-04 14:03:20 -03:00
Michael S. Molina
ea65c2467c fix: Flaky test_explore_json_async test (#26059)
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
(cherry picked from commit 2b88225ee1)
2023-12-04 14:01:08 -03:00
Beto Dealmeida
5198279a2b fix: remove update_charts_owners (#25843) 2023-11-06 10:18:36 -03:00
mapledan
d5901140a7 fix: the temporal x-axis results in a none time_range. (#25429)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
(cherry picked from commit ae619b169c)
2023-11-06 09:40:48 -03:00
John Bodley
c216b3efdf fix: Revert "fix: Apply normalization to all dttm columns (#25147)" (#25801) 2023-10-31 11:47:45 -03:00
Beto Dealmeida
1d403dab98 fix: DB-specific quoting in Jinja macro (#25779)
(cherry picked from commit 5659c87ed2)
2023-10-31 11:22:13 -03:00
Beto Dealmeida
01d3ac20c7 fix: dataset update uniqueness (#25756)
(cherry picked from commit c7f8d11a7e)
2023-10-31 10:47:06 -03:00
Rob Moore
5293f5521d fix(sqllab): reinstate "Force trino client async execution" (#25680) 2023-10-31 10:36:30 -03:00
Daniel Vaz Gaspar
b0f229ea7e fix: improve upload ZIP file validation (#25658) 2023-10-19 09:59:24 -03:00
Igor Khrol
ec3bed709e fix: avoid 500 errors with SQLLAB_BACKEND_PERSISTENCE (#25553)
(cherry picked from commit 99f79f5143)
2023-10-19 09:56:43 -03:00
JUST.in DO IT
701ee30d1e fix(sqllab): template validation error within comments (#25626)
(cherry picked from commit b370c66308)
2023-10-19 09:56:43 -03:00
Ville Brofeldt
cd1b7a4c06 fix: revert fix(sqllab): Force trino client async execution (#24859) (#25541)
(cherry picked from commit e56e0de458)
2023-10-13 09:10:46 -03:00
Rui Zhao
254cc36b17 fix(Presto): catch DatabaseError when testing Presto views (#25559)
Co-authored-by: Rui Zhao <zhaorui@dropbox.com>
(cherry picked from commit be3714e131)
2023-10-13 09:04:41 -03:00
Daniel Vaz Gaspar
286c095506 fix: REST API CSRF exempt list (#25590)
(cherry picked from commit 549abb542b)
2023-10-11 08:36:08 -03:00
Kamil Gabryjelski
dd769eb7a0 fix: Apply normalization to all dttm columns (#25147)
(cherry picked from commit 58fcd292a9)
2023-10-09 11:45:56 -03:00
John Bodley
9d1ab460c3 fix: Address Mypy issue which is causing CI to fail (#25494)
(cherry picked from commit 36ed617090)
2023-10-03 10:52:16 -03:00
Ville Brofeldt
615d7f5ccc fix(mysql): handle string typed decimal results (#24241)
(cherry picked from commit 7eab59af51)
2023-10-02 11:03:05 -03:00
Beto Dealmeida
1757ce49a9 fix: chart import (#25425)
(cherry picked from commit a4d8f36863)
2023-09-28 11:37:17 -03:00
JUST.in DO IT
721db8a1a9 fix(sqllab): invalid persisted tab state (#25308) (#25398) 2023-09-26 11:19:05 -03:00
Beto Dealmeida
88e6f22180 fix: datetime with timezone excel export (#25318)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
(cherry picked from commit 5ebcd2a5f6)
2023-09-25 10:42:16 -03:00
Jack Fragassi
0d53446562 fix: Improve the reliability of alerts & reports (#25239)
(cherry picked from commit f672d5da5c)
2023-09-25 09:52:08 -03:00
Jack Fragassi
61dcc70db4 fix: Use RLS clause instead of ID for cache key (#25229)
(cherry picked from commit fba66c6250)
2023-09-25 09:52:08 -03:00
Zef Lin
8ca49d4e6f fix(chart): Supporting custom SQL as temporal x-axis column with filter (#25126)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2023-09-25 09:51:41 -03:00
Beto Dealmeida
807a027a5f fix: is_select with UNION (#25290)
(cherry picked from commit bb002d6147)
2023-09-25 09:48:33 -03:00
Beto Dealmeida
2ae9d2ef05 fix: granularity_sqla and GENERIC_CHART_AXES (#25213) 2023-09-07 10:30:14 -03:00
Rob Moore
80df8bc558 fix(sqllab): Force trino client async execution (#24859)
(cherry picked from commit cfda30c81a)
2023-09-07 10:24:22 -03:00
Beto Dealmeida
2ac03c3bcc fix: is_select (#25189)
(cherry picked from commit 2f68010729)
2023-09-07 10:24:22 -03:00
Ethan M Lewis
dd0475d63c fix: add format for timestamp in crdb to correctly use times values (#24711)
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
(cherry picked from commit 321d968504)
2023-09-01 10:21:17 -03:00
Michael S. Molina
372004d0e6 fix: Bumps Flask Caching to fix RCE vulnerability (#25090) 2023-08-31 08:55:54 -03:00
Jack Fragassi
6a461260fc fix: Allow embedded guest user datasource access with dashboard context (#25081)
(cherry picked from commit 2b8d8da22a)
2023-08-29 08:48:48 -03:00
Jack Fragassi
f34e21be69 fix(assets import): Ensure old datasource ids are not referenced in imported charts (#25086)
(cherry picked from commit b240b795b5)
2023-08-29 08:48:48 -03:00
Erich
76da1b59f9 refactor(pinot): The python_date_format for a temporal column was not being passed to get_timestamp_expr (#24942)
(cherry picked from commit c2a21d2da0)
2023-08-29 08:48:48 -03:00
Lily Kuang
55c57b9277 chore: remove CssTemplate and Annotation access from gamma role (#24826)
(cherry picked from commit 6ac906f388)
2023-08-29 08:39:58 -03:00
Daniel Vaz Gaspar
931e1b2139 fix: dataset safe URL for explore_url (#24686)
(cherry picked from commit a9efd4b2e3)
2023-08-23 09:55:50 -03:00
John Bodley
1af6df3190 fix: Native filter dashboard RBAC aware dataset permission (#25029)
(cherry picked from commit 60889d27ed)
2023-08-22 17:39:55 -03:00
Yuval Moshe
34bc86a484 fix(mssql): avoid trying to return a resultset for DML queries with not resultset (#24999)
(cherry picked from commit 66eabc253f)
2023-08-21 11:12:57 -03:00
Daniel Vaz Gaspar
994fd2301f fix: CTE queries with non-SELECT statements (#25014)
(cherry picked from commit 357986103b)
2023-08-21 10:46:15 -03:00
John Bodley
fad872fffb fix: Address regression introduced in #24789 (#25008)
(cherry picked from commit 3f93755be2)
2023-08-21 10:46:15 -03:00
Jack Fragassi
9ff1a63c3b fix: Don't let users see dashboards only because it's favorited (#24991)
(cherry picked from commit 258e56285a)
2023-08-18 10:32:39 -03:00
Ville Brofeldt
387549f69c fix(snowflake): opt-in denormalization of column names (#24982) 2023-08-16 11:29:03 -03:00
Michael S. Molina
4b07b5d628 feat: Adds options to show subtotals in Pivot Table (#24960)
(cherry picked from commit be11556799)
2023-08-14 09:26:21 -03:00
Beto Dealmeida
52319201f9 chore: rate limit requests (#24324)
(cherry picked from commit 4bc46003b5)
2023-08-14 09:26:21 -03:00
Beto Dealmeida
ff2ec23102 fix: calls to _get_sqla_engine (#24953)
(cherry picked from commit 6f24a4e7a8)
2023-08-14 09:26:20 -03:00
John Bodley
9b3ec806cd chore: Add explicit ON DELETE CASCADE for dashboard_slices (#24938) 2023-08-10 13:14:08 -03:00
John Bodley
309582516d fix: Dashboard aware RBAC "Save as" menu item (#24806)
(cherry picked from commit f6c3f0cbbb)
2023-08-10 10:12:49 -03:00
John Bodley
804cc36080 chore: Refactor dashboard security access (#24804)
(cherry picked from commit 5522facdc6)
2023-08-10 10:12:48 -03:00