Repository: kylin Updated Branches: refs/heads/master e3383dd8f -> ff30f002d
minor, add seller_id as dimension in data model Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ff30f002 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ff30f002 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/ff30f002 Branch: refs/heads/master Commit: ff30f002d48f5ab40c501a7fa9fe757ee89dfe9d Parents: e3383dd Author: lidongsjtu <[email protected]> Authored: Tue Mar 22 15:30:32 2016 +0800 Committer: lidongsjtu <[email protected]> Committed: Tue Mar 22 15:30:41 2016 +0800 ---------------------------------------------------------------------- examples/sample_cube/metadata/model_desc/kylin_sales_model.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/ff30f002/examples/sample_cube/metadata/model_desc/kylin_sales_model.json ---------------------------------------------------------------------- diff --git a/examples/sample_cube/metadata/model_desc/kylin_sales_model.json b/examples/sample_cube/metadata/model_desc/kylin_sales_model.json index 4cf3c27..036d2af 100644 --- a/examples/sample_cube/metadata/model_desc/kylin_sales_model.json +++ b/examples/sample_cube/metadata/model_desc/kylin_sales_model.json @@ -1,6 +1,6 @@ { "uuid" : "0928468a-9fab-4185-9a14-6f2e7c74823f", - + "name" : "kylin_sales_model", "lookups" : [ { "table" : "DEFAULT.KYLIN_CAL_DT", @@ -28,7 +28,7 @@ "columns" : [ "META_CATEG_NAME", "CATEG_LVL2_NAME", "CATEG_LVL3_NAME" ] }, { "table" : "DEFAULT.KYLIN_SALES", - "columns" : [ "LSTG_FORMAT_NAME" ] + "columns" : [ "LSTG_FORMAT_NAME", "SELLER_ID" ] } ], "metrics": [ "PRICE",
