-
During the development phase, I'd like to run jobs with various parameters to see which ones cause asset materialization to fail, and what the metadata for those materializations looks like. Is there a way to view the results of job executions from the dagster job execute command or a Python script within the Dagster development UI? Being able to do this would significantly streamline my experimentation process. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There are two processes at play here:
If you make sure that the DAGSTER_HOME environment variable points to the same directory in the environments of both of these processes, then activity that occurs during the CLI invocation will be displayed in the UI. |
Beta Was this translation helpful? Give feedback.
-
Reopened discussion because closed discussions don't appear in search results |
Beta Was this translation helpful? Give feedback.
There are two processes at play here:
If you make sure that the DAGSTER_HOME environment variable points to the same directory in the environments of both of these processes, then activity that occurs during the CLI invocation will be displayed in the UI.