Pranav kumar Pulusu
03/01/2024, 8:31 AMchannels:history channels:read groups:history groups:read im:history im:read mpim:history mpim:read users:read users:read.email
and following config,
- name: tap-slack
select:
- messages.*
config:
channel_types: ["public_channel", "private_channel", "mpim"]
it's working with following 3 channel_types but breaking with "im" added. and the error message isn't showing any specific issue, can someone help me with this please? 🙂Reuben (Matatika)
03/01/2024, 9:23 AMmeltano invoke tap-slack
?Pranav kumar Pulusu
03/01/2024, 9:31 AMReuben (Matatika)
03/01/2024, 9:33 AMPranav kumar Pulusu
03/01/2024, 9:34 AMmeltano --log-level=debug run tap-slack target-mongodb
Reuben (Matatika)
03/01/2024, 9:36 AMmeltano invoke tap-slack > tap.out
and then
cat tap.out | meltano invoke target-mongodb
Reuben (Matatika)
03/01/2024, 9:39 AMRECORD
messages were emitted (i.e. no data). Maybe that's your issue?Reuben (Matatika)
03/01/2024, 9:39 AMtap.out
from the previous command also.Pranav kumar Pulusu
03/01/2024, 9:45 AMPranav kumar Pulusu
03/01/2024, 9:46 AM