Skip to content

Commit 408ce48

Browse files
committed
chore: merge dependent branch
2 parents 2e62e06 + 0da8412 commit 408ce48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • components/renku_data_services/session

components/renku_data_services/session/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class BaseSessionLauncher:
7575
"""Session launcher model."""
7676

7777
project_id: ULID
78+
id: ULID | None
7879
name: str
7980
description: str | None
8081
environment: str | UnsavedEnvironment | Environment
@@ -86,6 +87,7 @@ class UnsavedSessionLauncher(BaseSessionLauncher):
8687
"""Session launcher model that has not been persisted in the DB."""
8788

8889
environment: str | UnsavedEnvironment
90+
id: ULID | None = None
8991
"""When a string is passed for the environment it should be the ID of an existing environment."""
9092

9193

0 commit comments

Comments
 (0)