Hello ! I'm trying to test the low-code CDK to bui...
# ask-community-for-troubleshooting
a
Hello ! I'm trying to test the low-code CDK to build a connector, but it seems to be failing at the
python main.py spec
step... basically this is the error I get
FileNotFoundError: [Errno 2] No such file or directory: '/Users/alexc/Documents/GitHub/airbyte/airbyte-integrations/connectors/source-zendesk-sell/source_zendesk_sell/./source_zendesk_sell/zendesk_sell.yaml'
I'm guessing that there's some kind of issue with the setup, and it's looking at a sub sub folder rather than at a subfolder, but I'd rather not touch main.py and break anything... Any help? Thanks 🙂
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2528 to ensure timely resolution!
m
Hello Alexandre! Did you only had trigger the
generate.sh
to generate your new source?
u
I executed: cd airbyte-integrations/connnector-template/generatorsh generate.sh> Configuration Based-Source> zendesk_sellcd ../..cd connectors/source-zendesk-sell/python main.py spec You must run the command in connector root folder not inside the
source_zendesk_sell
a
yes, I only triggered the generate.sh to generate the source
m
From where are you running the command? please get the
pwd
a
running from
/Users/alexc/Documents/GitHub/airbyte/airbyte-integrations/connectors
, this command
python source-zendesk-sell/main.py spec
yields an error
running from
/Users/alexc/Documents/GitHub/airbyte/airbyte-integrations/connectors/source-zendesk-sell
,
python main.py spec
yields the same error
m
what is the output of
ls
inside the
source-zendesk-sell
folder?
a
Copy code
Dockerfile                   acceptance-test-docker.sh    requirements.txt             source_zendesk_sell.egg-info
README.md                    build.gradle                 secrets
__init__.py                  integration_tests            setup.py
acceptance-test-config.yml   main.py                      source_zendesk_sell
and in there, the
source_zendesk_sell
folder contains
Copy code
__init__.py       __pycache__       schemas           source.py         spec.yaml         zendesk_sell.yaml
m
For both paths are working for me:
a
okay, that makes no sense... I'll try again from scratch I guess
👍 1
okay issue fixed by trying again from scratch. don't know if it had an impact, but this time I inputted
zendesk-sell
rather than
"zendesk-sell"
... But it might be something else completely. So now I have a 404 error 😅
m
ohhh for sure!