Commit b3aa496
committed
refactor(BA-5650-C): rename SessionData user_uuid to owner_id
Data-layer rename of SessionData / SessionMetadata user_uuid to
owner_id, plus the matching SessionRow adapters
(to_dataclass/from_dataclass/to_session_info/from_session_info).
ComputeSessionNode.from_dataclass becomes async and resolves
main_access_key from the owner via UserRepository when owner is not
eagerly loaded. models/resource_usage.py sources user_id from
SessionRow.user_uuid through the session relationship.
SessionRow._build_session_fetch_query / _match_sessions_by_* also
rename the filter parameter to owner_id; repository and db_source
callers are updated in the next slice so intermediate builds may
fail in isolation.1 parent 7bac45f commit b3aa496
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments