Hi everyone, I guess I posted this in the wrong ch...
# help-connector-development
t
Hi everyone, I guess I posted this in the wrong channel before. I have created a new connector using the low code / configuration method. I successfully implemented a few streams and are now running integration and the standard tests on it. It errors on missing the
spec.yaml
file. If I understand the tutorial correctly (Step 3: Connecting to the API | Airbyte Documentation), the spec is part of the
source_connector-name/connector-name.yaml
file. Am I supposed to manually copy the spec section from that file into its own file or is there a step I am missing?
a
yes, this is a current limitation of the framework. you can copy the spec section in its own file in the tests module. I created an issue to ensure this gets resolved https://github.com/airbytehq/airbyte/issues/21155
1
t
Thanks, I thought I missed a step