Commit Graph

7 Commits

Author SHA1 Message Date
dal 533889a54f
cli exclusion and readme updates 2025-02-12 14:08:01 -07:00
dal 24edcf2968
update read me for env 2025-02-12 14:02:20 -07:00
dal af3cc188aa
exclusion pattern 2025-02-12 14:01:11 -07:00
dal 5b6ff85af8
readme for cli 2025-02-12 10:00:26 -07:00
dal 32efa01b51
validation done. 2025-02-11 12:26:07 -07:00
dal 66d9528619
refactor: deploy datasets much simpler now 2025-02-05 14:05:12 -07:00
dal d4bd71b988 Refactor buster-cli model structures and update YAML templates
- Renamed `semantic_models` to `models` in YAML template and related structures for consistency.
- Changed `expr` field type in `PostDatasetsEntityRelationshipsRequest` from `Vec<String>` to `String` to simplify data handling.
- Updated `BusterModel` struct to reflect the new `models` naming and removed unused `ModelDefaults` struct.
- Adjusted tests to align with the updated model structure.

These changes enhance clarity and maintainability in the model representation and data handling within the buster-cli.
2025-01-03 13:26:48 -07:00