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

feat: Update platform ETLs to include document links #329

Closed
6 tasks done
amindadgar opened this issue Nov 26, 2024 · 0 comments · Fixed by #330
Closed
6 tasks done

feat: Update platform ETLs to include document links #329

amindadgar opened this issue Nov 26, 2024 · 0 comments · Fixed by #330
Assignees

Comments

@amindadgar
Copy link
Member

amindadgar commented Nov 26, 2024

The platforms that their node metadata needs to be updated to fill with url values are

  • Discord
  • Discourse
  • GitHub commits: Update html_url to be just url in metadata names
  • Telegram
  • Google
  • Notion

The hivemind ETLs should be updated and the way to include the URL values for each platform are

  • discord https://discord.com/channels/guild_id/thread_id/message_id
  • discourse https://forum_endpoint/t/topic_id/post_number
  • GitHub commits: Update html_url to be just url in metadata names
  • Telegram
    • private groups https://t.me/c/{chat_id}/{message_id}
    • {chat_id} is derived from the group's unique identifier. For private groups, it is the group ID without the -100 prefix.
  • Google file id https://drive.google.com/file/d/{FILE_ID}/view
  • Notion https://www.notion.so/{Page-ID}
@amindadgar amindadgar self-assigned this Nov 26, 2024
@amindadgar amindadgar linked a pull request Nov 27, 2024 that will close this issue
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 a pull request may close this issue.

1 participant