Skip to content

Commit

Permalink
Fix master and add DagsterEventType import (#7435)
Browse files Browse the repository at this point in the history
  • Loading branch information
clairelin135 committed Apr 13, 2022
1 parent f38e1c3 commit 7a9e8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const workspacePathFromRunDetails = ({
return workspacePipelinePath({
repoName: repositoryName,
repoLocation: repositoryLocationName,
pipelineName: pipelineName,
pipelineName,
isJob,
path,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import yaml

from dagster import check
from dagster.core.events import DagsterEventType
from dagster.core.host_representation.external import ExternalExecutionPlan, ExternalPipeline
from dagster.core.host_representation.external_data import ExternalPresetData
from dagster.core.storage.pipeline_run import PipelineRunStatus, RunRecord, RunsFilter
Expand Down

0 comments on commit 7a9e8c9

Please sign in to comment.