Hi everyone! We're trialing Airbyte Cloud with our team and I had a quick question about the Slack connector. Why does the connector need to check if every single message is a thread if the messages returned from
conversations.history
already include a
thread_ts
?
👀 1
m
Marcos Marx (Airbyte)
06/07/2024, 2:00 PM
Hey @Kevin Hu, can you share the logs or code section you’re referencing? It will help the connector team answer this question. Thanks!
n
Natik Gadzhi
06/13/2024, 1:40 AM
I’m not 100% certain, but the way we fetch threads is by iterating and making at least one request per each top level message to start fetching a thread starting with that message.