No logic changes required, added a note to the views to for clarification (#4942)

This commit is contained in:
kik-kik 2024-02-01 16:22:09 +01:00 коммит произвёл GitHub
Родитель ad156158c3
Коммит 3885e889f1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 25 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,11 @@
CREATE OR REPLACE VIEW
`moz-fx-data-shared-prod.apple_ads.ad_group_report`
AS
-- As per the Fivetran connector docs (https://fivetran.com/docs/applications/apple-search-ads#utcconversion):
-- "We don't convert source timestamps to Universal Time Coordinated (UTC)
-- but use the Apple Search Ads account's time zone to store the data in your destination."
--
-- ! We should be careful about this and make sure our account is set to UTC and not changed.
SELECT
*
FROM

Просмотреть файл

@ -1,6 +1,11 @@
CREATE OR REPLACE VIEW
`moz-fx-data-shared-prod.apple_ads.campaign_report`
AS
-- As per the Fivetran connector docs (https://fivetran.com/docs/applications/apple-search-ads#utcconversion):
-- "We don't convert source timestamps to Universal Time Coordinated (UTC)
-- but use the Apple Search Ads account's time zone to store the data in your destination."
--
-- ! We should be careful about this and make sure our account is set to UTC and not changed.
SELECT
*
FROM

Просмотреть файл

@ -1,6 +1,11 @@
CREATE OR REPLACE VIEW
`moz-fx-data-shared-prod.apple_ads.keyword_report`
AS
-- As per the Fivetran connector docs (https://fivetran.com/docs/applications/apple-search-ads#utcconversion):
-- "We don't convert source timestamps to Universal Time Coordinated (UTC)
-- but use the Apple Search Ads account's time zone to store the data in your destination."
--
-- ! We should be careful about this and make sure our account is set to UTC and not changed.
SELECT
*
FROM

Просмотреть файл

@ -1,6 +1,11 @@
CREATE OR REPLACE VIEW
`moz-fx-data-shared-prod.apple_ads.organization_report`
AS
-- As per the Fivetran connector docs (https://fivetran.com/docs/applications/apple-search-ads#utcconversion):
-- "We don't convert source timestamps to Universal Time Coordinated (UTC)
-- but use the Apple Search Ads account's time zone to store the data in your destination."
--
-- ! We should be careful about this and make sure our account is set to UTC and not changed.
SELECT
*
FROM

Просмотреть файл

@ -1,6 +1,11 @@
CREATE OR REPLACE VIEW
`moz-fx-data-shared-prod.apple_ads.search_term_report`
AS
-- As per the Fivetran connector docs (https://fivetran.com/docs/applications/apple-search-ads#utcconversion):
-- "We don't convert source timestamps to Universal Time Coordinated (UTC)
-- but use the Apple Search Ads account's time zone to store the data in your destination."
--
-- ! We should be careful about this and make sure our account is set to UTC and not changed.
SELECT
*
FROM