Questions tagged [azure-purview]

a unified data governance service on Azure that helps you manage and govern your on-premises, multicloud, and software-as-a-service (SaaS) data.

135 questions
0
votes
2 answers

Purview - error (3805) connector exception connection to the database

Question: When doing a Purview scan on Azure Databricks, I get the following error. What could be the cause of the error and how we can fix it? Remarks: For safety, I have replaced the 16 digits in the error with xxxxxxxxxxxxxxxx. Also we have Java…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
1 answer

Microsoft purview storage account scan - unable to select all containers

Question: When setting up a Purview scan of various containers in an Azure Storage Account Gen2 (ADLSGen2), I am unable to select containers that are at the bottom of selection pane (shown below). The scroll bar is frozen and hence you are not able…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
1 answer

Microsoft Purview is not able to scan serverless table's fields

While scanning Synapse Serverless SQL tables from Microsoft Purview, not able to reach till column-level details. Trying to figure out what could be the reason for not scanning the table columns. Any leads for this issue would be appreciable. Please…
0
votes
1 answer

Delete multiple assets of Microsoft Purview using REST API

We did a Purview Scan of an Azure SQL Database. Now many of the SQL tables have been dropped from the database. But those assets (tables in Purview) are still in Purview. We want to delete those assets using a REST API. Using PyApacheAtlas, a delete…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
0 answers

Uploading a custom entitydef to Purview with no separate column entities

I want to make a custom entitydef for a dataframe with columns. I want the columns to be visible & clickable inside the 'schema' tab within the dataframe entity in Purview. I have found this code on the pyapacheatlas github repo, which does almost…
nana
  • 51
  • 6
0
votes
1 answer

How to set up authentication on Purview to ADF?

I just connected Azure Data Factory to my Purview account for the first time, the connection is working but seems like it's different from other data sources. Also I can see is connected from my ADF: How can I setup the authentication and start…
Guilherme Matheus
  • 573
  • 10
  • 30
0
votes
1 answer

How to get GUID of an asset from FQDN using Purview API

I am using Purview from a very long time. Now I am trying to automate few things using Purview API and Powershell. So the current task which I am doing is, get GUID of an asset using FQDN as an input. Below is the API doc from Microsoft which I…
0
votes
1 answer

Can we expose Microsoft Purview home/search page without granting IAM access to the users requesting it?

Is it necessary to assign "Data Readers" access to enable people to access Purview?
azuresnowflake1
  • 135
  • 1
  • 10
0
votes
1 answer

Regex to identify multiple files

Is there a way a RegEx can identify multiple file attachments within an email? My current RegEx only works when a single filename contains 4 or more of the file extensions. What I need is a RegEx to trigger when 4 or more separate filenames in an…
0
votes
1 answer

Move Purview Assets using API

I have a Purview account and inside that there are many collections and inside those collections there are assets. Now I want to move few assets from one collection to another which is possible from GUI(Azure Portal). Now I am exploring if there is…
0
votes
1 answer

Purview - capturing data lineage of data import process

We have Microsoft Purview configured in our Azure Cloud network. When doing Purview scanning of data assets in our Azure subscription, Purview successfully classifiesdata assets (based on the scan rule sets). But we noticed that when we import data…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
0 answers

Is there a way to trigger alerts on Purview via attachment count?

Looking for a solution to trigger alerts within Purview based on the attachment count of a test email. Is there a way to trigger an alert where 5 or more xlsx files are on an email, but not if there are under 5 xlsx attachments? Tried using regular…
0
votes
1 answer

How to delete a classification in Purview

Question: How do you manually remove a classification from an asset? This article from Purview team gives many details on editing an asset's values, but I don't see how to manually remove a classification from an asset.
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
0 answers

Microsoft Purview - bulk import for asset descriptions

Using Microsoft Purview we have scanned thousands of data assets (inside Azure Data Lake Gen2 storage and Azure SQL Managed Instance). By using Asset details page in the Microsoft Purview Data Catalog, we can manually add description of an asset as…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
1 answer

Create Azure Purview collection using API and Powershell

This is the first time I am working with API. I am trying to create a purview subcollection using API and powershell. $tenantID = "XXXXXXXXXXXXXXXXXXXXXXX" $url = "https://login.microsoftonline.com/$tenantID/oauth2/token" $params = @{ client_id =…
1 2 3
8 9