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
Nate Kelley
11f4e4cc66
Merge pull request #896 from buster-so/nate/hot-fixes-for-any
...
Remove unused imports
2025-09-15 15:16:18 -06:00
dal
eb657d558e
CLAUDE.md and README.md updates...
2025-09-15 15:06:41 -06:00
Nate Kelley
80f3ee0c49
small cleanup
2025-09-15 14:59:33 -06:00
dal
af9014a30a
Merge remote-tracking branch 'origin/staging' into cli-update-command
2025-09-11 23:52:16 -06:00
dal
0b599de0b4
Update CLI with version check and new commands; add semver dependencies
2025-09-11 23:52:00 -06:00
dal
8a2bbe7630
Merge remote-tracking branch 'origin/staging' into dal-post-processing-needs-docs-information
2025-09-11 23:37:01 -06:00
dal
2d63981273
Add in analyst instructions and org documentation to the message post processing. Tweaked propmts to accoutn for those.
2025-09-11 23:36:52 -06:00
dal
e8aef1f2ce
increase to 20 min for sync jobs
2025-09-11 23:09:30 -06:00
wellsbunk5
9f31ab4ff3
Merge pull request #869 from buster-so/wells-bus-1707-user-personalization-endpoints
...
Personalization
2025-09-11 17:44:03 -06:00
Wells Bunker
db252c9e7a
Adding personalization into the agent, adding PATCH api for user to add personalization
2025-09-11 17:35:01 -06:00
dal
48786d55d3
type fix
2025-09-11 13:51:23 -06:00