forked from zenml-io/zenml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New MySQL metadata stores (zenml-io#580)
* first iteration on the metadata stores * second iteration * Improved secrets management CLI commands * allow secret key/values to be passed as command line arguments * allow secret values to be loaded from files * enforce secret schema validation during registration and updates * formatting * adding a schema for mysql * registering the new mysql schema on default * next iteration on the mysql mlmd * new mysql metadata stores * docstrings * Apply suggestions from code review Co-authored-by: Michael Schuster <[email protected]> Co-authored-by: Alexej Penner <[email protected]> * Apply code review suggestions * Fix zenml secret CLI example in the CLI docs * returning the secret [ci skip] * changed the field back to username * handling the ssl keys [ci skip] * ignored error for click 8.0.1 * fixed the path for the secrets * minor formatting * removed the ignore * fixing the missing import * small fixes * formatting * Fix username retrieval from secret * imports formatted Co-authored-by: Stefan Nica <[email protected]> Co-authored-by: Michael Schuster <[email protected]> Co-authored-by: Alexej Penner <[email protected]>
- Loading branch information
1 parent
ccf337f
commit 8afa627
Showing
10 changed files
with
582 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.