Mahesh Rana
02/05/2024, 8:05 AMReuben (Matatika)
02/05/2024, 11:49 AMmeltano executable is not available in the environment under which cron is running... I would use the
which meltano
command to find where meltano is installed for your user when running manually, and then reference the absolute path in the cron command (i.e. /path/to/meltano install ...).Mahesh Rana
02/05/2024, 11:54 AM