Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pymemri pymemri
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MemriMemri
  • pymemripymemri
  • Issues
  • #119
Closed
Open
Issue 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