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: articles/data-factory/solution-template-databricks-notebook.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: ETL with Azure Databricks
2
+
title: Transformation with Azure Databricks
3
3
description: Learn how to use a solution template to transform data by using a Databricks notebook in Azure Data Factory.
4
4
services: data-factory
5
5
ms.author: abnarain
@@ -13,7 +13,7 @@ ms.custom: seo-lt-2019
13
13
ms.date: 12/10/2018
14
14
---
15
15
16
-
# ETL with Azure Databricks
16
+
# Transformation with Azure Databricks
17
17
18
18
In this tutorial, you create an end-to-end pipeline containing **Validation**, **Copy**, and **Notebook** activities in Data Factory.
19
19
@@ -33,7 +33,7 @@ To keep this template simple, the template doesn't create a scheduled trigger. Y
33
33
34
34
2. Ensure you have an **Azure Databricks workspace** or create a new one.
35
35
36
-
3.**Import the notebook for ETL**.
36
+
3.**Import the notebook for Transformation**.
37
37
1. In your Azure Databricks, reference following screenshots for importing a **Transformation** notebook to the Databricks workspace. It does not have to be in the same location as below, but remember the path that you choose for later.
@@ -68,15 +68,15 @@ To keep this template simple, the template doesn't create a scheduled trigger. Y
68
68
print e \# Otherwise print the whole stack trace.
69
69
```
70
70
71
-
5. Generate a **Databricks access token**for Data Factory to access Databricks. **Save the access token**for later use in creating a Databricks linked service, which looks something like 'dapi32db32cbb4w6eee18b7d87e45exxxxxx'
71
+
5. Generate a **Databricks access token**for Data Factory to access Databricks. **Save the access token**for later use in creating a Databricks linked service, which looks something like 'dapi32db32cbb4w6eee18b7d87e45exxxxxx'.
1. Select **Settings** tab. For *Notebook path*, the template defines a path by default. You may need to browse and select the correct notebook path uploaded in**Prerequisite**2.
0 commit comments