Skip to content
Discussion options

You must be logged in to vote

To ensure that job executions from the CLI are reflected in the Dagster UI, you need to make sure that both the CLI and the Dagster UI (webserver) are using the same Dagster instance. This is typically managed by setting the DAGSTER_HOME environment variable to point to the same directory for both processes.

  1. Set the DAGSTER_HOME Environment Variable: Ensure that the DAGSTER_HOME environment variable is set to the same location in the environment where you're running the Dagster webserver and the CLI commands. This environment variable tells Dagster where to store instance-related data, including run history, event logs, and configuration.

  2. Check the Instance Configuration: Verify that …

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@garethbrickman
Comment options

@imporoutco586
Comment options

@imporoutco586
Comment options

@garethbrickman
Comment options

@imporoutco586
Comment options

Answer selected by imporoutco586
Comment options

You must be logged in to vote
1 reply
@themightychris
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: dagster-cli Related to Dagster command line
4 participants