pudl.dagster.config#

Dagster run configuration helpers for PUDL.

This module collects reusable run-configuration fragments and helpers that jobs, automation, and tests can share. Define execution settings, concurrency controls, and resource-config loaders here when they are meant to be combined into Dagster job or launch configuration, rather than hard-coding them in individual jobs or scripts.

For the underlying Dagster concept, see https://docs.dagster.io/guides/operate/configuration/run-configuration

Attributes#

Module Contents#

pudl.dagster.config.default_tag_concurrency_limits[source]#
pudl.dagster.config.default_execution_config[source]#
pudl.dagster.config.default_pudl_job_config[source]#