Documentation Index

Fetch the complete documentation index at: https://docs.datajet.app/llms.txt

Use this file to discover all available pages before exploring further.

Managing DataSource Permissions

Prev Next

All Data in the DataSources directory must be owned by the Engine user in order to be accessible to DataJet Server.

Linux

To ensure permissions are correctly set in Linux, run the following after moving data into the DataSources directory:

sudo chown -R engine:engine /home/engine/datajet/datasource

After setting permissions, it is necessary to restart the DataJet Server.