Skip to content

Commit 604f67f

Browse files
committed
feat: fix pipe name
1 parent 95b7335 commit 604f67f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/pipes/activities_daily_counts.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DESCRIPTION >
1717

1818
TAGS "Activity metrics"
1919

20-
NODE activities_daily_counts
20+
NODE daily_counts
2121
SQL >
2222
%
2323
SELECT toStartOfDay(timestamp) AS date, uniqExact(activityId) AS count

0 commit comments

Comments
 (0)