I am running tests on an output from the UI and th...
# help-connector-development
r
I am running tests on an output from the UI and then following the guidance of the low code tutorial, but when I run my acceptance tests it seems to expect a file called
spec.yaml
where it looks like the latest version uses a
manifest.yaml
See below for my error
Copy code
E       FileNotFoundError: [Errno 2] No such file or directory: '/Users/rbernstein/airbyte/airbyte-integrations/connectors/source-shelter-luv/source_shelter_luv/spec.yaml'
Is this maybe an issue with the latest format? Note: It is resolved if you copy the manifest.yaml to spec.yaml
a
you got the right workaround. definitely something we should fix https://github.com/airbytehq/airbyte/issues/21155
gratitude thank you 1
👍🏻 1