Skip to content

Conversation

@joanagmaia
Copy link
Contributor

@joanagmaia joanagmaia commented Jan 6, 2026

Request to add 4 more columns to the health score sink:

  • securityPercentage
  • contributorPercentage
  • popularityPercentage
  • developmentPercentage

Changes to this sink pipe https://app.tinybird.co/aws/us-west-2/lfx_insights/pipe/health_score_sink


Note

Extends the Tinybird health_score_sink to include additional percentage metrics and ensures NaNs are exported as nulls.

  • Adds securityPercentage, contributorPercentage, popularityPercentage, and developmentPercentage to SELECT in health_score_sink.pipe
  • Wraps new fields (and overallScore) with if(isNaN(...), null, ...) to avoid exporting NaNs
  • No changes to sink schedule, destination (kafka), format (csv), or topic

Written by Cursor Bugbot for commit e512bfd. This will update automatically on new commits. Configure here.

@joanagmaia joanagmaia requested a review from epipav January 6, 2026 10:08
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

2 similar comments
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

@joanagmaia joanagmaia changed the title chore: update health score sink chore: update health score sink (CM-898) Jan 6, 2026
@joanagmaia joanagmaia merged commit ea7fb32 into main Jan 13, 2026
20 checks passed
@joanagmaia joanagmaia deleted the chore/udpate-health-score-sink branch January 13, 2026 09:59
mbani01 pushed a commit that referenced this pull request Jan 13, 2026
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.

3 participants