Google Sheet
Our Enterprise Merchants can add Data to Daasity by using a custom G-Sheet
Was this helpful?
Was this helpful?
-- GRANT PRIVILEGES TO THE LOOKER USER SO THEY CAN ACESS DATA
GRANT ALL ON SCHEMA
calendar,
drp,
drp_staging,
ga,
shopify,
ugd,
uos,
uos_staging
TO yourbrand_looker
;GRANT ALL ON ALL TABLES IN SCHEMA
calendar,
drp,
drp_staging,
ga,
shopify,
ugd,
uos,
uos_staging
TO yourbrand_looker
;