Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P pymemri
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • memri
  • pymemri
  • Issues
  • #119

Closed
Open
Created Mar 02, 2022 by Aglaia@RuskiBusinessOwner

Cannot load items from pod with no local schema definition

This issue happens in two places:

When loading Items without local definition (example, schema is in another plugin): client.search({type: "CategoricalPrediction"}) will give an error. Not a big issue, this behaviour is expected. When loading items that have edges to items without local definition. Example: After prediction sentiment on a set of Messages, load messages in pymemri: client.search({type: "Message"}) will throw an error because Message -- label -➝ CategoricalPrediction . This is a much larger issue, pymemri will throw errors when not expected.

Solutions simple: ignore items that don't have a local schema defined complex: infer Item class from pod definition

┆Issue is synchronized with this Clickup task by Unito

Edited Mar 02, 2022 by Aglaia
Assignee
Assign to
Time tracking