Skip to content

Commit cbe1790

Browse files
committed
Update applies to and acrolinx
1 parent e63b15c commit cbe1790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: orchestration
1313

1414
# Transform data by running a Databricks job
1515

16-
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
16+
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-xxx-md.md)]
1717

1818
The Azure Databricks Job Activity in a [pipeline](concepts-pipelines-activities.md) runs serverless Databricks jobs in your Azure Databricks workspace. This article builds on the [data transformation activities](transform-data.md) article, which presents a general overview of data transformation and the supported transformation activities. Azure Databricks is a managed platform for running Apache Spark.
1919

@@ -25,7 +25,7 @@ To use a Job activity for Azure Databricks in a pipeline, complete the following
2525

2626
1. Search for _Job_ in the pipeline Activities pane, and drag a Job activity to the pipeline canvas.
2727
1. Select the new Job activity on the canvas if it isn't already selected.
28-
1. Select the **Azure Databricks** tab to select or create a new Azure Databricks linked service that execute the Job activity.
28+
1. Select the **Azure Databricks** tab to select or create a new Azure Databricks linked service that executes the Job activity.
2929
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.
3030

3131
## Databricks Job activity definition
@@ -63,7 +63,7 @@ definition:
6363
|description|Text describing what the activity does.|No|
6464
|type|For Databricks Job Activity, the activity type is DatabricksJob.|Yes|
6565
|linkedServiceName|Name of the Databricks Linked Service on which the Databricks job runs. To learn about this linked service, see [Compute linked services](compute-linked-services.md) article.|Yes|
66-
|jobId|The id of the job to be run in the Databricks Workspace.|Yes|
66+
|jobId|The ID of the job to be run in the Databricks Workspace.|Yes|
6767
|jobParameters|An array of Key-Value pairs. Job parameters can be used for each activity run. If the job takes a parameter that isn't specified, the default value from the job will be used. Find more on parameters in [Databricks Jobs](https://docs.databricks.com/api/latest/jobs.html#jobsparampair).|No|
6868

6969

0 commit comments

Comments
 (0)