fix: vuln scan status type in projects_populated_ds#4084
fix: vuln scan status type in projects_populated_ds#4084
projects_populated_ds#4084Conversation
Signed-off-by: anilb <epipav@gmail.com>
|
|
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
There was a problem hiding this comment.
Pull request overview
Updates the Tinybird insights_projects_populated_ds datasource schema to correct the ClickHouse type of the aggregated vulnerability scan status field used by insights/analytics pipes that read from this datasource.
Changes:
- Changed
lastVulnerabilityScanStatuscolumn type fromLowCardinality(Nullable(String))toNullable(String)in the datasource schema.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| `communityPlatforms` Array(String), | ||
| `communityKeywords` Array(String), | ||
| `communityLanguages` Array(String), | ||
| `status` String, |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
Note
Low Risk
No effective code changes were visible in the provided diff, so this appears to be a no-op PR with minimal risk.
Overview
No functional changes could be identified from the provided diff (it only shows
+++ /dev/nullwith no file context or hunks). If this is unintended, re-export the full patch so reviewers can validate the intendedprojects_populated_dsvuln-scan status type fix.Reviewed by Cursor Bugbot for commit 90f0c9a. Bugbot is set up for automated code reviews on this repo. Configure here.