dm_toutiao_launch_totay.sql 243 Bytes
create external table dm_toutiao_launch_total(
  device_id string,
  campaign_id string,
  update_date string
)
partitioned by (dt string)
stored as orc
location 's3://mob-emr-test/dataplatform/DataWareHouse/data/dwh/dm_toutiao_campaign_total'