Commit Graph

5333 Commits

Author SHA1 Message Date
Nate Kelley a58b8057b8
Update MOCK_DASHBOARD.ts 2025-02-06 10:40:02 -07:00
Nate Kelley 06410c3187
update faker 2025-02-06 10:19:25 -07:00
Nate Kelley f6ad1e24f0
dashboard updates 2025-02-06 10:06:28 -07:00
Nate Kelley da76a0e19b
Merge branch 'staging' into big-nate/bus-939-create-new-structure-for-chats 2025-02-06 09:05:06 -07:00
dal 2618166bf8
feat: Expand validation error types for more comprehensive deployment checks
- Add new validation error types: ModelNotFound, InvalidRelationship, and ExpressionError
- Update deploy_v2.rs to categorize and handle these new error types
- Enhance error handling and reporting in dataset deployment process
2025-02-05 23:56:41 -07:00
dal 4e2e9795b6
refactor: Simplify dataset deployment and validation process
- Restructure deploy_datasets function to separate concerns
- Improve column and relationship validation in dataset deployment
- Enhance error handling and validation result generation
- Add support for more comprehensive column and relationship checks
- Refactor validation logic to handle multiple error types
2025-02-05 23:42:51 -07:00
Nate Kelley 5405232de9
animation rews update 2025-02-05 22:57:56 -07:00
Nate Kelley 279d903de2
defferred updatate 2025-02-05 22:42:22 -07:00
Nate Kelley f3a4fb96ef
mock data update 2025-02-05 22:35:46 -07:00
dal 08ecb44de1
Merge branch 'staging' into dal/simplify-deploy-endpoint 2025-02-05 21:56:45 -07:00
github-actions[bot] 4a085d9c23 chore(release): update version to 0.0.33 2025-02-06 04:56:13 +00:00
dal a69fa7c81a
Fix: Tweaked fix sql prompt to be json
Tweaked the fix sql to return a json output so we don't get parse err…
2025-02-05 20:56:00 -08:00
dal e144377ada
Tweaked the fix sql to return a json output so we don't get parse errors. 2025-02-05 21:55:19 -07:00
github-actions[bot] 0c290baccb chore(release): update version to 0.0.32 2025-02-06 01:25:31 +00:00
dal 6cb9c9cf5b
fix prompts with o3-mini
fix(prompts): Enhance SQL query generation and error handling instru…
2025-02-05 17:25:17 -08:00
dal b872cf63a4
feat(prompts): Enhance SQL query generation and error handling instructions
- Update failed SQL fix prompt to emphasize query output format
- Add clarification to dataset selector prompt about selecting multiple datasets
2025-02-05 18:24:34 -07:00
dal fa480f6797
feat: enhance column metadata retrieval across database sources
- Add support for capturing source type (table, view, materialized view)
- Improve column metadata queries for Postgres, MySQL, BigQuery, and Snowflake
- Include more comprehensive column information during dataset import
- Extend DatasetColumnRecord to include source_type field
2025-02-05 18:21:40 -07:00
dal 6e5c299389
feat: improve dataset column validation and deployment process
- Add comprehensive column validation before dataset deployment
- Validate existence of all required columns in source database
- Simplify column type and nullability retrieval
- Enhance error reporting for missing columns
- Update deployment logic to use pre-validated column information
2025-02-05 17:20:11 -07:00
dal f081f3e16e
feat: enhance dataset validation and deployment error handling
- Add detailed validation error logging in CLI
- Improve type compatibility checks in dataset validation
- Modify deployment process to handle and report validation errors more comprehensively
- Add Hash derive for Verification enum
- Update API and CLI to support more informative validation results
2025-02-05 17:04:13 -07:00
Nate Kelley 6c5f4c7b5f
dashboard config 2025-02-05 16:43:18 -07:00
github-actions[bot] 23ca3a5b84 chore(release): update version to 0.0.31 2025-02-05 23:24:38 +00:00
dal bb100d4178
Fix: Search org id bug
Staging
2025-02-05 15:24:27 -08:00
dal 80d3662c3f
Merge pull request #101 from buster-so/dal/term_search_bug
Dal/term search bug
2025-02-05 15:23:49 -08:00
dal fb75c1f554
fix(search): Add organization_id filter to semantic and terms search queries 2025-02-05 16:23:24 -07:00
dal 7bcd7d81bc
make sure the output of fix sql is delimited 2025-02-05 16:19:23 -07:00
dal 3c82ac0774
feat: add dataset validation and improved deployment process 2025-02-05 15:00:52 -07:00
Nate Kelley 1a373d1e04
popup selet file container 2025-02-05 14:31:32 -07:00
dal 66d9528619
refactor: deploy datasets much simpler now 2025-02-05 14:05:12 -07:00
Nate Kelley 2fc8c9a221
Update useMetricLayout.ts 2025-02-05 13:19:49 -07:00
Nate Kelley 55e307b677
do not allow dragging app data grid 2025-02-05 13:06:25 -07:00
Nate Kelley f4866b790d
save sql container 2025-02-05 12:54:06 -07:00
dal cace5d438a
Merge branch 'staging' into dal/cli-release 2025-02-05 12:48:58 -07:00
github-actions[bot] dd00ec345f chore(release): update version to 0.0.30 2025-02-05 19:40:57 +00:00
dal e0da363f9b
bugfix: values search table format
fix the search value table
2025-02-05 11:40:44 -08:00
dal 2c7ef16956
fix the search value table 2025-02-05 12:30:51 -07:00
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 e7843d5a83
created results file pt1 2025-02-05 11:27:53 -07:00
Nate Kelley 39d5601158
update how we pass inputs 2025-02-05 09:55:09 -07:00
Nate Kelley b984e9863f
Merge branch 'staging' into big-nate/bus-939-create-new-structure-for-chats 2025-02-05 09:15:30 -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
Nate Kelley 3f46086ca7
Update ChatInput.tsx 2025-02-04 22:40:59 -07:00