dagster and ipython
#19579
Replies: 1 comment 3 replies
-
For example, I already success to wipe asset from ipython using : os.environ["DAGSTER_HOME"] = xxxxx That's awesome because I don't need to use the UI nor the the cli. I now wonder if I can materialize an asset, or add dynamically an asset. How can I access to the code location definition? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
I would like to manipulate dagster from ipython. It would be helpful to play with dagster instance and understand how dagster works under the hood.
For exemple , from the cli :
Beta Was this translation helpful? Give feedback.
All reactions