Skip to content

Conversation

@Blargian
Copy link
Member

Summary

  1. Moves the Splunk page in the sidebar under "Data ingestion" to "Data Visualization"

  2. Adds meta data. You can now do this in DWH:

SELECT
    countIf(mapContainsValue(event_params, 'core')) AS core_views,
    countIf(mapContainsValue(event_params, 'partner')) AS partner_views,
    countIf(mapContainsValue(event_params, 'community')) AS community_views
FROM dbt_marts_google_analytics.events_daily
WHERE event_date > today() - INTERVAL 3 DAY

Checklist

@Blargian Blargian requested review from a team as code owners October 31, 2025 13:03
@vercel
Copy link

vercel bot commented Oct 31, 2025

@Blargian is attempting to deploy a commit to the ClickHouse Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Oct 31, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
clickhouse-docs Error Error Oct 31, 2025 1:04pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant