-
Re: Plugin choose code env
Hi @sseveur The general idea was to have unique code envs for each plugin as they usually contain a different set of packages or package versions. Having the code env to be shared among several plugi…1 · -
Re: Dataiku not starting after reboot
Yes, that's correct behaviour. The difference is that during reboot systemctl starts DSS. You should have added a boot-up script for this. That falls under SELinux security while starting/restarting …2 · -
Re: Dataiku not starting after reboot
Hi @sandeep You have SELinux enabled on the host. Set it to permissive instead of enforcing. That's one of the requirements: https://doc.dataiku.com/dss/8.0/installation/requirements.html2 · -
Re: Dataiku Flow Migration to Higher Environments
Hi @sj0071992 In case we are talking project export->import from one DSS Design node to another, you will need to have new connections created on the destination host before importing the project.…1 · -
Re: IPython fails to start during DSS start PermissionError: [Errno 13] Permission denied
Hi @SallmanGhanem The issue is not reading that dir but creating that dir inside /home which is a really strange place for .jupyter dir location. Does your DSS system user has a valid home directory?…2 ·