Skip to content

Commit 522e2c7

Browse files
committed
docs(go): Clarify MySQL registry store package documentation
1 parent 020f50b commit 522e2c7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

go/internal/feast/registry/mysql_registry_store.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// Package registry implements Feast registry stores.
22
//
33
// 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.
4+
// The MySQL registry store provides read-only access to a Feast registry stored in MySQL.
5+
// It queries a database schema matching the Python SQLAlchemy schema defined in
6+
// sdk/python/feast/infra/registry/sql.py. When the Python schema evolves, the Go queries
7+
// in this package must be updated accordingly.
78
package registry
89

910
import (

0 commit comments

Comments
 (0)