-
Notifications
You must be signed in to change notification settings - Fork 68
ENG-268 Enable ingestion on data pipeline #3913
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
ENG-268 Enable ingestion on data pipeline #3913
Conversation
Ref eng-268 Signed-off-by: Rafael Leite <2132564+leite08@users.noreply.github.com>
WalkthroughThe code re-enables the ingestion of consolidated patient data into a search engine by uncommenting relevant import and function call lines. This restores asynchronous ingestion with error handling in the Changes
Sequence Diagram(s)sequenceDiagram
participant Caller
participant recreateConsolidated
participant makeIngestConsolidated
participant ingestConsolidatedIntoSearchEngine
participant processAsyncError
Caller->>recreateConsolidated: call with patient info
recreateConsolidated->>makeIngestConsolidated: create ingestor
recreateConsolidated->>ingestConsolidatedIntoSearchEngine: ingest data (async)
ingestConsolidatedIntoSearchEngine-->>recreateConsolidated: result/error
recreateConsolidated->>processAsyncError: handle error if any
recreateConsolidated-->>Caller: return
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error code ERR_SSL_WRONG_VERSION_NUMBER 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)`**/*.ts`: - Use the Onion Pattern to organize a package's code in layers - Try to use immutable code and avoid sharing state across different functions, objects, and systems - Try...
🧠 Learnings (1)packages/api/src/command/medical/patient/consolidated-recreate.ts (1)
🧬 Code Graph Analysis (1)packages/api/src/command/medical/patient/consolidated-recreate.ts (2)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (2)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Dependencies
Description
Enable ingestion on data pipeline.
Testing
Release Plan
Summary by CodeRabbit