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
1
vote
1 answer

What are my credentials for Microsoft AIP on-premises scanner?

I'm currently trying to implement a AIP on-premises scanner for a local folder. Here are the documentation/tutorial I followed: Youtube tutorial Scanner requirements Microsoft getting started on scanner I've fulfilled all the requirements for the…
1
vote
1 answer

Microsoft purview API call

I'm looking to integrate Microsoft's Purview DLP in my web application. My application sends email so I want to block any sensible information from being sent. Basically a user is going to be under a Microsoft Purview policy to prevent data losses.…
Cédric Boivin
  • 10,854
  • 13
  • 57
  • 98
1
vote
1 answer

Microsoft Purview - Scan rule sets, how to set Ignore patterns for folders containing a specific phrase

We are scanning an Azure Data Lake (Gen 2). In the scan results we get some folders that we don't want to appear in the asset register (inside collection) - for example, a backup folders (folders with name "_bck") as per the below: Should I use…
Jack84
  • 79
  • 1
  • 1
  • 7
1
vote
1 answer

Drop a purview collection in microsoft purview

How can i drop a collection with assest inside ? delete is disabled (screen). thank you
Dev
  • 71
  • 6
1
vote
1 answer

How to scan Azure MariaDB in Microsoft Purview

Microsoft Purview supports resources of type Azure Database for MySQL. I have an Azure Database for MariaDB (which is also a flavor mySQL) but it seems that I can't register it as a source. Is there a way to register and scan Azure Database for…
1
vote
0 answers

MS Purview Oracle scan: java.lang.IllegalStateException

I'm trying to use MS Purview to scan an Oracle source (Oracle Database 11g Enterprise Edition Release 11.2.0.4.0) with a self-hosted Integration Runtime (Windows 2022, IR version 5.17.8186.1). Testing the connection from the Self-Hosted Integration…
Ryan
  • 313
  • 3
  • 12
1
vote
0 answers

Purview API - 412 error when doing GET request?

I have a AWS Lambda Pipeline that makes API calls to the Purview API and has been working fine until yesterday. The error occasionally I get is as below: {'requestId': 'xxxxxx-xxxx-xxxx-xxxxxx', 'errorCode': 'PreConditionCheckFailed',…
Sam Bong
  • 31
  • 1
1
vote
1 answer

Purview API - How to get names from IDs?

I'm trying to get the name / email of a user that is a owner / expert of an entity in Purview. Is there an API endpoint that I can use for this? The current output i get is: "contacts": {"Owner": [{"id": "XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX"}],…
Sam Bong
  • 31
  • 1
1
vote
2 answers

Purview API - Extracting all server guids from collections?

I'm currently building a pipeline using the purview atlas API to extract server guids, and from there, extract database guids, and so on and so forth until the column level. But don't see any API endpoints that allows me to extract all possible…
Sam Bong
  • 31
  • 1
1
vote
1 answer

Does Azure Purview have a data lineage API?

I know there are connectors for Purview that support data lineage data collection. However, I'm wondering if Purview has any sort of API that allows any data processing (ETL) process to write a lineage record/document to the Purview lineage…
GregH
  • 12,278
  • 23
  • 73
  • 109
1
vote
1 answer

Failed to access the Azure Dedicated SQL pool with the given credentials

Our organization having an Azure Synapse Dedicated Pool instance. I am trying to register the Azure Synapse Dedicated Pool with Azure Purview and want to scan the Synapse DB. However, I am getting the following Error every time: “Failed to access…
swapnil kamle
  • 115
  • 1
  • 8
1
vote
0 answers

How to show lineage from Power BI report in Azure Purview to Azure SQL Database?

I'm just finished with setting up our Purview account. After a few scans, and correcting some privileges issues I can get details from the storage account, Azure SQL Database (main source for Power BI datasets), and Power BI datasets / reports. The…
Koen
  • 475
  • 4
  • 17
1
vote
1 answer

GRANT Database Scoped Credential syntax gives mismatched input error

I am working on this MS Azure article: Connect to and manage Azure Synapse Analytics workspaces in Azure Purview. But in Grant permission to use credentials for external tables section of the article, when I run the following query, I get the error…
nam
  • 21,967
  • 37
  • 158
  • 332
1
vote
1 answer

Azure Purview Ingestion Private Endpoint Creation using Bicep

In most Azure resource private endpoints, I can configure them using a bicep script by calling 'Microsoft.Network/privateEndpoints'. With Purview, it has two kinds of private endpoints: the regular private endpoint and Ingestion private endpoint.…
HT1
  • 61
  • 2
  • 11
1
vote
1 answer

Azure Purview & Self-hosted integration runtime - Java not found error

I am following the guide here to register and scan a Hive Metastore from Azure Purview. However I get the following error when I run the scan: Error: (3913) JavaException: Java cannot be found. Please install and add to Path This is the error…
tfayyaz
  • 685
  • 2
  • 7
  • 17
1
2
3
8 9