Commit Graph

447 Commits

Author SHA1 Message Date
github-actions[bot] f2858b79fc chore(release): update version to 0.0.29 2025-02-05 19:08:37 +00:00
dal 76859bfa2d
Bugfix: Delete Dataset endpoint
Staging
2025-02-05 11:08:26 -08:00
dal 8c853b7ac3
Merge pull request #98 from buster-so/dal/fix-dataset-delete-bug
bugfix(datasets): add delete dataset route
2025-02-05 11:07:45 -08:00
dal d9973a13dd
bugfix(datasets): add delete dataset route
Implement a new DELETE route for removing datasets by their ID
2025-02-05 11:58:43 -07:00
github-actions[bot] c55951624e chore(release): update version to 0.0.28 2025-02-05 18:44:16 +00:00
dal 6f2976ef78
Merge pull request #97 from buster-so/staging
use colors in tooltip cache
2025-02-05 10:44:03 -08:00
dal 2be7383656
you learn something new every day... a schema in pg can't start with a number. 2025-02-05 11:36:31 -07:00
Nate Kelley f437aea897
use colors in tooltip cache 2025-02-05 08:12:13 -07:00
github-actions[bot] 078c66af1a chore(release): update version to 0.0.27 2025-02-05 15:02:36 +00:00
Nate Kelley b46de45aa8
Merge pull request #96 from buster-so/staging
Update MetricTitle to not duplicate
2025-02-05 07:02:23 -08:00
Nate Kelley 255c1514ad
Update MetricTitle.tsx 2025-02-05 08:01:55 -07:00
github-actions[bot] df192529d2 chore(release): update version to 0.0.26 2025-02-05 00:27:32 +00:00
dal 6535947d23
Merge pull request #95 from buster-so/staging
fix: janky check for values
2025-02-04 16:27:22 -08:00
dal 960c89ab84
fix: janky check for values 2025-02-04 17:26:57 -07:00
github-actions[bot] bfd76626de chore(release): update version to 0.0.25 2025-02-05 00:19:06 +00:00
dal 902f25dc6b
Merge pull request #94 from buster-so/staging
remove the limit query bc mixing things up
2025-02-04 16:18:54 -08:00
dal 87a6225f1d
remove the limit query bc mixing things up 2025-02-04 17:18:02 -07:00
github-actions[bot] 5ba1b99727 chore(release): update version to 0.0.24 2025-02-04 23:58:40 +00:00
dal b2f571faa5
refactor(snowflake_query): optimize Arrow data processing with explicit row collection (#92) (#93) 2025-02-04 15:58:28 -08:00
dal 0fde90b848
refactor(snowflake_query): optimize Arrow data processing with explicit row collection (#92) 2025-02-04 15:57:35 -08:00
github-actions[bot] d8ab818a42 chore(release): update version to 0.0.23 2025-02-04 23:11:42 +00:00
dal 543877395d
Bugfix: stored values
Merge pull request #90 from buster-so/dal/stored_values_enum_push_to_…
2025-02-04 15:11:29 -08:00
dal d0ff21e10d
Merge pull request #90 from buster-so/dal/stored_values_enum_push_to_description
feat(stored_values): enhance column value processing with enum detect…
2025-02-04 15:10:54 -08:00
github-actions[bot] 7959db0c5a chore(release): update version to 0.0.22 2025-02-04 22:33:08 +00:00
dal 19f858aa4b
Merge pull request #89 from buster-so/staging
bugfix(snowflake_query): add data processing helpers for query result…
2025-02-04 14:32:57 -08:00
dal d4825c0ffe
bugfix(snowflake_query): add data processing helpers for query results (#88)
- Introduce helper functions for processing string and JSON values
- Implement case-insensitive string and JSON value transformations
- Add robust timestamp parsing with error handling
- Enhance Snowflake query result processing with consistent data normalization
2025-02-04 14:32:23 -08:00
github-actions[bot] 468353cc48 chore(release): update version to 0.0.21 2025-02-04 19:31:36 +00:00
dal d2f377dd0f
Merge pull request #86 from buster-so/staging
refactor(stored_values): improve background processing and error hand…
2025-02-04 11:31:23 -08:00
dal 59049b5604
refactor(stored_values): improve background processing and error handling for stored column values (#85)
- Refactor stored values processing in dataset deployment to use background task
- Add `StoredValueColumn` struct to encapsulate column processing details
- Implement `process_stored_values_background` for parallel and resilient value storage
- Add logging for successful and failed stored value processing
- Update CLI to handle optional SQL definitions and improve file processing
2025-02-04 11:30:45 -08:00
github-actions[bot] fbcf59c23d chore(release): update version to 0.0.20 2025-02-04 18:37:23 +00:00
dal 223f51448a
Merge pull request #84 from buster-so/staging
Upgrade: Updated to o3-mini models
2025-02-04 10:37:11 -08:00
dal daf4ec794f
Upgrade: Updated to o3-mini models
upgrade(ai): update OpenAI model configurations and add support for O…
2025-02-04 07:50:19 -08:00
github-actions[bot] e30f46559f chore(release): update version to 0.0.19 2025-02-04 15:47:15 +00:00
dal 2c35c35a5e
Fix Stored Values from Typesense back to pgvector
Fix: Stored Values from Typesense back to pgvector
2025-02-04 07:47:02 -08:00
dal 158f5ba0a9
Dal/stored values fix (#81)
* fix: add stored values support for dataset columns

This commit introduces stored values functionality for dataset columns, including:
- Adding a `stored_values` flag to column deployment requests
- Implementing a mechanism to store column values during dataset deployment
- Updating data analyst and SQL generation agents to leverage stored values
- Creating a new utility module for stored values search and management

* refactor(stored_values): improve stored values implementation and schema management

This commit enhances the stored values functionality with several key improvements:
- Update schema and table creation to use organization ID as schema name
- Modify stored values storage to include column ID
- Improve value extraction and embedding generation process
- Remove unnecessary distance calculation in search results
- Clean up unused values_engine module
2025-02-04 07:15:34 -08:00
github-actions[bot] 3cc273b4a2 chore(release): update version to 0.0.18 2025-02-03 22:17:27 +00:00
dal 6e79113afb
nvm don't need headers here 2025-02-03 15:17:12 -07:00
github-actions[bot] a448a1732e chore(release): update version to 0.0.17 2025-02-03 20:54:46 +00:00
dal bc29bfe266
fix: headers config on vercel (#80) 2025-02-03 12:54:33 -08:00
github-actions[bot] fda7884567 chore(release): update version to 0.0.16 2025-02-03 20:41:58 +00:00
dal cc6d4ac943
Merge pull request #79 from buster-so/staging
bug: fixed access control bugs and invite user bugs
2025-02-03 12:41:46 -08:00
dal f11bfa9941
fix(invite_users): simplify and streamline user invitation process (#78) 2025-02-03 12:41:00 -08:00
dal 2a183ca711
fix(dashboard): improve dashboard access and permission handling (#76) 2025-02-03 12:19:59 -08:00
Nate Kelley 5b231e1efd
make dashboard header sizing more consistent 2025-01-30 17:16:19 -07:00
github-actions[bot] 75cbff8c3a chore(release): update version to 0.0.15 2025-01-30 18:33:24 +00:00
dal 5d2f0443da
Merge pull request #74 from buster-so/staging
Staging
2025-01-30 10:33:08 -08:00
Nate Kelley 64971b7267
fix(posthog): update posthog config 2025-01-29 14:54:49 -07:00
Nate Kelley 4bade2114a
attempt to fix cursor bug 2025-01-29 12:46:26 -07:00
Nate Kelley 284dd43369
remove warning for show undefeine 2025-01-29 12:17:16 -07:00
Nate Kelley 01cbc70cd6
replace missing data with logic update 2025-01-29 11:32:38 -07:00