Wen Hou
06/16/2022, 8:52 PMexamples/
folder? thanks !claire
06/16/2022, 10:29 PMdagit -f <file_path>
or one of the other CLI methods here: https://docs.dagster.io/_apidocs/cli#dagitWen Hou
06/16/2022, 11:44 PMmake dev_install
beforehand to install the deps?claire
06/16/2022, 11:48 PMmake dev_install
(which is what we use to create a local dev environment). If you don't need something that heavyweight, you could consider just installing individual packages by running (for example for the nyt example) pip install dagster/examples/nyt-feed
Wen Hou
06/17/2022, 1:40 AM