Skip to content

Managing Init Scripts manually in Databricks FGAC

This is applicable only to Self Managed Deployments

If the flag DATABRICKS_INIT_SCRIPT_WORKSPACE_FLAG_ENABLE is set to false, then you need to manually upload the init script to your Databricks Workspace.

  1. Copy the initialization script from the Privacera Self Managed host location ~/privacera/privacera-manager/output/databricks/ranger_enable.sh to your local machine.
  2. Log in to your Databricks account and click on the "Workspace" tab located on the left-hand side of the screen.
  3. Click on the "Workspace" folder. Here, create a new folder named "privacera."
  4. Within the "privacera" folder, create another folder named DEPLOYMENT_ENV_NAME, replacing DEPLOYMENT_ENV_NAME with the corresponding value specified in vars.privacera.yml.
  5. Enter the DEPLOYMENT_ENV_NAME folder. Right-click on the screen and select "Import." Choose to upload the initialization script ranger_enable.sh.
  6. Once the script is uploaded, it will appear in the DEPLOYMENT_ENV_NAME folder under the "privacera" folder.

Comments