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:
Dallin Bentley 2024-12-04 20:26:39 -07:00
parent 87cc56f9b9
commit 518c2f7ec7
1 changed files with 7 additions and 0 deletions

7
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/packages/buster-cli"
schedule:
interval: "weekly"
open-pull-requests-limit: 10