buster/cli/src/commands
dal c74016d3bd
Add yml_file field to Dataset model and related API structures
- Introduced a new optional `yml_file` field in the Dataset model to store YAML file references.
- Updated the database schema to include the `yml_file` column in the datasets table.
- Modified various API request and response structures to accommodate the new `yml_file` field.
- Enhanced dataset handling functions to support the inclusion of `yml_file` in dataset operations.

These changes improve the dataset management capabilities by allowing the association of YAML files with datasets, facilitating better data organization and retrieval.
2025-01-08 22:33:14 -07:00
..
auth.rs Refactor buster-cli model structures and update YAML templates 2025-01-03 13:26:48 -07:00
deploy.rs Refactor buster-cli model structures and update YAML templates 2025-01-03 13:26:48 -07:00
generate.rs Refactor buster-cli model structures and update YAML templates 2025-01-03 13:26:48 -07:00
import.rs Refactor buster-cli model structures and update YAML templates 2025-01-03 13:26:48 -07:00
init.rs Add yml_file field to Dataset model and related API structures 2025-01-08 22:33:14 -07:00
mod.rs Refactor buster-cli model structures and update YAML templates 2025-01-03 13:26:48 -07:00