how could I execute the same job with different pa...
# ask-community
m
how could I execute the same job with different parameters , does the partitioning is best for this case, I have a API that I should extract the data for different models
c
Hi Manga. I would say if you'd like to execute the same job with different parameters, run config is the easiest way: https://docs.dagster.io/concepts/configuration/config-schema
m
ok I will take a look