https://dagster.io/ logo
Title
p

Peter B

06/16/2021, 7:26 AM
Hi, with Solids. Do we often import a whole script and run it within a solid ? I'm trying to understand how we avoid a really big script with lots of solid definitions?
d

Daniel Kim

06/16/2021, 9:18 AM
You can save solids in solids folder, pipelines in pipelines folder, etc. Then do the usual imports. Here are a couple project examples: https://github.com/AntonFriberg/dagster-project-example https://github.com/dagster-io/dagster/tree/master/examples/hacker_news
❤️ 1
p

Peter B

06/16/2021, 10:46 AM
That's awesome! Thanks so much.
👍 1