A unified data governance solution that helps manage, protect, and discover data across your organization
Hello JF,
My understanding is that you're trying to create a custom pattern rule to correct the default behavior of resource set detection in Purview. Based on your description, you want to match the 2_STAGE folder specifically and not group it into a resource set.
Can you please try the following custom pattern rule?
Scope:
https://**.net/datalakehouse/
Qualified Name: 2_STAGE/{{DATABASE:string}}/{{DATABASENAME:string}}/file.parquet/{{SparkPartitions:string}}
Do not group as resource set: Enabled--
This rule should match the 2_STAGE folder specifically and prevent it from being grouped into a resource set. Make sure to replace DATABASE, DATABASENAME, and SparkPartitions with the appropriate values or replacer types based on your data lake structure
Reference document: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/purview/how-to-resource-set-pattern-rules.md
{N} is replaced with the number 2, which corresponds to the "2_STAGE" folder in your data lake
I hope this helps!