Skip to content

Conversation

seedspirit
Copy link
Contributor

@seedspirit seedspirit commented Aug 22, 2025

resolves #5585 (BA-2164)

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Installer updates including:
    • Fixtures for db schema changes
    • New mandatory config options
  • Update of end-to-end CLI integration tests in ai.backend.test
  • API server-client counterparts (e.g., manager API -> client SDK)
  • Test case(s) to:
    • Demonstrate the difference of before/after
    • Demonstrate the flow of abstract/conceptual models with a concrete implementation
  • Documentation
    • Contents in the docs directory
    • docstrings in public interfaces and type annotations

📚 Documentation preview 📚: https://sorna--5599.org.readthedocs.build/en/5599/


📚 Documentation preview 📚: https://sorna-ko--5599.org.readthedocs.build/ko/5599/

@seedspirit seedspirit self-assigned this Aug 22, 2025
@github-actions github-actions bot added size:XL 500~ LoC comp:manager Related to Manager component comp:common Related to Common component require:db-migration Automatically set when alembic migrations are added or updated labels Aug 22, 2025
@seedspirit seedspirit marked this pull request as ready for review August 25, 2025 01:09
@Copilot Copilot AI review requested due to automatic review settings August 25, 2025 01:09
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@seedspirit seedspirit force-pushed the feat/BA-2164 branch 4 times, most recently from cb3759a to 46f211f Compare August 27, 2025 09:42
@github-actions github-actions bot added the area:docs Documentations label Aug 27, 2025
GUID,
nullable=False,
)
session_id = sa.Column(
Copy link
Contributor Author

@seedspirit seedspirit Sep 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HyeockJinKim how about add revision_id in deployment rout row? If the database does not hold this value, it would appear impossible to know the revision ID currently referenced by the deployment route (or replica) especially there are two revisions while deploying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:docs Documentations comp:common Related to Common component comp:manager Related to Manager component require:db-migration Automatically set when alembic migrations are added or updated size:XL 500~ LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define and Implement DB Tables related to Model Deployment
2 participants