dlt-hub / verified-sources

Contribute to dlt verified sources 🔥
https://dlthub.com/docs/walkthroughs/add-a-verified-source
Apache License 2.0
52 stars 40 forks source link

Add to slack source ability to exclude channels #407

Open VioletM opened 3 months ago

VioletM commented 3 months ago

Which source is this for Slack

Describe the data you'd like, be specific, link the docs Currently, there is no way to specify which channels have to be excluded. I suggest adding two parameters: 1) exclude_archived: bool-- whether to exclude archived parameters 2) exclude_channels: List[str] -- list of channels to exclude (add all channels, which are not in exclude list)