alex_dimov
11/14/2022, 4:00 PMpat_nadolny
11/14/2022, 4:45 PM2022-10-10
• auto_join_channels
is false for you but in the hub docs it says "Whether the bot user should attempt to join channels that it has not yet joined. The bot user must be a member of the channel to retrieve messages." so maybe your bot doesnt have access to the channel dataalex_dimov
11/14/2022, 4:50 PMalex_dimov
11/14/2022, 4:52 PMauto_join_channels
) to true, but still I get only one table with userspat_nadolny
11/14/2022, 5:33 PMCan I get data from /api/team.accessLogs, /api/team.integrationLogs, /api/files.list endpoints somehow?It doesnt look like those streams are supported in the tap right now, I'm not super familiar with the slack API but you could create an issue/PR in that repo if you want to get them added.
I corrected the date and changed the flag(Can you share the command you're using to run the sync? Also try running it with log level debug to get more info and share it if you can) to true, but still I get only one table with usersauto_join_channels
alex_dimov
11/14/2022, 8:13 PMmeltano run tap-slack target-bigquery
alex_dimov
11/14/2022, 8:22 PMpat_nadolny
11/14/2022, 9:05 PMmeltano invoke
to see if its potentially a state issue with run. Or run with meltano run tap-slack target-bigquery --full-refresh
. What do the logs look like after the metadata? It looks like theyre cut off in your screenshot. And obvious question but I have to ask, the slack channels youre trying to pull from definitely have messages after your start date?pat_nadolny
11/14/2022, 9:06 PMpat_nadolny
11/14/2022, 9:06 PMalex_dimov
11/15/2022, 11:08 AMmeltano invoke tap-slack
responsealex_dimov
11/15/2022, 11:11 AMalex_dimov
11/15/2022, 11:13 AMmeltano run tap-slack target-bigquery --full-refresh
alex_dimov
11/15/2022, 2:18 PMpat_nadolny
11/15/2022, 2:40 PMcurl -X GET -H 'Authorization: Bearer <Your Token>' <https://slack.com/api/conversations.list?exclude_archived=False>
with your token added? Thats the request that the tap makes to get channel data then all other streams (channel members, messages, threads) are children of that. If it doesnt return any channels potentially because of permissions then you wont get any data.alex_dimov
11/15/2022, 3:04 PMalex_dimov
11/15/2022, 3:04 PMalex_dimov
11/15/2022, 3:08 PMpat_nadolny
11/15/2022, 4:53 PMalex_dimov
11/15/2022, 4:54 PMpat_nadolny
11/15/2022, 4:59 PMalex_dimov
11/15/2022, 5:00 PMalex_dimov
11/15/2022, 5:26 PMalex_dimov
11/15/2022, 5:26 PMpat_nadolny
11/15/2022, 6:04 PMmeltano install extractor tap-slack --clean
to pull in the new code.alex_dimov
11/15/2022, 6:22 PMalex_dimov
11/15/2022, 6:23 PMpat_nadolny
11/15/2022, 7:43 PMalex_dimov
11/15/2022, 8:31 PMpat_nadolny
11/15/2022, 8:33 PM