Hello, we can execute jobs in the CLI using `dagst...
# ask-community
c
Hello, we can execute jobs in the CLI using
dagster job execute -f my_job.py
, that’s great. Is there a way to do the same for an @asset or @op? Thanks. I couldn’t find anything in the reference
s
not yet, but I am currently working on this for assets here's an issue for tracking: https://github.com/dagster-io/dagster/issues/7994
c
Awesome, looking forward to it 🙂