You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ It's very handy for interactive development and data exploration.
21
21
!!! danger "Don't use `dbx execute` for production workloads"
22
22
23
23
It's not recommended to use `dbx execute` for production workloads. Run your workflows on the dedicated job clusters instead.
24
-
Reasoning is described in detail in the [concepts section](../concepts/cluster_types).
24
+
Reasoning is described in detail in the [concepts section](./concepts/cluster_types).
25
25
26
26
In contrast to the `dbx execute`, `dbx launch` launches your workflow on a [dedicated job cluster](./concepts/cluster_types.md#job-clusters). This is a recommended way for CI pipelines, automated launches etc.
0 commit comments