Commit Graph

402 Commits

Author SHA1 Message Date
Beto Dealmeida
0070097af8
feat: impersonate with email prefix (#28770) 2024-05-30 13:32:39 -04:00
Maxime Beauchemin
7dd28a9003
chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
Daniel Vaz Gaspar
5dfbab5424
fix: adds the ability to disallow SQL functions per engine (#28639) 2024-05-29 10:51:28 +01: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
Michael S. Molina
e17724a73a
feat: Adds Bar chart migration logic (#28602) 2024-05-28 13:58:35 -03:00
John Bodley
4ff17409ab
fix: Handling of column types for Presto, Trino, et al. (#28653) 2024-05-28 08:56:38 -07:00
Vitor Avila
0fdb4b7c23
chore(tags): Handle tagging as part of asset update call (#28570) 2024-05-28 11:41:31 -04:00
John Bodley
4fa7619b1f
fix: revert fix(presto preview): re-enable schema previsualization for Trino/Presto table/schemas" (#28613) 2024-05-21 15:23:32 -03:00
Eyal Ezer
56f0fc4ec2
refactor: Migration of json utilities from core (#28522)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
2024-05-20 10:27:22 -07:00
Beto Dealmeida
5da6d2bd88
feat: add support for catalogs (#28416) 2024-05-16 12:49:31 -04:00
Antonio Rivero
b1f85dce71
refactor(plugins): BigNumber Time Comparison with existing time_offset API (#27718)
Co-authored-by: lilykuang <jialikuang@gmail.com>
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2024-05-16 18:47:50 +02:00
Eyal Ezer
5f714b707c
fix: utf-16 json encoder support (#28486)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
2024-05-15 08:53:19 -07:00
Michael S. Molina
821c7d7f2c
fix: Time shifts calculation for ECharts plugins (#28432) 2024-05-15 08:11:52 -03:00
Balthazar Rouberol
afdf0389a3
fix(presto preview): re-enable schema previsualization for Trino/Presto table/schemas (#26782) 2024-05-13 15:16:12 -07:00
Beto Dealmeida
f29e1e4c29
feat: catalog support for Databricks native (#28394) 2024-05-09 17:41:15 -04:00
Vitor Avila
307ebeaa19
chore(Databricks): New Databricks driver (#28393) 2024-05-09 14:58:03 -04:00
Beto Dealmeida
e6a85c5901
fix: export/import catalogs (#28408) 2024-05-09 14:42:03 -04:00
Beto Dealmeida
ba2cf5dbbc
chore: unit tests for catalog_access (#28406) 2024-05-09 14:41:33 -04:00
Daniel Vaz Gaspar
9c065951e7
fix: tests on database, dataset, saved_queries apis (#28397) 2024-05-09 13:43:31 +01:00
Michael S. Molina
55f3b46f41
fix: Contribution percentages for ECharts plugins (#28368) 2024-05-08 15:54:21 -03:00
Vitor Avila
1bf04015c6
feat(reports): Set a minimum interval for each report's execution (#28176) 2024-05-07 18:28:12 -07:00
John Bodley
467e612533
fix: Remedy logic for UpdateDatasetCommand uniqueness check (#28341) 2024-05-07 06:42:37 -07:00
Maxime Beauchemin
c10cee3a39
fix: use pessimistic json encoder in SQL Lab (#28266) 2024-05-06 12:23:50 -07:00
Beto Dealmeida
e90246fd1f
feat(SIP-95): permissions for catalogs (#28317) 2024-05-06 11:41:58 -04:00
Daniel Vaz Gaspar
9a339f08a7
feat: new Columnar upload form and API (#28192) 2024-05-06 15:51:42 +01:00
John Bodley
27952e7057
fix: Ignore USE SQL keyword when determining SELECT statement (#28279) 2024-05-02 11:25:55 -07:00
Maxime Beauchemin
3ac387bb66
chore: enable ruff's isort equivalent (#28267) 2024-04-30 18:29:49 -07:00
Beto Dealmeida
fe37d914e5
fix: % replace in values_for_column (#28271) 2024-04-30 16:15:56 -07:00
John Bodley
c5e7d870f0
fix(sql_parse): Provide more lenient logic when extracting latest[_sub]_partition (#28152) 2024-04-25 22:02:25 -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
John Bodley
bc65c245fe
chore(tests): Remove unnecessary/problematic app contexts (#28159) 2024-04-24 13:46:35 -07:00
Daniel Vaz Gaspar
de82d90b9c
chore: refactor file upload commands (#28164) 2024-04-23 08:42:19 +01:00
Maxime Beauchemin
cfc440c56c
feat: improve event logging for queries + refactor (#27943)
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
2024-04-22 16:30:50 -07:00
Daniel Vaz Gaspar
e465876ed4
feat: new Excel upload form and API (#28105) 2024-04-19 14:19:42 +01:00
John Bodley
2f11f66167
fix(sql_parse): Support Jinja format() filter when extracting latest[_sub]_partition (#28117) 2024-04-18 10:23:09 -07:00
Beto Dealmeida
68a982dfe6
feat(sip-95): new endpoint for extra table metadata (#28063) 2024-04-18 10:42:53 -04:00
Maxime Beauchemin
e9c0ca545f
feat: Slack Avatar integration (#27849) 2024-04-16 08:40:27 -07:00
Guen Prawiroatmodjo
08aaebbf7c
feat(dbview): Add token request button to DuckDB and MotherDuck database modal (#27908)
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
2024-04-15 09:02:19 -04:00
Daniel Vaz Gaspar
54387b4589
feat: new CSV upload form and API (#27840) 2024-04-15 09:38:51 +01:00
Beto Dealmeida
99a1601aea
refactor: rename get_sqla_engine_with_context (#28012) 2024-04-12 13:31:05 -04:00
Beto Dealmeida
9377227e06
chore(OAuth2): refactor for custom OAuth2 clients (#27880) 2024-04-05 12:17:39 -04:00
John Bodley
c38529741e
chore(sql_parse): Provide more meaningful SQLGlot errors (#27858) 2024-04-03 07:10:52 -07:00
Beto Dealmeida
9022f5c519
feat(SIP-85): OAuth2 for databases (#27631) 2024-04-02 22:05:33 -04:00
John Bodley
5ab95aaf7d
chore(sql_parse): Strip leading/trailing whitespace in Jinja macro extraction (#27842) 2024-04-02 17:08:42 -07:00
Craig Rueda
8bdf457dfa
feat(db): Adding DB_SQLA_URI_VALIDATOR (#27847) 2024-04-02 09:00:32 -07:00
Michael S. Molina
356b0d8ee5
feat: Adds Heatmap chart migration logic (#27771) 2024-03-29 12:08:43 -03:00
Guen Prawiroatmodjo
fcf90dffa8
feat(db_engine): Add custom_user_agent when connecting to MotherDuck (#27665) 2024-03-28 18:05:28 -07: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