Skip Foreign Catalogs in Scheduled Scans¶
This document explains how to configure Databricks Unity Catalog connector to skip foreign catalogs during scheduled resource scans.
Overview¶
Enable this feature to exclude foreign catalogs from scheduled scans in theDatabricks Unity Catalog connector. When enabled, foreign catalog resources are only scanned when on-demand events for those resources are explicitly sent to the Ops Server.
Configuration property¶
-
Property Name:
CONNECTOR_DATABRICKS_UNITY_CATALOG_SCHEDULED_LOAD_FOREIGN_RESOURCESValue Behavior false(default)Foreign catalog resources are included in scheduled syncs trueForeign catalog resources are skipped in scheduled syncs
Warning
When CONNECTOR_DATABRICKS_UNITY_CATALOG_SCHEDULED_LOAD_FOREIGN_RESOURCES is set to true, you must manually send events for foreign catalog resources to the Ops Server to load those resources.
Setup¶
-
Navigate to Settings → Applications in the Self-Managed Portal.
-
From the list of Connected Applications, select Databricks Unity Catalog.
-
Click on the application name or the icon to edit. Then, go to the Access Management tab.
-
Under Add New Custom Properties add the following properties to include specific permissions to be managed by the connector:
Bash -
Click SAVE to apply the changes.
-
SSH to the instance where Privacera Manager is installed.
-
Run the following command to open the
.ymlfile to be edited.If you have multiple connectors, then replace
instance1with the appropriate connector instance name. -
Uncomment (if commented) and set the following properties to include specific permissions to be managed by the connector:
YAML -
Once the properties are configured, run the following commands to update your Privacera Manager platform instance:
Step 1 - Setup which generates the helm charts. This step usually takes few minutes.
Step 2 - Apply the Privacera Manager helm charts. Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.
-
In PrivaceraCloud portal, navigate to Settings → Applications.
-
On the Connected Applications screen, select Databricks Unity Catalog.
-
Click the icon or the Account Name to modify the settings.
-
On the Edit Application screen, go to Access Management → ADVANCED tab.
-
Under Add New Custom Properties add the following properties to include specific permissions to be managed by the connector:
Bash -
Click SAVE to apply the changes.
- Prev topic: Advanced Configuration