Hi all, think I'm missing something on the github ...
# ask-community
j
Hi all, think I'm missing something on the github cereals example for dagster cloud (https://github.com/dagster-io/dagster-cloud/tree/main/dagster-cloud-examples/dagster_cloud_examples/cereals/), but I'm not sure where assets should go, (is it a subdir of ops in an init file too?).
d
Hi Jarryd - we have a more fully-featured example of a dagster repo with assets that might be helpful here: https://github.com/dagster-io/dagster/tree/master/examples/hacker_news_assets/hacker_news_assets That example has an example of ways you can quickly load all assets from a Python module, for example
s
hey Jarryd - that example is actually a little bit outdated (e.g. it uses AssetGroups, which are now deprecated). I would recommend creating a folder at the same level as "jobs" called "assets"
j
Thank you both very much!