Skip to content

Commit 1093277

Browse files
chore: Remove pdi example from SQL expressions (#42225)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c3b726b commit 1093277

7 files changed

+1
-1
lines changed
-7.14 KB
Loading
-6.18 KB
Loading
-5.61 KB
Loading
-4.39 KB
Loading
-5.61 KB
Loading
-4.39 KB
Loading

frontend/src/lib/components/HogQLEditor/HogQLEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function HogQLEditor({
6060
{placeholder ??
6161
(metadataSource && isActorsQuery(metadataSource)
6262
? "Enter SQL expression, such as:\n- properties.$geoip_country_name\n- toInt(properties.$browser_version) * 10\n- concat(properties.name, ' <', properties.email, '>')\n- toBool(is_identified) ? 'user' : 'anon'"
63-
: "Enter SQL Expression, such as:\n- properties.$current_url\n- person.properties.$geoip_country_name\n- pdi.person.properties.email\n- toInt(properties.`Long Field Name`) * 10\n- concat(event, ' ', distinct_id)")}
63+
: "Enter SQL Expression, such as:\n- properties.$current_url\n- person.properties.email\n- toInt(properties.`Long Field Name`) * 10\n- concat(event, ' ', distinct_id)")}
6464
</pre>
6565
</div>
6666
<LemonButton

0 commit comments

Comments
 (0)