MCPcopy Create free account
hub / github.com/featureform/featureform / CreateEntity

Method CreateEntity

api/main.go:709–712  ·  view source on GitHub ↗
(ctx context.Context, entity *pb.Entity)

Source from the content-addressed store, hash-verified

707}
708
709func (serv *MetadataServer) CreateEntity(ctx context.Context, entity *pb.Entity) (*pb.Empty, error) {
710 serv.Logger.Infow("Creating Entity", "entity", entity.Name)
711 return serv.meta.CreateEntity(ctx, entity)
712}
713
714func (serv *MetadataServer) RequestScheduleChange(ctx context.Context, req *pb.ScheduleChangeRequest) (*pb.Empty, error) {
715 serv.Logger.Infow("Requesting Schedule Change", "resource", req.ResourceId, "new schedule", req.Schedule)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected