Skip to content

Commit d7c8fb2

Browse files
authored
Merge pull request #299415 from n0elleli/activityUpdates
Jobs Activity updates
2 parents b94647b + 17a067a commit d7c8fb2

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
85.8 KB
Loading
85.6 KB
Loading

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@ To use a Job activity for Azure Databricks in a pipeline, complete the following
2929
1. Search for _Job_ in the pipeline Activities pane, and drag a Job activity to the pipeline canvas.
3030
1. Select the new Job activity on the canvas if it isn't already selected.
3131
1. Select the **Azure Databricks** tab to select or create a new Azure Databricks linked service that executes the Job activity.
32+
33+
:::image type="content" source="media/transform-data-databricks-job/job-activity.png" lightbox="media/transform-data-databricks-job/job-activity.png" alt-text="Screenshot of the UI for a Job activity, with the Azure Databricks tab highlighted.":::
34+
3235
1. Select the **Settings** tab and specify the job to be executed on Azure Databricks, optional base parameters to be passed to the job, and any other libraries to be installed on the cluster to execute the job.
3336

37+
:::image type="content" source="media/transform-data-databricks-job/job-settings.png" lightbox="media/transform-data-databricks-job/job-settings.png" alt-text="Screenshot of the UI for a Job activity, with the Settings tab highlighted.":::
38+
3439
## Databricks Job activity definition
3540

3641
Here's the sample JSON definition of a Databricks Job Activity:

0 commit comments

Comments
 (0)