cleanup: remove Cogfy enrichment from pipeline#92
Merged
nitaibezerra merged 2 commits intomainfrom Feb 27, 2026
Merged
Conversation
LLM enrichment is now handled by the enrich_news_llm Airflow DAG in the data-science repo (AWS Bedrock, Claude 3 Haiku). - Remove upload-to-cogfy and enrich-themes jobs from main workflow - Remove cogfy/ module (cogfy_manager, upload_manager, enrichment_manager) - Remove upload-cogfy and enrich CLI commands - Remove algoliasearch dependency - Remove COGFY_API_KEY from integration tests workflow - Simplify pipeline: setup-dates → typesense-sync → summary
- Delete obsolete test_full_pipeline.py (was already skip'd) - Update CLAUDE.md: remove cogfy/ from tree, remove COGFY env vars - Update docs: Cogfy → AWS Bedrock/Airflow in architecture + README - Update SQL schema comments: Cogfy → LLM enrichment
This was referenced Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove a integração com Cogfy para enriquecimento de notícias. O enriquecimento via LLM agora é feito pela DAG
enrich_news_llmno repodata-science, usando AWS Bedrock (Claude 3 Haiku) via Cloud Composer.Removido:
upload-to-cogfyeenrich-themesdo main workflow (incluindo 20min de wait)src/data_platform/cogfy/(~2.100 linhas): cogfy_manager, upload_manager, enrichment_managerupload-cogfyeenrichalgoliasearchCOGFY_API_KEYno workflow de integration testsPipeline simplificado:
Novo fluxo de enrichment (Airflow):
Contexto
Test plan
poetry installsem algoliasearch