etl_adn_request_other_daily.sql 279 Bytes
Newer Older
wang-jinfeng committed
1 2 3 4 5 6 7 8 9 10 11
create external table etl_adn_request_other_daily (
  device_id string,
  device_type string,
  platform string,
  package_name string
)
PARTITIONED BY (
  `date` string
)
stored as orc
location 's3://mob-emr-test/dataplatform/DataWareHouse/data/dwh/etl_adn_request_other_daily';