AQIT 0.1.0
Loading...
Searching...
No Matches
store.py File Reference

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.recipe
namespace  aquin.recipe.store

Functions

Path aquin.recipe.store.run_root (Path|None cwd=None)
Path aquin.recipe.store.revision_dir (str rev_id, *, Path|None cwd=None)
Path aquin.recipe.store.run_dir (str run_id, *, Path|None cwd=None)
str aquin.recipe.store.hash_file (Path path)
int|None aquin.recipe.store._count_rows (Path path, str fmt)
list[str]|None aquin.recipe.store._csv_columns (Path path)
DataRevision aquin.recipe.store.capture_revision (str|Path path, *, bool snapshot=False, Path|None cwd=None)
None aquin.recipe.store.write_json (Path path, Any payload)
Path aquin.recipe.store.save_run (RunRecord record)
RunRecord aquin.recipe.store.load_run (str run_id, *, Path|None cwd=None)

Variables

str aquin.recipe.store.RUN_ROOT_NAME = "aquin_run"