amaannawab923
35f156a1e1
feat(streaming): Streaming CSV uploads for over 100k records for constant memory usage ( #35478 )
2025-11-20 19:16:59 +02:00
Antonio Rivero
60f29ba6fb
chore(logs): Add is_cached in sync AND async results ( #36102 )
2025-11-13 16:04:49 +01:00
Antonio Rivero
a1d4dff99d
feat(logs): Add is_cached as part of ChartDataRestApi.data actions ( #36001 )
2025-11-05 15:49:56 +01:00
Maxime Beauchemin
cb27d5fe8d
chore: proper current_app.config proxy usage ( #34345 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 19:27:42 -07:00
Daniel Vaz Gaspar
a6af4f4d7a
chore: simplify query cleanup using dict.pop instead of suppressing exception ( #33661 )
2025-06-05 09:24:28 +01:00
Beto Dealmeida
7458c4bbd5
chore: rename apply_post_process ( #31511 )
2024-12-19 10:13:28 -05:00
Maxime Beauchemin
e51b95ffa8
chore: enforce more ruff rules ( #31447 )
...
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2024-12-18 17:41:34 -08:00
Beto Dealmeida
d6a82f7852
feat: fine-grain chart data telemetry ( #31273 )
2024-12-10 13:09:39 -05:00
Jack
dd39138e6e
fix(chart data): removing query from /chart/data payload when accessing as guest user ( #30858 )
2024-11-07 11:24:15 -06:00
John Bodley
daf37cbe58
chore: Remove the need for explicit bubble up of certain exceptions ( #29235 )
2024-06-13 09:36:59 -07:00
Maxime Beauchemin
4bb2e2f8af
chore: enable ruff lint rule TRY201 and B904 to improve raise stack traces ( #29166 )
2024-06-12 13:04:42 -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
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
Vitor Avila
9beee92da1
feat(logs context): Adding dashboard id to logs context ( #27298 )
2024-02-29 13:28:54 -08:00
Elizabeth Thompson
78dc6ce6c9
feat: add chart id and dataset id to global logs ( #26443 )
2024-01-29 10:03:24 -08:00
John Bodley
07bcfa9b5f
chore(command): Organize Commands according to SIP-92 ( #25850 )
2023-11-22 16:55:54 -03:00
John Bodley
07551dc3d4
chore(connector): Cleanup base models and views according to SIP-92 ( #24773 )
2023-11-21 10:11:50 -08:00
Craig Rueda
515452c7e2
chore(async): Making create app configurable ( #25346 )
2023-09-20 10:04:58 -07:00
Sebastian Liebscher
e585db85b6
chore: use contextlib.surpress instead of passing on error ( #24896 )
...
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com >
2023-08-29 10:09:01 -06:00
Sebastian Liebscher
14a27b1ba3
chore(api): clean up API spec ( #24838 )
2023-07-31 20:03:58 +03:00
EugeneTorap
fc89718d48
chore: Update pylint to 2.17.4 ( #24700 )
...
Co-authored-by: John Bodley <john.bodley@gmail.com >
2023-07-24 17:13:49 -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
John Bodley
a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks ( #24197 )
2023-06-01 12:01:10 -07:00
Daniel Vaz Gaspar
694f93326d
fix: methods incorrect type and update deprecated targets ( #23935 )
2023-05-05 18:57:27 +01:00
Kenny Kwan
19404bc13e
fix: url_params cache miss with global async query ( #23641 )
2023-04-13 23:35:02 +03:00
John Bodley
83df609782
fix: Ensure verbose mapping exists for SQL Lab Query model ( #23597 )
2023-04-07 06:34:00 +12:00
Igor Șincariov
6cf434e5c1
feat: Add excel export ( #22006 )
...
Co-authored-by: Igor Șincariov <igorsinc@pm.me >
Co-authored-by: EugeneTorap <evgenykrutpro@gmail.com >
2023-01-27 11:23:10 -07:00
Hugh A. Miles II
2f23a9ceac
chore: return 404 instead of 500 for datasource not found ( #22333 )
2022-12-05 20:41:19 -05:00
Mayur
a8bc53d805
fix(reports): force data generation in csv reports ( #22196 )
2022-11-26 13:30:26 +08:00
John Bodley
3483446c28
refactor: Cleanup user get_id/get_user_id ( #20492 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2022-06-24 17:57:04 -07:00
Jesse Yang
92cd0a18e6
chore: upgrade mypy ( #19227 )
2022-03-17 10:35:53 -07:00
Ville Brofeldt
fdbcbb5c84
fix(csv-export): pivot v2 with verbose names ( #18633 )
...
* fix(csv-export): pivot v2 with verbose names
* refine logic + add test
* add missing verbose_map
2022-02-09 14:01:57 +02:00
Ville Brofeldt
125be78ee6
feat(chart-data-api): download multiple csvs as zip ( #18618 )
...
* feat(chart-data-api): download multiple csvs as zip
* break out util
* check for empty request
2022-02-08 14:25:06 -05:00
Kamil Gabryjelski
07e8837093
feat(explore): export csv data pivoted for Pivot Table [ID-9] ( #17512 )
...
* feat(explore): export csv data pivoted for Pivot Table
* Implement dropdown with download csv options
* Change label to "Original"
* Add tests
* Add form data to query context
* Add form data to query context generator
* Explicitly make form_data optional
2021-12-03 12:42:28 +01:00
ofekisr
16e012fe5d
refactor(chart.commands): separate commands into two different modules ( #17509 )
...
refactor: move imports under TYPE_CHECKING
2021-11-22 19:57:52 +02:00
Kamil Gabryjelski
1f8eff72de
fix: Always use temporal type for dttm columns [ID-2] ( #17458 )
...
* fix: Always use temporal type for dttm columns
* move inference and implement in chart postproc
* fix test
* fix test case
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com >
2021-11-22 15:40:38 +01:00
ofekisr
3f2129b895
refactor: chartDataCommand - remove the responsibly of creating query context from command ( #17461 )
2021-11-17 17:13:40 +02:00
ofekisr
5d3e1b5c2c
refactor: ChartDataCommand into two separate commands ( #17425 )
2021-11-15 01:00:08 +02:00
ofekisr
9ce6b7de83
refactor ChartDataCommand - separate loading query_context form cache into different module ( #17405 )
2021-11-12 14:44:21 +02:00
ofekisr
28944f57e1
refactor move chart_data_apis from ChartRestApi ChartDataRestApi in seperate module ( #17400 )
2021-11-11 15:34:23 +02:00