prefect.settings.legacy
Setting
Mimics the old Setting object for compatibility with existing code.
Methods:
name
name(self) -> str
is_secret
is_secret(self) -> bool
default
default(self) -> Any
value
value(self: Self) -> Any
value_from
value_from(self: Self, settings: Settings) -> Any
Was this page helpful?