Skip to content

Commit 161e495

Browse files
committed
Resolving link
1 parent 0da019a commit 161e495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/transform-data-databricks-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ You can pass parameters to jobs using *baseParameters* property in databricks ac
123123

124124
In certain cases, you might require to pass back certain values from job back to the service, which can be used for control flow (conditional checks) in the service or be consumed by downstream activities (size limit is 2 MB).
125125

126-
1. In your job, you can call [dbutils.job.exit("returnValue")](/azure/databricks/jobs/job-workflows#python-1) and corresponding "returnValue" will be returned to the service.
126+
1. In your job, you can call `dbutils.job.exit("returnValue")` and corresponding "returnValue" will be returned to the service.
127127

128128
1. You can consume the output in the service by using expression such as `@{activity('databricks job activity name').output.runOutput}`.
129129

0 commit comments

Comments
 (0)