Beto Dealmeida
|
e772915bb8
|
fix(drill): no rows returned (#27073)
(cherry picked from commit 0950bb7b7d)
|
2024-02-12 15:58:41 -05:00 |
|
Erich
|
af079fb13b
|
fix(pinot): typo in the name for epoch_ms_to_dttm (#26906)
(cherry picked from commit 484901f483)
|
2024-02-01 11:33:07 -05:00 |
|
Beto Dealmeida
|
fb64100043
|
feat(sqlparse): improve table parsing (#26476)
|
2024-02-01 11:09:44 -05:00 |
|
Vitor Avila
|
31680e3f61
|
fix(db2): Improving support for ibm db2 connections (#26744)
(cherry picked from commit 5eb4e82d27)
|
2024-01-25 09:31:06 -05:00 |
|
Pieter Ennes
|
b45f719c2b
|
fix: Catch ImportErrors for Google SDKs (#25550)
(cherry picked from commit effd73f2cc)
|
2024-01-25 09:31:05 -05:00 |
|
Igor Khrol
|
e683c23014
|
fix: Avoid 500 if end users write bad SQL (#26638)
|
2024-01-18 13:23:23 -03:00 |
|
Igor Khrol
|
bd60b05678
|
fix: Trino - handle table not found in SQLLab (#26355)
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
|
2024-01-18 11:30:20 -03:00 |
|
gaurav7261
|
05bf190d87
|
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:15:55 -03:00 |
|
Guen Prawiroatmodjo
|
f360a59f2c
|
fix(sql lab): Use quote_schema instead of quote method to format schema name (#26281)
(cherry picked from commit 9d3796828c)
|
2023-12-27 09:15:55 -03:00 |
|
Beto Dealmeida
|
d265bd2ffc
|
fix: trino cursor (#25897)
(cherry picked from commit cdb18e04ff)
|
2023-11-08 09:56:38 -03:00 |
|
Rob Moore
|
5293f5521d
|
fix(sqllab): reinstate "Force trino client async execution" (#25680)
|
2023-10-31 10:36:30 -03:00 |
|
OskarNS
|
293568ad5a
|
fix(dremio): Fixes issue with Dremio SQL generation for Charts with Series Limit (#25657)
(cherry picked from commit be82657940)
|
2023-10-19 10:05:46 -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 |
|
Ville Brofeldt
|
615d7f5ccc
|
fix(mysql): handle string typed decimal results (#24241)
(cherry picked from commit 7eab59af51)
|
2023-10-02 11:03:05 -03:00 |
|
Ville Brofeldt
|
65a2ca9e6f
|
chore(trino): remove unnecessary index checks (#25211)
(cherry picked from commit 0668d12e3b)
|
2023-09-11 11:07:48 -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 |
|
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 |
|
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 |
|
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 |
|
Beto Dealmeida
|
ff2ec23102
|
fix: calls to _get_sqla_engine (#24953)
(cherry picked from commit 6f24a4e7a8)
|
2023-08-14 09:26:20 -03:00 |
|
Beto Dealmeida
|
2e222865bf
|
fix: search_path in RDS (#24739)
(cherry picked from commit 7675e0db10)
|
2023-07-24 09:43:51 -03:00 |
|
Gyuil Han
|
744cf2ec29
|
chore: remove underscore from builtin_time_grains label (#24567)
(cherry picked from commit a6e749da87)
|
2023-07-10 10:27:25 -03:00 |
|
Hugh A. Miles II
|
1b41653d3b
|
fix: SSH Tunnel creation with dynamic form (#24196)
(cherry picked from commit 226c7f807d)
|
2023-07-05 11:50:50 -03:00 |
|
cwegener
|
f1b003f109
|
refactor: pkg_resources -> importlib.metadata (#24514)
|
2023-06-28 15:25:50 -07:00 |
|
Kamil Gabryjelski
|
83ff4cd86a
|
feat: Implement currencies formatter for saved metrics (#24517)
|
2023-06-28 20:51:40 +02:00 |
|
Ville Brofeldt
|
ea89949118
|
fix(oracle): denormalize column names where applicable (#24471)
|
2023-06-21 22:35:46 +03:00 |
|
Hugh A. Miles II
|
93e1db4bd9
|
fix: save columns reference from sqllab save datasets flow (#24248)
|
2023-06-20 13:54:19 -04:00 |
|
Michael S. Molina
|
e5b7f7c9b5
|
fix: Time shifts with different granularity for ECharts (#24176)
|
2023-06-08 16:03:37 -03:00 |
|
miomiocat
|
fd3effe712
|
feat: support complex types and use get_columns implementation of starrrocks python client (#24237)
|
2023-06-08 11:08:37 -06:00 |
|
John Bodley
|
a4d5d7c6b9
|
chore(pre-commit): Add pyupgrade and pycln hooks (#24197)
|
2023-06-01 12:01:10 -07:00 |
|
miomiocat
|
f036adbc4f
|
feat: Add StarRocks support (#23209)
Signed-off-by: miomiocat <284487410@qq.com>
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
|
2023-05-23 08:33:27 -06:00 |
|
Rob Moore
|
6159ced86b
|
fix: handle temporal columns in presto partitions (#24054)
|
2023-05-19 23:29:42 +03:00 |
|
John Bodley
|
0496779434
|
chore: Update QUERY_LOGGER and SQL_QUERY_MUTATOR signatures (#24029)
|
2023-05-19 06:42:19 -07:00 |
|
John Bodley
|
d583ca9ef5
|
chore: Embrace the walrus operator (#24127)
|
2023-05-19 00:37:13 -07:00 |
|
jwilliams-ocient
|
f0a26fd86a
|
fix(ocient): convert pyocient GIS data types to geoJSON (#23814)
|
2023-05-17 13:35:54 -06:00 |
|
John Bodley
|
4ef9d25d58
|
chore: Refactor [Presto|Trino]EngineSpec._partition_query (#23944)
|
2023-05-17 09:11:55 -07:00 |
|
Ville Brofeldt
|
f7dd52b8f5
|
feat: implement time grain in temporal filters (#24035)
|
2023-05-12 14:41:09 +03:00 |
|
Sebastian Liebscher
|
c963416c09
|
chore: remove deprecated distutils (#24001)
|
2023-05-11 19:00:04 +03:00 |
|
Sebastian Liebscher
|
0788b5fdcc
|
chore: fix deprecation warnings for SQLALchemy URL (#23770)
|
2023-05-11 11:20:53 +03:00 |
|
John Bodley
|
2af76fc41f
|
fix: MySQL et al. super calls (#23971)
|
2023-05-08 14:12:39 -07:00 |
|
Hugh A. Miles II
|
ba00dfa584
|
fix: move dynamic schema out of base Postgres class (#23868)
|
2023-05-01 11:46:06 -05:00 |
|
Beto Dealmeida
|
707c626876
|
fix(dremio): query with alias (#23872)
|
2023-04-28 15:08:28 -07:00 |
|
Elizabeth Thompson
|
71106cfd97
|
feat: create dtype option for csv upload (#23716)
|
2023-04-24 12:53:53 -07:00 |
|
Daniel Vaz Gaspar
|
6ae5388dcf
|
fix: allow db driver distinction on enforced URI params (#23769)
|
2023-04-23 15:44:21 +01:00 |
|
alexclavel-ocient
|
adde66785c
|
feat: Add Ocient support (#22812)
Co-authored-by: jwilliams-ocient <60358443+jwilliams-ocient@users.noreply.github.com>
Co-authored-by: Jordan Williams <jwilliams@ocient.com>
Co-authored-by: rmasters1 <100157128+rmasters1@users.noreply.github.com>
|
2023-04-22 19:49:32 -06:00 |
|
Ville Brofeldt
|
764c3c95cf
|
fix(mssql): apply top after distinct (#23751)
|
2023-04-21 17:02:59 +03:00 |
|
Sebastian Liebscher
|
b31efbae7c
|
chore: remove RemovedInMarshmallow4 warnings (#23704)
|
2023-04-21 09:11:46 +03:00 |
|
Daniel Vaz Gaspar
|
0ad6c879b3
|
feat: add enforce URI query params with a specific for MySQL (#23723)
|
2023-04-18 17:07:37 +01:00 |
|
John Bodley
|
100ccb759c
|
chore(presto): Expose schema and indexes to _partition_query method (#23674)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
|
2023-04-15 06:24:54 +12:00 |
|