prefect.settings.profiles
Functions
load_profiles
load_current_profile
save_profiles
load_profile
update_current_profile
ProfilesCollection.update_profile
.
Returns:
- The new profile.
Classes
Profile
A user profile containing settings.
Methods:
to_environment_variables
validate_settings
ProfilesCollection
”
A utility class for working with a collection of profiles.
Profiles in the collection must have unique names.
The collection may store the name of the active profile.
Methods:
active_profile
add_profile
items
names
remove_profile
set_active
to_dict
update_profile
None
in the new
profile.
Returns the new profile object.