Skip to content

Commit 12b2c50

Browse files
authored
feat: project first commit from git only (#3781)
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent 5c2c6ff commit 12b2c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/pipes/insights_projects_populated_copy.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DESCRIPTION >
4040
SQL >
4141
SELECT timestamp, segmentId, sourceId, channel
4242
FROM activityRelations_deduplicated_cleaned_bucket_union
43-
WHERE type = 'authored-commit' AND timestamp > toDateTime('1971-01-01')
43+
WHERE type = 'authored-commit' AND platform = 'git' AND timestamp > toDateTime('1971-01-01')
4444

4545
NODE insights_projects_populated_copy_first_commit_with_url
4646
DESCRIPTION >

0 commit comments

Comments
 (0)