prefect.settings
base
prefect.settings.base
Functions
build_settings_config
Classes
PrefectBaseSettings
Methods:
settings_customise_sources
Define an order for Prefect settings sources.
The order of the returned callables decides the priority of inputs; first item is the highest priority.
See https://docs.pydantic.dev/latest/concepts/pydantic_settings/#customise-settings-sources
to_environment_variables
Convert the settings object to a dictionary of environment variables.
ser_model
PrefectSettingsConfigDict
Configuration for the behavior of Prefect settings models.