How can I add a custom python executable to meltan...
# troubleshooting
r
How can I add a custom python executable to meltano.yml? Say I have a folder named
Copy code
python_helpers
In the meltano home_dir, with a function called
helper.py
that just prints.
print("plugin working!!")
How can I import that function? I've tried with namespace under utility without luck.
I can see there is some talk over here, but it too old i think
e
Hi Rene! There's a guide running custom Python scripts in the docs: https://docs.meltano.com/guide/advanced-topics/#running-custom-scripts Does that cover your use case?
r
it's perfect. Thank you @edgar_ramirez_mondragon