Hello All, trying to build a python source connect...
# help-connector-development
a
Hello All, trying to build a python source connector following these instructions: https://docs.airbyte.com/connector-development/tutorials/building-a-python-source/ When I run ./generate.sh, it just opens the file. What am I missing?
d
Hey @Armand you might need to make that file executable. Try running
chmod +x generate.sh
g
or possibly
sh ./generate.sh
, which OS are you on?