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

Added Slack Docs! #643

Merged
merged 5 commits into from
Sep 29, 2023
Merged

Added Slack Docs! #643

merged 5 commits into from
Sep 29, 2023

Conversation

dat-a-man
Copy link
Collaborator

Description

Added Slack Docs!

Related Issues

  • Fixes #...
  • Closes #...
  • Resolves #...

Additional Context

@netlify
Copy link

netlify bot commented Sep 19, 2023

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit 324c463
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/6516ecbc5e364f00087f7eb5
😎 Deploy Preview https://deploy-preview-643--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

| --------------------- | -------------------------------------------------------------------------- |
| slack_source | Retrives resources conversations, conversations_history and access_logs |
| channels_resource | Retrives all the channels |
| get_messages_resource | Retrives all the messages for a given channel |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For getting the messages we use the selected channel name.

| channels_resource | Retrives all the channels |
| get_messages_resource | Retrives all the messages for a given channel |
| access_logs | Retrives the access logs |

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The users resource is in review and should be merged soon, I think you can add it too.

| groups:read | View basic information about private channels (where the app is added) |
| im:read | View basic information about direct messages (where the app is added) |
| mpim:read | View basic information about group direct messages (where the app is added) |
> Note: These scopes are adjustable; tailor them to your needs.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you add the users resource, add users:read permission too.

@dlt.resource(name="channels", primary_key="id", write_disposition="replace")
def channels_resource() -> Iterable[TDataItem]:

yield from channel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that if you are adding this you should add the lines above it, as the channel variable is defined above, but I am not sure about it.

@AstrakhantsevaAA AstrakhantsevaAA merged commit 6a9a363 into devel Sep 29, 2023
33 checks passed
@AstrakhantsevaAA AstrakhantsevaAA deleted the docs/slack_docs branch September 29, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants