Metadata Rules
Enrich the metadata allowing the user to perform various catalog functions ..

The following steps will guide you through the enablement and
To enable the engine, create the required JWT token.
cd
cd /opt/pentaho/pdc-docker-deployment
Switch to root user and write out the token to .env file.
sudo su
echo RULES_PDC_AUTH_TOKEN=\"$(./pdc get-jwt-token RULES_ENGINE)\" >> ./conf/.env
Check that the RULES_PDC_AUTH_TOKEN token has been written to the .env file.
cd ./conf
cat .env
Redeploy PDC.
cd ..
./pdc.sh up
Finally log back into PDC and navigate to: Management -> Roles.
Under the 'Data Quality Administrator' role -> View details and add the user(s).
x
x
x
x
Last updated