Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

data_format: "CSV"

delimiter: "\u0001"
query: |-
SELECT
visit_date,
SUM(RETAIL_PRICE) AS venta,
FROM $bq_project.$bq_schema.$bq_table
WHERE visit_date = date_sub(CURRENT_DATE(), INTERVAL 1 DAY)
GROUP BY 1;

project: "$project"
archive: "true"
num_mappers: "1"
dataset: "core_ds"
table: "$bq_table"
target_path: "$raw_bucket/landing/$load_type/raw_$target_schema/$source_system/
$target_table_raw/$geo_region_cd/$division_code"

You might also like