Repository: kylin Updated Branches: refs/heads/KYLIN-2314 [created] 590fb71ea
KYLIN-2314 continue... Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/590fb71e Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/590fb71e Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/590fb71e Branch: refs/heads/KYLIN-2314 Commit: 590fb71ead27d394d10b9a17f8400dc305cc62ca Parents: 73fbbb9 Author: Yang Li <[email protected]> Authored: Sat Dec 24 21:09:21 2016 +0800 Committer: Yang Li <[email protected]> Committed: Sat Dec 24 21:09:21 2016 +0800 ---------------------------------------------------------------------- examples/test_case_data/localmeta/project/default.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/590fb71e/examples/test_case_data/localmeta/project/default.json ---------------------------------------------------------------------- diff --git a/examples/test_case_data/localmeta/project/default.json b/examples/test_case_data/localmeta/project/default.json index 1ecc7cc..75d7ec9 100644 --- a/examples/test_case_data/localmeta/project/default.json +++ b/examples/test_case_data/localmeta/project/default.json @@ -31,11 +31,18 @@ "tables": [ "DEFAULT.TEST_KYLIN_FACT", "DEFAULT.TEST_ORDER", + "DEFAULT.TEST_ACCOUNT", + "DEFAULT.TEST_COUNTRY", "EDW.TEST_CAL_DT", "DEFAULT.TEST_CATEGORY_GROUPINGS", "EDW.TEST_SITES", "EDW.TEST_SELLER_TYPE_DIM", - "DEFAULT.STREAMING_TABLE" + "DEFAULT.STREAMING_TABLE", + "SSB.CUSTOMER", + "SSB.DATES", + "SSB.PART", + "SSB.SUPPLIER", + "SSB.V_LINEORDER" ], "models": [ "ssb",
