Hello everyone, I am trying Meltano for the past m...
# infra-deployment
d
Hello everyone, I am trying Meltano for the past months with the goal at some point to use it production at my company (Hack The Box) and everything works great up until now. We already have airflow deployed in k8s and for the past days, I'm trying to make the meltano project to work with the current airflow in k8s and I've got the following error:
Copy code
Broken DAG: [/opt/airflow/dags/repo/orchestrate/dags/meltano.py] Traceback (most recent call last):
  File "/usr/local/lib/python3.7/subprocess.py", line 800, in __init__
    restore_signals, start_new_session)
  File "/usr/local/lib/python3.7/subprocess.py", line 1551, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: 'meltano'
The folder is git-synced with the meltano project (living in different repo). Has anyone encountered the same issue? Also, does make sense the way I want to setup the architecture/project?
v
whatever is trying to run meltano doesn't have permission 🤷