Nate Kelley
edcb3ad577
Update should take chat screenshot
2025-10-08 16:24:30 -06:00
Nate Kelley
9d0a48aa67
make chat not chart, also fix tests
2025-10-08 16:11:56 -06:00
Nate Kelley
600f31faff
simplify trigger task
2025-10-08 15:35:26 -06:00
Nate Kelley
5412fa5fa3
access token check
2025-10-08 14:44:36 -06:00
Nate Kelley
6772641701
type safe analy=st
2025-10-08 14:35:01 -06:00
Nate Kelley
b2db16772d
chat screenshot
2025-10-08 14:25:28 -06:00
Nate Kelley
ee623169c0
report take screenshot
2025-10-08 14:03:23 -06:00
Nate Kelley
4fe31fab45
playwright is externalized to a method
2025-10-08 13:39:59 -06:00
Nate Kelley
770377cd27
move dayjs to a top level install
2025-10-08 13:30:31 -06:00
Nate Kelley
c90fd3c97c
screenshot trigger events
2025-10-08 13:11:11 -06:00
Nate Kelley
6d18a031c5
get screenshot from a get request
2025-10-08 12:57:12 -06:00
dal
2bf285ab2f
logs-write-back
2025-09-30 10:40:58 -06:00
dal
48a2539271
feature: snowflake and postgres writeback
2025-09-30 08:28:33 -06:00
dal
629e0336c7
Implement logs writeback functionality across various components
...
- Enhanced deployment request preparation to include logs configuration.
- Introduced logs writeback configuration management in the database layer.
- Added new queries for upserting and deleting logs writeback configurations.
- Implemented logs writeback task to write query logs to Snowflake.
- Updated data source adapters to support logs table creation and record insertion.
- Integrated logs writeback task trigger in message post-processing workflow.
- Defined schemas for logs configuration and writeback records in shared packages.
This commit lays the groundwork for improved logging capabilities, allowing organizations to track query logs effectively.
2025-09-29 14:00:54 -06:00
dal
08548a276d
small2x on analyst agent task
2025-09-25 21:11:14 -06:00
Wells Bunker
d798b0f360
If slack message is canceled send a message instead of fail and retry
2025-09-25 15:05:36 -06:00
dal
446a32f6b6
Revert "merge"
...
This reverts commit fb6edc3c8d
, reversing
changes made to af7b1fe329
.
2025-09-24 21:43:54 -06:00
dal
d0df2ab3db
Merge pull request #1129 from buster-so/dallin-bus-1930-modifying-metrics-from-an-existing-report
...
version on report file cache
2025-09-24 21:41:02 -06:00
dal
fb6edc3c8d
merge
2025-09-24 21:35:50 -06:00
Nate Kelley
ceb7db3366
Update turbo.json
2025-09-24 17:56:48 -06:00
Wells Bunker
253716b07b
test
2025-09-24 17:48:13 -06:00
Nate Kelley
299ed5d697
move supabase start to its own commands
2025-09-24 16:38:15 -06:00
dal
2a8923374a
version on report file cache
2025-09-24 16:09:06 -06:00
dal
16b53c2395
change the url for slack messages
2025-09-24 15:29:45 -06:00
Wells Bunker
5c9d47a082
Get correct permission for report_file
2025-09-24 14:32:50 -06:00
dal
a29e6463cf
Merge pull request #1116 from buster-so/dallin-bus-1886-another-overloaded-error
...
Dallin-bus-1886-another-overloaded-error
2025-09-24 13:28:28 -06:00
dal
2ac1ddb99f
Trigger Error Handling and clean up on message
2025-09-24 13:15:55 -06:00
Nate Kelley
d539d7e190
added double check for root turbo.json
2025-09-23 22:50:36 -06:00
Nate Kelley
1b916d1feb
update dependancies in turbo
2025-09-23 22:28:41 -06:00
dal
77f6b41331
Merge pull request #1085 from buster-so/dallin-bus-1898-metric-download-endpoint-should-accept-report-id
...
dallin bus 1898 metric download endpoint should accept report id
2025-09-23 15:27:36 -06:00
dal
edd1de9f34
metric download query params for report_file_id and metric_version_number
2025-09-23 15:13:38 -06:00
wellsbunk5
55c68720bb
Merge pull request #1082 from buster-so/fixSlackUrlBuilder
...
Fix the url builder for slack messages to have correct route
2025-09-23 14:38:39 -06:00
Wells Bunker
2b6cdbe476
Fix the url builder for slack messages to have correct route
2025-09-23 14:29:57 -06:00
Nate Kelley
87a515a95f
add supabase app to workspace
2025-09-23 11:06:12 -06:00
Nate Kelley
ae54a367a2
turbo start for trigger, server, web
2025-09-23 10:09:30 -06:00
Nate Kelley
df16049631
add start command to trigger
2025-09-23 09:48:47 -06:00
Wells Bunker
731f2d4e64
adding v2 list chats endpoint
2025-09-19 15:22:11 -06:00
dal
d395848b6f
test: fix mock adapter to include getDataSourceType method
2025-09-19 12:05:30 -06:00
dal
ab62bd3f20
fix: optimize sync-searchable-values performance with concurrent processing
...
- Add concurrent embedding generation (5 batches concurrently)
- Add concurrent Turbopuffer upserts (3 batches concurrently)
- Fix dynamic SQL identifier quoting for different databases (Snowflake, PostgreSQL, MySQL, etc.)
- Remove unnecessary ORDER BY clause when joining with cached datasets
These optimizations significantly reduce processing time for large datasets by processing
multiple batches in parallel instead of sequentially.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 11:55:59 -06:00
dal
7b01c8ca0c
specails chars and order by.
2025-09-19 11:45:41 -06:00
dal
84314ebc13
fixes for imports
2025-09-19 10:31:46 -06:00
wellsbunk5
feafeb15e1
Merge pull request #993 from buster-so/wells-bus-1825-create-api-endpoint-for-v2-metric_fileid
...
Adding /metric_file/[id] GET endpoint in v2
2025-09-19 09:01:58 -06:00
dal
f96cbf02e8
report file and trigger
2025-09-19 08:58:50 -06:00
Wells Bunker
b88740d405
revert auto change
2025-09-19 08:58:47 -06:00
Wells Bunker
27e4537ee3
update imports
2025-09-19 08:55:46 -06:00
dal
6a28d28b63
pin trigger to 4.0.2
2025-09-18 15:48:22 -06:00
dal
0c9a737330
exclude effect
2025-09-18 15:43:37 -06:00
Nate Kelley
48aaccc9d4
update package versions
2025-09-18 15:38:42 -06:00
Nate Kelley
688fb36270
fix broken unit tests
2025-09-18 14:15:24 -06:00
Nate Kelley
33073e6729
Move to scoped database imports
2025-09-18 12:36:37 -06:00