◐ Shell
clean mode source ↗

fix: For SQL registry, increase max data_source_name length to 255 by radonnachie · Pull Request #3630 · feast-dev/feast

Expand Up @@ -81,7 +81,7 @@ data_sources = Table( "data_sources", metadata, Column("data_source_name", String(50), primary_key=True), Column("data_source_name", String(255), primary_key=True), Column("project_id", String(50), primary_key=True), Column("last_updated_timestamp", BigInteger, nullable=False), Column("data_source_proto", LargeBinary, nullable=False), Expand Down