Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaks with im channel being added to channel_types #24

Closed
pranavksentieo opened this issue Mar 1, 2024 · 1 comment
Closed

breaks with im channel being added to channel_types #24

pranavksentieo opened this issue Mar 1, 2024 · 1 comment

Comments

@pranavksentieo
Copy link

Following scopes works with ["public_channel", "private_channel", "mpim"] channel_types but starts to break when "im" is added, and the error message looks too generic to debug.

scopes: channels:history channels:read groups:history groups:read im:history im:read mpim:history mpim:read users:read users:read.email
config

      - name: tap-slack
        select:
        - messages.*
        config:
          channel_types: ["public_channel", "private_channel", "mpim", "im"]

image

@edgarrmondragon
Copy link
Member

Thanks for filing @pranavksentieo!

Meltano's traceback output can certainly be noisy, but I suspect there's more context above the section you screenshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants