mirror of https://github.com/buster-so/buster.git
Enhance buster-cli: Improve initialization process and model file handling
- Added a TODO in the init function for ID retrieval and storage in artifacts. - Introduced an optional `sql_definition` field in `PostDatasetsRequest` for better model representation. - Refactored `get_model_files` to support recursive directory processing, improving model file retrieval. - Implemented logging for model file uploads to Buster, enhancing operational visibility. These changes streamline the initialization and model file management, laying the groundwork for future enhancements.
This commit is contained in:
parent
87cc56f9b9
commit
518c2f7ec7
|
@ -0,0 +1,7 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/packages/buster-cli"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 10
|
Loading…
Reference in New Issue