Summary
User is attempting to create a custom connector for AS400 DB2 but encounters an error indicating that no valid stream is defined in the manifest. The provided YAML configuration lacks proper stream definition.
Question
Hello :skin-tone-2:
I’m trying to create my own connector but I don’t get the stream idea.
My YAML looks like this :
version: ‘1.0’
sync:
streams:
- name: test
sync_mode: full_refresh
destination_sync_mode: overwrite
frequency: daily
source:
name: AS400 DB2
connector: airbyte/source-custom-db2
configuration:
ssl: false
schema: acm
jdbc_url: jdbc:as400://111.22.333.44;librairies=acm
password: MyUserPassword
username: MyUser
driver_path: /tmp/airbyte_local/jt400.jar
driver_class: com.ibm.as400.access.AS400JDBCDriver
But the error I have is :
Error handling request: A valid manifest should have at least one stream defined. Got None
I don’t understand how to correctly create the stream
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.