We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b644920 commit e3a23f8Copy full SHA for e3a23f8
iterating_api_endpoint/pipes/top_pages.pipe
@@ -17,7 +17,7 @@ SQL >
17
pathname,
18
uniqMerge(visits) as visits,
19
countMerge(hits) as hits,
20
- $TB_ENV as t
+ 1 as $TB_ENV
21
from
22
analytics_pages_mv
23
where
0 commit comments