Commit Graph

1911 Commits

Author SHA1 Message Date
John Bodley
928471512c chore(sqllab): Do not strip comments when executing SQL statements (#27725) 2024-04-04 10:29:00 -03:00
John Bodley
80ccb0c51f chore: Default to engine specification regarding using wildcard (#27843)
(cherry picked from commit 30bc8f06dc)
2024-04-04 08:57:12 -03:00
John Bodley
d8cffb0a3f chore(sql_parse): Provide more meaningful SQLGlot errors (#27858)
(cherry picked from commit c38529741e)
2024-04-03 11:24:13 -03:00
John Bodley
58a53b4457 chore(sql_parse): Strip leading/trailing whitespace in Jinja macro extraction (#27842)
(cherry picked from commit 5ab95aaf7d)
2024-04-03 10:27:12 -03:00
John Bodley
19b05d3422 fix: Provide more inclusive error handling for saved queries (#27644)
(cherry picked from commit 3ae74d1f2d)
2024-03-26 16:39:25 -03:00
John Bodley
119b2b0c93 fix: Leverage actual database for rendering Jinjarized SQL (#27646) 2024-03-26 16:39:05 -03:00
Kamil Gabryjelski
06195b53ce fix: Persist query params appended to permalink (#27601) 2024-03-22 09:35:41 -03:00
John Bodley
b4fde18508 fix(sql_parse): Ensure table extraction handles Jinja templating (#27470) 2024-03-22 09:23:16 -03:00
Sam Firke
b749207713 fix(utils): fix off-by-one error in how rolling window's min_periods truncates dataframe (#27388)
(cherry picked from commit d4d8625ab8)
2024-03-22 09:08:02 -03:00
Beto Dealmeida
56a4b11464 fix: sqlglot SQL Server (#27577)
(cherry picked from commit 72a41c1642)
2024-03-22 09:08:01 -03:00
hlcianfagna
fc611a8873 fix(db_engine_specs): Update convert_dttm to work correctly with CrateDB (#27567)
(cherry picked from commit fcceaf081c)
2024-03-21 16:11:58 -03:00
Michael S. Molina
48f851f261 fix: Skips Hive tests that are blocking PRs (#27605)
(cherry picked from commit 718cd64657)
2024-03-21 16:11:57 -03:00
Beto Dealmeida
9887b4ed33 fix: guest queries (#27566)
(cherry picked from commit 36290ce72f)
2024-03-21 16:11:57 -03:00
Beto Dealmeida
efa94c4ab0 fix: pass valid SQL to SM (#27464)
(cherry picked from commit 376bfd05bd)
2024-03-19 09:02:07 -03:00
Beto Dealmeida
8274d869b1 feat: improve _extract_tables_from_sql (#26748) 2024-03-19 08:46:55 -03:00
Ville Brofeldt
f1f20e436c fix(postprocessing): resample with holes (#27487)
(cherry picked from commit 7f19d296b1)
2024-03-19 08:32:21 -03:00
Beto Dealmeida
51f904c42c fix: check if guest user modified query (#27484)
(cherry picked from commit 735b895dd5)
2024-03-14 09:22:40 -03:00
JUST.in DO IT
7b3d289a9f fix: missing shared color in mixed timeseries (#27403)
(cherry picked from commit 9ced2552db)
2024-03-07 16:26:41 -03:00
JUST.in DO IT
ee8be59fdc fix(sqllab): Close already removed tab (#27391)
(cherry picked from commit 5107cc0fd9)
2024-03-07 15:06:40 -03:00
Vitor Avila
e84b2a3ba1 fix(API): Updating assets via the API should preserve ownership configuration (#27364)
(cherry picked from commit 66bf70172f)
2024-03-07 15:06:40 -03:00
Daniel Vaz Gaspar
4b5de7d203 fix: improve explore REST api validations (#27395)
(cherry picked from commit a3d2e0bf44)
2024-03-07 15:06:40 -03:00
John Bodley
e687525524 fix(sqlglot): Address regressions introduced in #26476 (#27217)
(cherry picked from commit 2c564817f1)
2024-02-27 15:30:12 -05:00
Beto Dealmeida
ee7eec60ea fix: no limit in SELECT * for TOP dbs (#27215)
(cherry picked from commit c54fbe6e96)
2024-02-23 10:03:26 -05:00
Daniel Vaz Gaspar
10c9a7f0e2 fix: chart import validation (#26993) 2024-02-13 10:39:22 -05:00
Vitor Avila
5a6109b2de fix(security manager): Users should not have access to all draft dashboards (#27015)
(cherry picked from commit 01e2f8ace3)
2024-02-13 10:22:48 -05:00
Beto Dealmeida
e3abdd5b6a fix: column values with NaN (#26946)
(cherry picked from commit d8a9847503)
2024-02-13 10:22:47 -05:00
Zef Lin
dac73fe0cd feat(embedded+async queries): support async queries to work with embedded guest user (#26332)
(cherry picked from commit efdeb9df05)
2024-02-13 10:22:45 -05:00
Usiel Riedl
86794cbb5e fix(cache): remove unused webserver config & handle trailing slashes (#22849)
(cherry picked from commit 56069b05f9)
2024-02-01 14:53:01 -05:00
Daniel Vaz Gaspar
322812b1c8 fix: dashboard import validation (#26887)
(cherry picked from commit 36ce9e26f0)
2024-02-01 14:53:01 -05:00
Erich
61b4017b2f fix(pinot): typo in the name for epoch_ms_to_dttm (#26906)
(cherry picked from commit 484901f483)
2024-02-01 14:53:01 -05:00
Beto Dealmeida
ba9032e8d0 fix: prevent guest user from modifying metrics (#26749)
(cherry picked from commit fade4806ce)
2024-02-01 14:53:00 -05:00
Beto Dealmeida
1d9cfdabd1 feat(sqlparse): improve table parsing (#26476)
(cherry picked from commit c0b57bd1c3)
2024-02-01 14:53:00 -05:00
Vitor Avila
84f0d74890 fix(tags): Filter system tags from the tags list (#26701)
(cherry picked from commit 4f56f5ee84)
2024-01-26 16:11:02 -05:00
Michael S. Molina
91399b1391 fix: Row limit hardcoded (#26807)
(cherry picked from commit 5e633d2bb0)
2024-01-26 16:11:02 -05:00
Maxime Beauchemin
72ad551d1e fix(import): only import FORMULA annotations (#26652) 2024-01-25 09:48:51 -05:00
Vitor Avila
519f7704ef fix(BigQuery): Support special characters in column/metric names used in ORDER BY (#26461)
(cherry picked from commit 4592dd13fa)
2024-01-25 09:47:35 -05:00
Vitor Avila
1273f72f94 fix(db2): Improving support for ibm db2 connections (#26744)
(cherry picked from commit 5eb4e82d27)
2024-01-25 09:47:35 -05:00
Igor Khrol
1b41307b9a fix: Avoid 500 if end users write bad SQL (#26638)
(cherry picked from commit 80a6e25a98)
2024-01-18 13:52:01 -03:00
Daniel Vaz Gaspar
0c569108da fix: create virtual dataset validation (#26625)
(cherry picked from commit 8e19f59dd2)
2024-01-18 13:52:01 -03:00
Beto Dealmeida
36846e9c2b fix(database): allow filtering by UUID (#26469)
(cherry picked from commit e36c014290)
2024-01-18 13:52:01 -03:00
Igor Khrol
66dd7f5dc5 fix: Trino - handle table not found in SQLLab (#26355)
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
(cherry picked from commit 3daa038f5f)
2024-01-18 13:52:01 -03:00
Ville Brofeldt
c8c8136ac3 fix(post-processing): handle missing values in cumulative operator (#26429)
(cherry picked from commit ff025b78f3)
2024-01-09 09:26:01 -03:00
Ville Brofeldt
136c0e3b4a fix(plugin-chart-echarts): support forced categorical x-axis (#26404)
(cherry picked from commit 219c4a14b3)
2024-01-09 09:26:01 -03:00
Lily Kuang
4a8727d8d0 fix(tagging): adding tags containing a “:” to dashboards (#26324)
will add more tests in a separated PR

(cherry picked from commit 3391e29093)
2023-12-27 09:24:52 -03:00
gaurav7261
c19447ee88 fix(redshift): convert_dttm method for redshift dataset and tests (#26283)
Co-authored-by: GauravM <gaurav@ip-192-168-0-100.ap-south-1.compute.internal>
(cherry picked from commit 60abf7e2af)
2023-12-27 09:24:51 -03:00
Jack Fragassi
0925d75dfa fix(embedded): Hide sensitive payload data from guest users (#25878)
(cherry picked from commit 386d4e0541)
2023-12-08 11:14:17 -03:00
Ville Brofeldt
5bcd3ef17e chore: harmonize and clean up list views (#25961)
(cherry picked from commit 0b477e3f7c)
2023-12-04 18:05:22 -03:00
Michael S. Molina
5ec1edc876 chore: Clean up the examples dashboards (#26158)
(cherry picked from commit 3ab27c6ec9)
2023-12-04 18:05:22 -03:00
Ross Mabbett
880086c750 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 18:05:21 -03:00
Vitor Avila
77332bfb38 fix(database-import): Support importing a DB connection with a version set (#26116)
(cherry picked from commit c033ca959d)
2023-12-04 18:05:21 -03:00