TogetherCrew/airflow-dags

Feature: Notion - Ingest & Vectorize

Opened this issue · 0 comments

Source: https://rndadocs.notion.site/Notion-Ingest-Vectorize-f41e7f74e91047e88f6902764511e273

Tasks:

  • Create a DAG hivemind_notion_etl.py
    • name: notion_vector_store_update
    • interval: 0 4 * * *
  • Create a task get_notion_communities. This task should get all communities that have at least one notion platform associated.
  • Create a task start_notion_vector_store(community_id: str).
  • Create appropriate test cases