blob: ff44dd0b29ae542dd25cddbecb618244f205010d [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: sales_aggr_fact2
cubeName: sales
columns:
order_time: type: TIMESTAMP
delivery_time: type: TIMESTAMP
product_id: type: INT
promotion_id: type: INT
customer_city_id: type: INT
production_city_id: type: INT
delivery_city_id: type: INT
unit_sales: type: BIGINT
store_sales: type: DOUBLE
store_cost: type: DOUBLE
properties:
cube.fact.is.aggregated: true
cube.timedim.relation.order_time: delivery_time+[-2 hours,-1hour]
storageTables:
local:
updatePeriods:
updatePeriod: HOURLY, DAILY
tableDesc:
partCols:
dt: type: STRING, comment: Delivery time partition
timePartCols: dt
external: true
tableLocation: /tmp/examples/aggrfact2
fieldDelimiter: ,
mydb:
updatePeriods:
updatePeriod: DAILY
tableDesc:
partCols:
pt: type: STRING, comment: Process time partition
ot: type: STRING, comment: Order time partition
dt: type: STRING, comment: Delivery time partition
tableParameters:
lens.metastore.native.db.name: default
timePartCols: pt, ot, dt
external: true
tableLocation: /tmp/db-storage.db
fieldDelimiter: ,
storageHandlerName: org.apache.lens.storage.db.DBStorageHandler
weight: 100.0