Giter Site home page Giter Site logo

Comments (5)

willbryant avatar willbryant commented on August 17, 2024

Pretty sure I found the table date suffixes and event_date_dt were actually the same timezone you chose for reporting GA4 settings, which was a pleasant surprise.

from dbt-ga4.

adamribaudo-velir avatar adamribaudo-velir commented on August 17, 2024

from dbt-ga4.

willbryant avatar willbryant commented on August 17, 2024

Huh. Ok, I’ll have a look at work tomorrow.

from dbt-ga4.

adamribaudo-velir avatar adamribaudo-velir commented on August 17, 2024

ok I'm with you now, just ran this and I get the exact same event counts per day

SELECT 
  DATE(TIMESTAMP_MICROS(event_timestamp) , "America/Los_Angeles") event_date, 
  count(event_timestamp) as event_count 
FROM `*****.events_*` 
where DATE(TIMESTAMP_MICROS(event_timestamp) , "America/Los_Angeles") >= '2023-02-01'
group by 1
order by event_date asc

image

I'll close this issue and add a comment in the .yml docs that event_timestamp & event_date are set to the property time zone

from dbt-ga4.

willbryant avatar willbryant commented on August 17, 2024

Just to clarify, event_timestamp is documented as being in UTC because the bigquery TIMESTAMP type is an universal "instant of time" value, which is shown in UTC in query results unless you ask for something else.

But for event_date_dt, DATE values aren't a universal "instant of time", so they need to be in a defined timezone.

So, event_timestamp should be documented as UTC as people will in practice need to use a query like the one you used to see it in their own timezone. They can convert to a DATETIME if they want that local TZ representation instead.

from dbt-ga4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.