Skip to content

Commit de05050

Browse files
committed
Fix broken links
1 parent df1a88a commit de05050

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/purview/register-scan-azure-databricks.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ When scanning Azure Databricks source, Microsoft Purview supports:
3131
- Databases
3232
- Tables including the columns, foreign keys, unique constraints, and storage description
3333
- Views including the columns and storage description
34-
- Processes
3534

3635
- Fetching relationship between external tables and Azure Data Lake Storage Gen2/Azure Blob assets.
3736
- Fetching static lineage on assets relationships among tables and views.
3837

39-
This connector brings metadata from Databricks metastore. Comparing to scan via [Hive Metastore connector](register-scan-hive-metastore) in case you use it to scan Azure Databricks earlier:
38+
This connector brings metadata from Databricks metastore. Comparing to scan via [Hive Metastore connector](register-scan-hive-metastore-source.md) in case you use it to scan Azure Databricks earlier:
4039

4140
- You can directly set up scan for Azure Databricks workspaces without direct HMS access. It uses Databricks personal access token for authentication and connects to a cluster to perform scan.
4241
- The Databricks workspace info is captured.
@@ -58,8 +57,8 @@ This connector brings metadata from Databricks metastore. Comparing to scan via
5857

5958
* In your Azure Databricks workspace:
6059

61-
* [Generate a personal access token](https://learn.microsoft.com/azure/databricks/dev-tools/auth#--azure-databricks-personal-access-tokens), and store it as a secret in Azure Key Vault.
62-
* [Create a cluster](https://learn.microsoft.com/azure/databricks/clusters/create-cluster). Note down the cluster ID - you can find it in Azure Databricks workspace -> Compute -> your cluster -> Tags -> Automatically added tags -> `ClusterId`.
60+
* [Generate a personal access token](/azure/databricks/dev-tools/auth#--azure-databricks-personal-access-tokens), and store it as a secret in Azure Key Vault.
61+
* [Create a cluster](/azure/databricks/clusters/create-cluster). Note down the cluster ID - you can find it in Azure Databricks workspace -> Compute -> your cluster -> Tags -> Automatically added tags -> `ClusterId`.
6362

6463
## Register
6564

articles/purview/register-scan-hive-metastore-source.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ When scanning Hive metastore source, Microsoft Purview supports:
3232
- Databases
3333
- Tables including the columns, foreign keys, unique constraints, and storage description
3434
- Views including the columns and storage description
35-
- Processes
3635

3736
- Fetching static lineage on assets relationships among tables and views.
3837

0 commit comments

Comments
 (0)