We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020f50b commit 522e2c7Copy full SHA for 522e2c7
go/internal/feast/registry/mysql_registry_store.go
@@ -1,9 +1,10 @@
1
// Package registry implements Feast registry stores.
2
//
3
// MySQL Registry Store:
4
-// The MySQL registry store queries assume a database schema matching the Python SQLAlchemy
5
-// schema defined in sdk/python/feast/infra/registry/sql.py. When the Python schema evolves,
6
-// the Go queries in this package must be updated accordingly.
+// The MySQL registry store provides read-only access to a Feast registry stored in MySQL.
+// It queries a database schema matching the Python SQLAlchemy schema defined in
+// sdk/python/feast/infra/registry/sql.py. When the Python schema evolves, the Go queries
7
+// in this package must be updated accordingly.
8
package registry
9
10
import (
0 commit comments