Headers
Response
Successful Response
Contains validated Prefect settings.
Settings should be accessed using the relevant Setting
object. For example:
from prefect.settings import PREFECT_HOME
PREFECT_HOME.value()
Accessing a setting attribute directly will ignore any value_callback
mutations.
This is not recommended:
from prefect.settings import Settings
Settings().PREFECT_PROFILES_PATH # PosixPath('${PREFECT_HOME}/profiles.toml')
Available options:
warn
, error
, ignore
PREFECT_TASK_SCHEDULING_DEFAULT_STORAGE_BLOCK
string
default:local-file-system/prefect-task-scheduling
Required range:
x > 0
Required range:
x > 0