Skip to content

Commit

Permalink
Alias stages and stage
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Dec 12, 2023
1 parent f83586b commit 4f0fe19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions singlestoredb/management/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,8 @@ def stage(self) -> Stage:
)
return Stage(self, self._manager)

stages = stage

def refresh(self) -> 'WorkspaceGroup':
"""Update the object to the current state."""
if self._manager is None:
Expand Down

0 comments on commit 4f0fe19

Please sign in to comment.