Hey team, Is it possible to access the run_config ...
# ask-community
m
Hey team, Is it possible to access the run_config object in a HookContext?
It looks like I can alter the context.op_config at runtime and feed the run_config there plus some extra work but beyond this, I'm still wondering if I can access the general runconfig in an op at runtime
j
hey @Matthieu Oliveira i believe the op only has access to the run config scoped for that op
m
yep it seems that way.. it would be nice for any op to have access to the jobs run_config