Find out which configuration was used for a run
Sometimes you might want to extract the used configuration from a pipeline that has already run. You can do this simply by loading the pipeline run and accessing its config
attribute or the config
attribute of one of its steps.
Last updated