Error creating source with Python - Missing catalog stream

Summary

Error message ‘io.airbyte.workers.internal.exception.SourceException: Missing catalog stream for the stream’ when creating a source with Python and defining read method. Seeking help to identify the issue.


Question

Good morning team !

I’m creating a source with Python, I have defined my read method and I’m yielding AirbyteMessages when I perform a sync on UI, but I’m receiving this error: io.airbyte.workers.internal.exception.SourceException: Missing catalog stream for the stream (namespace: connector-name, name: connector-name

I think I have missed something, but I don’t know what it is exactly, does anyone experience on this ?

Thank you in advance ! :smile:



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.

Join the conversation on Slack

["error", "creating-source", "python", "airbytemessages", "missing-catalog-stream"]