is there a way to run an individual op from a grap...
# ask-community
k
is there a way to run an individual op from a graph without running its predecesors with my own parameters instead of the ones passed from the iomanager for the former op? i tried using
Copy code
ops:
  source_to_parquet:
     config:
        bucket: ...
     inputs:
        day:
           - '2023-01-20'
but alas inputs didnt work
the error i got that brought me to try it out:
Copy code
Sample config for missing entry: {'inputs': {'day': '<selector>'}}
c
this is the error you are getting when using the above config?