semantics
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# #region TranslateModels [C:3] [TYPE Module] [SEMANTICS sqlalchemy, translate, model, schema, dashboard, llm]
|
||||
# @BRIEF SQLAlchemy ORM models for LLM-based SQL/dashboard translation across dialects.
|
||||
# @LAYER: Domain
|
||||
# @LAYER Domain
|
||||
# @RELATION INHERITS -> [MappingModels]
|
||||
|
||||
from datetime import UTC, datetime
|
||||
@@ -18,8 +18,8 @@ def generate_uuid():
|
||||
|
||||
# #region TranslationJob [TYPE Class]
|
||||
# @BRIEF A translation job representing a multi-dialect conversion task with column mappings, LLM config, and dictionary attachments.
|
||||
# @RATIONALE: Snapshot isolation — in-progress runs use config snapshot; config edits affect future runs only.
|
||||
# @REJECTED: Invalidating in-progress runs on config edit would break scheduled run continuity.
|
||||
# @RATIONALE Snapshot isolation — in-progress runs use config snapshot; config edits affect future runs only.
|
||||
# @REJECTED Invalidating in-progress runs on config edit would break scheduled run continuity.
|
||||
class TranslationJob(Base):
|
||||
__tablename__ = "translation_jobs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user