relies on datazimmer and the tooling of sscub
- install requirements
pip install -r requirements - set name and other configuration in
zimmer.yaml - create, register and document steps in a pipeline you will run ind different environments
- build metadata to exportable and serialized format with
dz build-meta- if you defined importable data from other artifacts in the config, you can import them with
load-external-data - ensure that you import envs that are served from sources you have access to
- if you defined importable data from other artifacts in the config, you can import them with
- build and run pipeline steps by running
dz run - validate that the data matches the datascript description with
dz validate
TODO: document dogshow and everything else much better here