Blueprints outline a sequence of checks and cleanup steps that come after a dataset is created. In order for these steps to be executed, the blueprint must be attached to a drake plan so that drake can run these steps properly.

attach_blueprints(plan, ...)

attach_blueprint(plan, blueprint)

Arguments

plan

A drake plan

...

Multiple blueprints

blueprint

A blueprint object