Commit Graph

633 Commits

Author SHA1 Message Date
dal 46cb2c3b3b
rerank test and tweak 2025-05-07 18:31:37 -06:00
dal fb0077c583
docker release update to merge to latest. run updates, migrate rerank 2025-05-07 18:25:34 -06:00
dal 87fcc41e2d
buster start, stop, restart handled well 2025-05-07 18:13:56 -06:00
dal 38ac1ec47f
no unix commands 2025-05-07 09:14:02 -06:00
dal d8ea573c56
os fix on ssh tunneling 2025-05-07 08:54:21 -06:00
dal 3410475c2d
docker release public 2025-05-07 07:56:09 -06:00
dal fe6866dd7e
Merge branch 'evals' into dal/self-hosting-guide 2025-05-06 16:59:04 -06:00
dal b0af860c07
parse, deploy, config changes 2025-05-06 14:57:32 -06:00
dal 19cf2d1f2c
deploy clean up and data source correct env for now 2025-05-06 14:39:56 -06:00
dal 7b8181e596
hotfix: braintrust logging failing 2025-05-06 14:09:15 -06:00
dal 0a4198fed1
removed file path and other weird things 2025-05-06 13:35:41 -06:00
dal f0530f1ef9
ok things are pretty good, but a few more tweaks 2025-05-06 13:23:18 -06:00
dal cb430074a7
migrate the deploy logic into its own handler and simplify, init auto semantic creation, map semantic models from buster config 2025-05-06 11:12:19 -06:00
dal 0b51ef4edf
cli migration and cleanup 2025-05-06 09:36:21 -06:00
dal e66843b1f1
prds, docker release, models 2025-05-06 08:09:31 -06:00
dal 4791a62531
models created 2025-05-05 18:47:49 -06:00
dal c3c8100f3c
moved semantic layer to server libs for now 2025-05-05 18:41:16 -06:00
dal 7709c2c3b2
no colon in timeframe 2025-05-05 17:51:45 -06:00
dal d1e8bad4fc
Merge pull request #269 from buster-so/evals
Evals
2025-05-05 16:49:11 -07:00
dal 8fd0ce820d
sql dialect guidance and passing 2025-05-05 17:35:36 -06:00
dal 8b76581454
timeframe and extract type 2025-05-05 16:58:59 -06:00
dal 649cc69039
Merge pull request #266 from buster-so/evals
Evals
2025-05-05 15:29:56 -07:00
dal 6eba7eac42
Merge branch 'evals' into dal/cli-final-features 2025-05-05 15:26:44 -06:00
dal 70cdb1882f
Refactor secret management and command structure
- Removed the `SecretIdResult` struct from `vault.rs` and updated `create_secret` to return `Result<()>` instead of `Result<Uuid>`.
- Adjusted the SQL query in `create_secret` to directly call the vault function without fetching the ID.
- Updated error handling in `update_secret` and `delete_secret` for consistency.
- Refactored `create_data_source_handler` to use the data source ID for storing credentials in the vault.
- Deleted the `generate.rs` command file and removed its references in the command module.
- Introduced a new `ProjectContext` struct in `exclusion.rs` to support multi-project configurations in `BusterConfig`.
- Updated the `init` command to create a new configuration structure using `ProjectContext` and sort database types alphabetically.
2025-05-05 15:03:14 -06:00
dal 82c415e80f
fix on stored v alues functions 2025-05-05 13:50:15 -06:00
dal e0a473b677
Merge pull request #258 from buster-so/evals
Evals to Staging
2025-05-05 10:24:10 -07:00
dal e8cbbf088c
revert 2025-05-05 09:54:40 -06:00
dal b4316b6119
unit testing for litellm 2025-05-05 08:24:01 -06:00
dal 61833c0997
prompt improvements on plan templates. 2025-05-03 08:02:46 -06:00
dal 830de45bfa
llm clarification on metric yml and lock metric yml to an enum 2025-05-02 14:45:27 -06:00
dal 5fd8531ce3
null not as string on number separator style 2025-05-02 14:38:26 -06:00
dal 0997022da6
setup script fixed 2025-05-02 13:49:23 -06:00
dal 03d14da9e3
seed script done 2025-05-02 13:46:25 -06:00
dal 3cdd960004
ok makefile and setup 2025-05-02 13:39:12 -06:00
dal 3addf1bde4
seed with setup 2025-05-02 13:15:20 -06:00
dal 7c4be7883c
seed 2025-05-02 12:54:16 -06:00
dal f12e524b82
current makefile and seed 2025-05-02 12:14:37 -06:00
dal ad26b8db8d
data catalog search prompt fix 2025-05-01 16:16:21 -06:00
dal 409df89a25
adjusted the search stored values 2025-05-01 15:12:12 -06:00
dal 2a9ff873f3
Merge branch 'staging' into dal/data-catalog-search-improvement 2025-05-01 13:31:08 -06:00
dal da018c570f
don't extract ids 2025-05-01 12:35:04 -06:00
dal b0e1422ec9
small tweak 2025-05-01 11:28:45 -06:00
dal 3b599508a3
hotfix datasource id ref 2025-05-01 10:06:14 -06:00
dal 716feb4115
Merge pull request #248 from buster-so/evals
Evals
2025-05-01 08:30:36 -07:00
dal 567bf667b4
some sql prompt fixes 2025-05-01 09:14:26 -06:00
dal 693eaec969
Enhance error handling and version management in metric file processing. Added detailed error logging for failed dataset associations and improved YAML serialization handling. Updated structures to track updated versions during metric modifications. 2025-04-30 17:22:47 -06:00
dal 775631ed43
semantic handling 2025-04-30 14:55:00 -06:00
dal 12077f9721
Enhance semantic query processing with improved handling for common tables and nested metrics. Added stricter validation for parameter types and refined error messages. Updated tests to reflect changes and ensure robustness. 2025-04-30 14:31:56 -06:00
dal 0db84419db
semantic improvmenets 2025-04-30 13:57:55 -06:00
dal 7e023d7178
semantic tets 2025-04-30 12:43:01 -06:00