Deny unsupported SQL primitives by default on Databricks FGAC¶
Overview¶
Use this configuration to enable the deny-by-default mechanism for unsupported SQL primitives in Databricks FGAC Spark queries.
Configure¶
-
SSH to the instance where Privacera Manager is installed.
-
Run the following command to navigate to the custom-vars directory:
Bash -
Edit the
vars.databricks.plugin.ymlfile:Bash -
Uncomment and set the following property:
YAML Note
- Set to
"true"to enable the deny-by-default mechanism for unsupported SQL primitives. - Set to
"false"(default) to retain legacy behavior.
- Set to
-
Once the property is configured, run the following command to generate the plugin configurations:
-
Click Start or, if the cluster is running, click Confirm and Restart.
-
Go to the Databricks cluster.
-
Click the Edit button in the cluster.
-
Under Advanced options, go to the Spark tab.
-
In the Spark config section, add the following property:
Bash Note
- Set to
trueto enable the deny-by-default mechanism for unsupported SQL primitives. - Set to
false(default) to retain legacy behavior.
- Set to
-
Click Confirm to save the changes.
-
Click Restart to restart the cluster.
- Prev topic: Advanced Configuration