Summary
When trying to get stream info of a MySQL source in Airbyte API using the /getstreamproperties endpoint, the column data type is not returned as expected. Wondering if others have faced this issue or if using pyAirbyte is recommended for integrating Airbyte API into a Python codebase.
Question
Hey folks, I am trying to integrate airbyte api using “Powered by api” and create mysql source using /sources endpoint. Now I am trying to get stream info of this sourceId and was expecting column data type in /https://reference.airbyte.com/reference/getstreamproperties|getstreamproperties endpoint but its not the case.
Now I want to know is this something anyone of you have faced or is pyairbyte the way to go to use airbyte api for this purpose. Trying to integrate it in my python codebase.
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.