DagsterPipes.ParamsLoader (dagster_pipes v0.1.0)

Object that loads params passed from the orchestration process by the context injector and message reader. These params are used to respectively bootstrap the PipesContextLoader and PipesMessageWriter.

Summary

Functions

Constructs params loader at the init time.

Contructs params loader that extracts params from environment variables.

Functions

init(mapping \\ %{})

Constructs params loader at the init time.

init_from_env()

Contructs params loader that extracts params from environment variables.