prefect.settings.models.root
Functions
canonical_environment_prefix
Classes
Settings
Settings for Prefect using Pydantic settings.
See https://docs.pydantic.dev/latest/concepts/pydantic_settings
Methods:
copy_with_update
updates
: A mapping of settings to new values. Existing values for the given settings will be overridden.set_defaults
: A mapping of settings to new default values. Existing values for the given settings will only be overridden if they were not set.restore_defaults
: An iterable of settings to restore to their default values.
- A new Settings object.