singlestoredb.management.workspace.Stage.mkdir

Stage.mkdir(stage_path: str | PathLike[str], overwrite: bool = False) StageObject

Make a directory in the stage.

Parameters:
  • stage_path (Path or str) – Path of the folder to create

  • overwrite (bool, optional) – Should the stage path be overwritten if it exists already?

Return type:

StageObject