buster/cli/src/utils
dal 1f1df4a7bb
Refactor dataset deployment logic and enhance request structure
- Introduced a new `is_simple` flag in the `deploy_datasets` function to differentiate between full and simple dataset deployments.
- Updated the `deploy_datasets_handler` to accept the `is_simple` parameter, allowing for conditional processing of inserted datasets.
- Modified the `DeployDatasetsRequest` struct to include an optional `id` and `type_` field, enhancing the request's flexibility.
- Adjusted the handling of the `yml_file` field to be optional in the `DeployDatasetsRequest` struct.
- Updated the `process_batch` function to handle "USER-DEFINED" data types in addition to existing types.

These changes improve the dataset deployment process by allowing for more granular control and flexibility in handling different dataset types.
2025-01-11 15:17:01 -07:00
..
buster Refactor dataset deployment logic and enhance request structure 2025-01-11 15:17:01 -07:00
dbt Refactor buster-cli model structures and update YAML templates 2025-01-03 13:26:48 -07:00
file Refactor dataset deployment logic and enhance request structure 2025-01-11 15:17:01 -07:00
formatting Refactor buster-cli model structures and update YAML templates 2025-01-03 13:26:48 -07:00
mod.rs Refactor buster-cli model structures and update YAML templates 2025-01-03 13:26:48 -07:00