Hello! I started work with dagster <https://dagste...
# ask-community
k
Hello! I started work with dagster https://dagster-elementl.vercel.app/tutorial/intro-tutorial/connecting-ops And i don't understand if i run
Copy code
dagit -f complex_job.py
UI works only with one py script? if i have 100 py script ?
🤖 1
j
Hi! starting dagit with a path to a file is a good way to test out working with a few jobs, but once you get to the point where you have lots of jobs in lots of files, you'll need to set up repositories and workspaces https://docs.dagster.io/tutorial/advanced-tutorial/repositories https://docs.dagster.io/concepts/repositories-workspaces/repositories https://docs.dagster.io/concepts/repositories-workspaces/workspaces
👍 1