Summary
User inquires about optimizing the retrieval of stream names from the Airbyte API, specifically seeking a method to fetch stream names for a source or all stream names in a workspace in a single call to reduce latency.
Question
I am trying to retrieve information about the get_stream_properties
https://reference.airbyte.com/reference/getstreamproperties|endpoint. The endpoint takes 16 seconds to hit which would result in a long time for all sources. Is there a way to only retrieve stream_names for a source or all stream_names in a workspace in 1 call?
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.