Дмитро Булах
10/02/2024, 1:22 PMprefect profile use name
? Ideally something like
set_profile('name_1')
run_my_flow()
set_active_profile_back();
Nate
10/03/2024, 10:21 PMuse_profile
context manager (from prefect.context import use_profile
), however I am curious what you're using this for - can you give some context?