Skip to content

Base DC ingestion optimizations#557

Open
vish-cs wants to merge 1 commit into
datacommonsorg:masterfrom
vish-cs:input
Open

Base DC ingestion optimizations#557
vish-cs wants to merge 1 commit into
datacommonsorg:masterfrom
vish-cs:input

Conversation

@vish-cs

@vish-cs vish-cs commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Special ingestion logic for tfrecord to create timeseries from tfrecord and skipping dedup. Also, added an option to skip wait operations between ingestion steps

@vish-cs vish-cs marked this pull request as draft June 18, 2026 05:00
@codacy-production

codacy-production Bot commented Jun 18, 2026

Copy link
Copy Markdown

Not up to standards ⛔

🔴 Issues 2 medium

Alerts:
⚠ 2 issues (≤ 0 issues of at least minor severity)

Results:
2 new issues

Category Results
Complexity 2 medium

View in Codacy

🟢 Metrics 5 complexity

Metric Results
Complexity 5

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@vish-cs vish-cs force-pushed the input branch 2 times, most recently from 8f1c08d to 7585062 Compare June 24, 2026 16:18
@vish-cs vish-cs marked this pull request as ready for review June 25, 2026 09:04
@vish-cs vish-cs requested a review from rohitkumarbhagat June 25, 2026 09:04
@datacommonsorg datacommonsorg deleted a comment from gemini-code-assist Bot Jun 25, 2026

PipelineUtils.InputFormat format = PipelineUtils.resolveFormat(graphPath);
if (format == PipelineUtils.InputFormat.TFRECORD) {
TfRecordProcessingResult result =

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[optional] Can we add a check to prevent multi-entity ingestion via tfrecords? Seems like this flow does not support multi-entity fully. so better to throw error.

@rohitkumarbhagat rohitkumarbhagat left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks Vishal!

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.

2 participants