Declan Zhao
|
d121cfdbda
|
feat(prune_logs): add optional max_rows_per_run param (#36313)
|
2025-12-04 10:15:10 -03:00 |
|
Marcos Amorim
|
c3b8c96db6
|
fix(alerts): improve Slack API rate limiting for large workspaces (#35622)
|
2025-10-24 10:02:41 -07:00 |
|
Elizabeth Thompson
|
ccc0e3dbb2
|
fix: Log Celery task failures with a signal handler (#35595)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-10-14 13:01:29 -07:00 |
|
Maxime Beauchemin
|
088ecdd0bf
|
refactor: Enable G logging rules and comprehensive ruff improvements (#35081)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-09-15 12:42:49 -07:00 |
|
Danylo Korostil
|
31e2143c84
|
feat(api): Added uuid filed support to dataset, chart, dashboard API (#29573)
|
2025-08-18 13:05:16 -07: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 Höxtermann
|
347c174099
|
fix(thumbnails): ensure consistent cache_key (#33109)
|
2025-04-12 12:15:08 -07:00 |
|
Usiel Riedl
|
662f0fa8f4
|
chore(reports): add task for slack channels warm-up (#32585)
|
2025-03-31 14:30:21 -03:00 |
|
Michael S. Molina
|
df06bdf33b
|
fix: Signature of Celery pruner jobs (#32699)
|
2025-03-17 13:52:31 -03:00 |
|
Michael S. Molina
|
89b6d7fb68
|
fix: Log table retention policy (#32572)
|
2025-03-10 18:47:57 -03:00 |
|
Usiel Riedl
|
e98194cdd3
|
fix(beat): prune_query celery task args fix (#32511)
|
2025-03-05 19:25:53 -08:00 |
|
Jack
|
7db0589340
|
fix(thumbnail cache): Enabling force parameter on screenshot/thumbnail cache (#31757)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
|
2025-01-31 19:22:31 +01:00 |
|
Ville Brofeldt
|
7482b20f7b
|
chore: replace selenium user with fixed user (#31844)
|
2025-01-22 12:46:06 -08: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 |
|
nsivarajan
|
592564b623
|
fix: cache-warmup fails (#31173)
Co-authored-by: Sivarajan Narayanan <narayanan_sivarajan@apple.com>
Co-authored-by: Pat Heard <patrick.heard@cds-snc.ca>
|
2024-12-06 17:41:38 -08:00 |
|
github-actions[bot]
|
b24323d500
|
chore(🦾): bump python pre-commit 3.7.1 -> 4.0.1 (#31050)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
|
2024-11-24 17:34:36 -08:00 |
|
Geido
|
de3af85ee1
|
feat(Digest): Add RLS at digest generation for Charts and Dashboards (#30336)
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
|
2024-09-24 15:39:11 +02:00 |
|
Geido
|
0679454b48
|
fix(Screenshot): Dashboard screenshot cache key to include state (#30265)
|
2024-09-16 16:09:01 +02:00 |
|
Beto Dealmeida
|
bdf29cb7c2
|
chore: organize SQL parsing files (#30258)
|
2024-09-13 16:24:19 -04:00 |
|
Geido
|
1b34ad65fa
|
fix(Celery): Pass guest_token as user context is not available in Celery (#30224)
|
2024-09-11 17:35:32 +02:00 |
|
Geido
|
52a03f18a1
|
fix(Embedded): Dashboard screenshot should use GuestUser (#30200)
|
2024-09-10 15:11:09 +02:00 |
|
Ross Masters
|
0744abe87b
|
fix: Chart cache-warmup task fails on Superset 4.0 (#28706)
|
2024-09-06 17:56:14 -07:00 |
|
Michael S. Molina
|
bac61fc24e
|
chore: Allow auto pruning of the query table (#29936)
|
2024-08-19 08:05:18 -03:00 |
|
Joe Li
|
9f5eb899e8
|
fix: add imports back to celery file (#29921)
|
2024-08-12 16:21:33 -06:00 |
|
danielli-ziprecruiter
|
e623d745f5
|
fix: set default timezone to UTC for cron timezone conversions (#29798)
|
2024-08-01 11:49:47 -06:00 |
|
Geido
|
1e412a8711
|
refactor(Dashboard): Fetch dashboard screenshot via dedicated endpoint (#29272)
|
2024-07-18 14:46:14 +03:00 |
|
Elizabeth Thompson
|
6dbfe2aab9
|
feat: add slackv2 notification (#29264)
|
2024-07-17 15:14:32 -07:00 |
|
Edgar Ulloa
|
d89648147f
|
feat(dashboard): add API endpoints for generating and downloading screenshots (#29187)
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com>
|
2024-07-08 12:52:23 +03:00 |
|
John Bodley
|
8fb8199a55
|
chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969)
|
2024-06-28 12:33:56 -07: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 |
|
Elizabeth Thompson
|
725375541d
|
fix: use channel id with new slack api for file uploads (#28797)
|
2024-06-04 15:18:29 -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 |
|
Maxime Beauchemin
|
97341a14b9
|
fix: move to slack-sdk files_upload_v2 (#28423)
|
2024-05-15 14:31:57 -07:00 |
|
Maxime Beauchemin
|
2d63722150
|
chore: set up ruff as a new linter/formatter (#28158)
|
2024-04-24 17:19:53 -07:00 |
|
Usiel Riedl
|
56069b05f9
|
fix(cache): remove unused webserver config & handle trailing slashes (#22849)
|
2024-02-01 10:34:07 -05:00 |
|
John Bodley
|
7af82ae87d
|
refactor: Ensure Celery leverages the Flask-SQLAlchemy session (#26186)
|
2024-01-17 17:06:22 +13:00 |
|
Zef Lin
|
efdeb9df05
|
feat(embedded+async queries): support async queries to work with embedded guest user (#26332)
|
2024-01-08 17:11:45 -08:00 |
|
John Bodley
|
07bcfa9b5f
|
chore(command): Organize Commands according to SIP-92 (#25850)
|
2023-11-22 16:55:54 -03:00 |
|
Jack Fragassi
|
f672d5da5c
|
fix: Improve the reliability of alerts & reports (#25239)
|
2023-09-19 09:40:13 -07:00 |
|
Ville Brofeldt
|
04bb73cf27
|
chore(reports): add metrics to report schedule and log prune (#25080)
|
2023-08-25 09:39:26 -07:00 |
|
John Bodley
|
adaab3550c
|
fix: Ensure SQLAlchemy sessions are closed (#25031)
|
2023-08-23 11:57:36 -07:00 |
|
EugeneTorap
|
5f103072b0
|
fix: Python3.11 (str, Enum) issue (#24803)
|
2023-07-31 09:04:09 -07: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
|
e402c94a9f
|
fix: Use Celery task ETA for alert/report schedule (#24537)
|
2023-06-28 10:53:13 -07:00 |
|
Rob Moore
|
d5f88c18f6
|
fix(charts): Fix chart load task error handling (#24447)
|
2023-06-21 15:21:14 +03:00 |
|
Jack Fragassi
|
5af298e1f6
|
chore: Migrate warm up cache endpoint to api v1 (#23853)
|
2023-06-20 12:08:29 +01: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 |
|
Zef Lin
|
226b60bc4f
|
fix: safe check when computing chart thumbnail (#23432)
|
2023-03-21 09:13:38 -07:00 |
|