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