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.
- Copy the initialization script from the Privacera Self Managed host location ~/privacera/privacera-manager/output/databricks/ranger_enable.sh to your local machine.
- Log in to your Databricks account and click on the "Workspace" tab located on the left-hand side of the screen.
- Click on the "Workspace" folder. Here, create a new folder named "privacera."
- Within the "privacera" folder, create another folder named DEPLOYMENT_ENV_NAME, replacing DEPLOYMENT_ENV_NAME with the corresponding value specified in vars.privacera.yml.
- Enter the DEPLOYMENT_ENV_NAME folder. Right-click on the screen and select "Import." Choose to upload the initialization script ranger_enable.sh.
- Once the script is uploaded, it will appear in the DEPLOYMENT_ENV_NAME folder under the "privacera" folder.
- Prev topic: Advanced Configuration