a unified data governance service on Azure that helps you manage and govern your on-premises, multicloud, and software-as-a-service (SaaS) data.
Questions tagged [azure-purview]
135 questions
10
votes
1 answer
Whats the difference between Azure Data Catalog and Azure Purview
I remember Azure Data Catalog V2 will be released soon which has the Data lineage features but I could see the same kind of service was introduced recently as Purview. Could you please shed some light on differences and when to choose these…

user3129206
- 117
- 1
- 7
3
votes
3 answers
Can we use Microsoft Purview and Unity Catalog together
Unity Catalog is the Azure Databricks data governance solution for the Lakehouse. Whereas, Microsoft Purview provides a unified data governance solution to help manage and govern your on-premises, multicloud, and software as a service (SaaS)…

nam
- 21,967
- 37
- 158
- 332
2
votes
1 answer
ADF Web activity get access token with Post API using System Assigned managed identity
I want to use ADF , web activity to get the access token from
https://login.windows.net/**********/oauth2/token
using the system assigned managed identity from ADF
resource is
https://purview.azure.net
How is the request body should be ? how is the…

mytabi
- 639
- 2
- 12
- 28
2
votes
1 answer
Query data from Azure Purview
Moving from AWS Glue to Azure Purview and i am confused about something
Its is possible to query Azure purview data catalog/assets in the same way we can query from AWS Glue data catalog using AWS Athena?

Captain Allen
- 23
- 4
2
votes
2 answers
which jar include com.azure.core.credential.TokenCredential and where to get it?
I'm running following this sample to test SDK of java on azure purview.
when I use javac to build this class, I got below error, it show I miss some classes
I wonder Where to get these classes? I search in mvnrepository, but not found related…

Alex Wang
- 103
- 1
- 10
2
votes
1 answer
Error using REST API: "error_description": "AADSTS7000215: Invalid client secret is provided.\r\nTrace ID:
I'm trying to use the REST APIs to delete Assets in Purview but I keep this error:
"error_description": "AADSTS7000215: Invalid client secret is provided.\r\nTrace ID:
I have an App Registration that is assigned both the Owner and Purview Data…

jch
- 187
- 3
- 17
2
votes
1 answer
Is it possible to create "Glossary Categories" in Purview as was possible in Apache Atlas?
In Atlas, it was possible to create a hierarchy of categories and subcategories in the Glossary to partition all the Business Terms.
Is there any way to create similar categories/sub-categories in Purview?

user15037183
- 47
- 1
- 5
2
votes
0 answers
Trouble calling Azure Purview Rest API to update entity using Unique Attributes
I am trying to update an Entity's description in Purview using the "/atlas/v2/entity/uniqueAttribute/type/{typename}" endpoint and not able to make it work.
Rest API endpoint -…

newbee_unix
- 21
- 4
2
votes
2 answers
How to create column name pattern matching for data classification in Azure Purview?
All I'm trying to do is simply classify a field as "Date of Birth" if the column name contains any of the following:
DateofBirth
BirthDate
DOB
YMDBIRTH
I'm not a huge RegEx user, but I usually can figure it out with a few googles. I have tried all…

Trent Tamura
- 1,079
- 6
- 16
2
votes
2 answers
Does Purview support lineage information for Inline Datasets of ADF Dataflow?
I was recently exploring Azure Purview and was trying to push lineage information from ADF to Azure purview. However, it seems when we sink data in Delta Format using dataflow in ADF (Which is a inline format for data flow), it doesn't capture the…

Anish Sarangi
- 172
- 1
- 14
1
vote
1 answer
Purview Scan of Azure SQL Database not working with Lineage Extraction
I have an Azure SQL Server database, which I am trying to scan with Purview. A normal scan works fine, but when I switch on the lineage extraction (to understand dependencies between database objects) the scan fails with the following error…

Jazza
- 1,042
- 1
- 9
- 22
1
vote
0 answers
What is the behaviour if sensitivity label for all users is published (via policy) for a subset of users?
Suppose I create a sensitivity label with encryption so that only organizational users can access the file. Say there are 100 users in the organization.
And then I create a policy that publishes this label to only a subset of organizational users.…

variable
- 8,262
- 9
- 95
- 215
1
vote
0 answers
Control Managed Resources created when deploying Azure Purview with ARM
Can I control in the ARM Template the managed resources storage account, eventhub created when deploying Azure Purview with an ARM Template.
For example not deploying an Eventhub and configuring the network connection for the storage account public…

javadev
- 277
- 3
- 19
1
vote
1 answer
Data classification in Unity Catalog of Azure Databricks
Question: Does Unity Catalog in Azure Databricks have the feature of classifying assets? If so, can someone please provide links to online documentation on this feature in Unity Catalog? Please see the context below:
Unity Catalog is the Azure…

nam
- 21,967
- 37
- 158
- 332
1
vote
0 answers
Purview deleting a classification
I have created a custom classification in Purview which is looking for a specific column name from a SQL Server source.
The scan does pick up the classification and assign it to the column accordingly, however when i delete the classification rule,…

WillStephens1
- 11
- 2