what do I have to add to the run config in the Lau...
# ask-community
b
what do I have to add to the run config in the Launchpad to launch a run of a subset of ops of a job?
y
if the subset needs any upstream inputs, you will need to “inject” the input via run config as:
Copy code
ops:
  first_ops:
    inputs:
      input_name: value: ...
👍 1
b
ok! And how do I select what ops to run?
y
in the launchpad, you can select the ops here:
b
Thanks!