Skip to content

Commit f23249e

Browse files
committed
Updates to Databricks process
1 parent 58d6b29 commit f23249e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
Binary file not shown.

articles/data-factory/solution-template-databricks-notebook.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use a solution template to transform data by using a
44
ms.author: abnarain
55
author: nabhishek
66
ms.topic: conceptual
7-
ms.date: 10/03/2024
7+
ms.date: 01/15/2025
88
ms.subservice: orchestration
99
---
1010

@@ -36,9 +36,8 @@ For simplicity, the template in this tutorial doesn't create a scheduled trigger
3636

3737
To import a **Transformation** notebook to your Databricks workspace:
3838

39-
1. Sign in to your Azure Databricks workspace, and then select **Import**.
40-
:::image type="content" source="media/solution-template-Databricks-notebook/import-notebook.png" alt-text="Menu command for importing a workspace":::
41-
Your workspace path can be different from the one shown, but remember it for later.
39+
1. Sign in to your Azure Databricks workspace.
40+
1. Right-click a folder in your workspace and select **Import**.
4241
1. Select **Import from: URL**. In the text box, enter `https://adflabstaging1.blob.core.windows.net/share/Transformations.html`.
4342

4443
:::image type="content" source="media/solution-template-Databricks-notebook/import-from-url.png" alt-text="Selections for importing a notebook":::
@@ -73,15 +72,16 @@ To import a **Transformation** notebook to your Databricks workspace:
7372
```
7473

7574
1. Generate a **Databricks access token** for Data Factory to access Databricks.
76-
1. In your Databricks workspace, select your user profile icon in the upper right.
77-
1. Select **User Settings**.
78-
:::image type="content" source="media/solution-template-Databricks-notebook/user-setting.png" alt-text="Menu command for user settings":::
79-
1. Select **Generate New Token** under the **Access Tokens** tab.
80-
1. Select **Generate**.
8175

82-
:::image type="content" source="media/solution-template-Databricks-notebook/generate-new-token.png" alt-text=""Generate" button":::
76+
1. In your Azure Databricks workspace, select your Azure Databricks username in the top bar, and then select Settings from the drop-down.
77+
1. Select Developer.
78+
1. Next to Access tokens, select Manage.
79+
1. Select Generate new token.
80+
1. (Optional) Enter a comment that helps you to identify this token in the future, and change the token’s default lifetime of 90 days. To create a token with no lifetime (not recommended), leave the Lifetime (days) box empty (blank).
81+
1. Select Generate.
82+
1. Copy the displayed token to a secure location, and then select Done.
8383

84-
*Save the access token* for later use in creating a Databricks linked service. The access token looks something like `dapi32db32cbb4w6eee18b7d87e45exxxxxx`.
84+
*Save the access token* for later use in creating a Databricks linked service. The access token looks something like `dapi32db32cbb4w6eee18b7d87e45exxxxxx`.
8585

8686
## How to use this template
8787

0 commit comments

Comments
 (0)