Skip to content

Commit eb431d2

Browse files
authored
fix(ops): hotfix dagster definitions setup (#4670)
1 parent be0cf8d commit eb431d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ops/k8s-apps/production/dagster/custom-helm-values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ spec:
8585
port: 3030
8686
dagsterApiGrpcArgs:
8787
- "-m"
88-
- "oso_dagster.definitions"
88+
- "oso_dagster.definitions.legacy"
89+
- "--log-format"
90+
- "json"
8991
includeConfigInLaunchedRuns:
9092
enabled: false
9193
sqlmesh:

0 commit comments

Comments
 (0)