Module markov.project_profile.profile_manager
Classes
class ProfileManager
-
Responsible for reading active project_profile and get credentials
Methods
def current_profile(self) ‑> str
-
Returns the current active project_profile
Returns
get the current project_profile name
def set_profile(self, profile_name: str)
-
Set the current project_profile to use the right credentials to upload this data_set to
Args
profile_name
:str
- name of the project_profile that is set on the mkv config
Returns
void