package
0.0.0-20250307135755-0d9a7b00e926
Repository: https://github.com/kubeflow/pipelines.git
Documentation: pkg.go.dev

# Functions

NewDB creates a DB.
factory function for database status store.
factory function for creating default experiment store.
factory function for experiment store.
No description provided by the author
No description provided by the author
No description provided by the author
Return the object store with faked minio client.
factory function for job store.
No description provided by the author
No description provided by the author
Factory function for pipeline store.
No description provided by the author
Returns a new RunStore.
No description provided by the author
NewTaskStore creates a new TaskStore.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

DB a struct wrapping plain sql library with SQL dialect, to solve any feature difference between MySQL, which is used in production, and Sqlite, which is used for unit testing.
Implementation of a DBStatusStoreInterface.
Implementation of a DefaultExperimentStoreInterface.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Managing pipeline using Minio.
MySQLDialect implements SQLDialect with mysql dialect implementation.
No description provided by the author
No description provided by the author
No description provided by the author
SQLiteDialect implements SQLDialect with sqlite dialect implementation.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Create interface for minio client struct, making it more unit testable.
Interface for object store.
No description provided by the author
No description provided by the author
No description provided by the author
SQLDialect abstracts common sql queries which vary in different dialect.
No description provided by the author