Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Migrate imperative kernels table to declarative KernelRow ORM class #2309

Commits on Jun 20, 2024

  1. chore: Migrate imperative kernels table to declarative KernelRow

    …ORM class (#2309)
    
    We are migrating [imperative mapping](https://docs.sqlalchemy.org/en/20/orm/mapping_styles.html#imperative-mapping) to [declarative mapping](https://docs.sqlalchemy.org/en/20/orm/mapping_styles.html#imperative-mapping).
    Add `KernelRow` declarative ORM class and leave `kernels` table object for compatibility
    
    **Checklist:** (if applicable)
    
    - [x] Milestone metadata specifying the target backport version
    fregataa committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6c2ec78 View commit details
    Browse the repository at this point in the history