Confidential & Proprietary
Now: Next:
Google
Confidential & Proprietary
Now: Next:
Google


















APP



















































 


 




















 




















 
































 
 


 



 














 























































3 

10 - SQL
BigQuery - Google Cloud Platform
Source

Warehouse



App



IF
sample__source__db
2 

BEM CSS
source
warehouse
app
DB

 

























































SELECT id, comment
FROM `source__db.view_table_*`
WHERE accountId = 123456
Error: Cannot read field
'comment' of type STRING
as INT64




bq query --allow_large_results --use_legacy_sql=false --replace --
destination_table {table} "SELECT a, b, c, CAST(d AS INT64) AS D, E, F FROM
{table}”








SELECT
maskMailAddress,
CASE WHEN comment IS NULL THEN NULL else QUOTE(comment) END AS comment,
createdAt,








BigQuery - Google Cloud Platform
Source

Warehouse



App



IF




































ゆるやかにBigQuery(データ基盤)を安定活用するプラクティス集 #bq_sushi
ゆるやかにBigQuery(データ基盤)を安定活用するプラクティス集 #bq_sushi

ゆるやかにBigQuery(データ基盤)を安定活用するプラクティス集 #bq_sushi