Skip to content

Proof of concept redesign ORM model layer with user API separation and performance in mind - #7591

Draft
agoscinski wants to merge 1 commit into
aiidateam:mainfrom
agoscinski:orm-model-redesign-poc
Draft

Proof of concept redesign ORM model layer with user API separation and performance in mind#7591
agoscinski wants to merge 1 commit into
aiidateam:mainfrom
agoscinski:orm-model-redesign-poc

Conversation

@agoscinski

@agoscinski agoscinski commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Please check out the README.md, and look at structure (what is in core API and what is user API), and how are the ColumnFields and AttributeFields converted to pydantic.Fields that are used to build the CLI and REST API model model.

@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.69%. Comparing base (4019b32) to head (7ace30f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7591      +/-   ##
==========================================
- Coverage   80.69%   80.69%   -0.00%     
==========================================
  Files         581      581              
  Lines       47139    47139              
==========================================
- Hits        38035    38034       -1     
- Misses       9104     9105       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@agoscinski
agoscinski force-pushed the orm-model-redesign-poc branch from c806bd0 to 7ace30f Compare August 28, 2026 09:42
@agoscinski agoscinski linked an issue Aug 28, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Addressing performance burden from #6990

1 participant