-
Notifications
You must be signed in to change notification settings - Fork 10
study freeze
Rob Flickenger edited this page Aug 9, 2021
·
1 revision
To prevent changes to a study, use biograph vdb study freeze
. Frozen studies may still be exported, but the add
, delete
, revert
, and filter
commands can no longer be used.
$ biograph vdb study freeze my_study
Study 'my_study' frozen
$ biograph vdb study delete my_study
The study 'my_study' is frozen and cannot be altered.
$ biograph vdb study filter my_study --exclude "GT = '1/1'"
The study 'my_study' is frozen and cannot be altered.
Note that changes are only prevented when using vdb commands. The underlying S3 and Athena data can still be changed or deleted by anyone with sufficient privileges.
To allow changes again, use study unfreeze.
$ biograph vdb study freeze --help
usage: biograph vdb study freeze [-h] study_name
Prevent changes to a study
positional arguments:
study_name Name of the study
optional arguments:
-h, --help show this help message and exit