Is the only way to add more jobs to an existing de...
# dagster-feedback
m
Is the only way to add more jobs to an existing deployed repository is by updating the existing image? Im looking for something like: “add job to repo” endpoint😊
🤖 1
d
Hi Matt - we don't have anything like that directly built into Dagster, but it's possible to write code that constructs jobs programatically (here's an example: https://docs.dagster.io/concepts/ops-jobs-graphs/graphs#using-yaml-graphdsl) , so if you built the underlying storage and mutation API, it could integrate into Dagster and you could add more jobs without needing to rebuild the image or change the code.
m
Ah yes I did notice this. Okay thank you I will think more on this.
condagster 1