I am testing out this "<Testing assets>" document....
# dagster-feedback
y
I am testing out this "Testing assets" document. That is built on this tutorial setup. I believe this
tutorial_project
in the import is not correct
Copy code
from tutorial_project.assets import topstories_word_cloud
I think it is meant to be
from tutorial.assets import topstories_word_cloud
and I don't recall a method called
topstoreis_word_cloud
. Maybe you meant
most_frequent_words
or one of those methods?
🤖 1
t
Hi! Yes, it's most_frequent_words. Apologies for the friction. It must've gotten lost in a refactor
👍 1