Ghost/ghost/tinybird
Hannah Wolfe 4b1ce62ca9
Fix origin attribution in Tinybird analytics hits (#21187)
closes 
https://linear.app/tryghost/issue/ANAL-96/data-discrepancy-between-charts-when-filtering

- Atttribute the referral of the first hits to the whole session in `analytics_sources_mv`, while keeping the raw hits in `analytics_hits`
- Updated tests accordingly
- This is a rebased / reordered version of https://github.com/TryGhost/Ghost/pull/21166

Co-authored-by: alejandromav <hi@alejandromav.com>
Co-authored-by: Alejandro Martin <alejandromav@tinybird.co>
2024-10-02 17:27:43 +01:00
..
datasources Fixed tinybird test fixture data 2024-10-02 17:04:24 +01:00
pipes Fix origin attribution in Tinybird analytics hits (#21187) 2024-10-02 17:27:43 +01:00
scripts Updated tinybird tooling with usability improvements (#21185) 2024-10-02 15:28:39 +01:00
tests Fix origin attribution in Tinybird analytics hits (#21187) 2024-10-02 17:27:43 +01:00
.tinyenv Initial tinybird setup 2024-08-29 16:56:51 +01:00
README.md Initial tinybird setup 2024-08-29 16:56:51 +01:00
requirements.txt Initial tinybird setup 2024-08-29 16:56:51 +01:00

Tinybird

This folder contains configuration for Tinybird, so that the stats feature can be used.

We sync this configuration with Tinybird via the Tinybird CLI.

Tinybird CLI

The Tinybird CLI is used via Docker.

yarn tb

Documentation for the Tinybird CLI: https://docs.tinybird.co/v/0.22.0/cli/overview Note: you can use python if you prefer, but we use Docker for consistency.

How to work with version control: https://docs.tinybird.co/v/0.22.0/guides/version-control