metatron-app / metatron-discovery

Powerful & Easy way for big data discovery
https://metatron.app
Apache License 2.0
442 stars 112 forks source link

Support configuring table schema explictly #4215

Open navis opened 1 year ago

navis commented 1 year ago

in conf/broker/schemas.properties

navis@navisui-MacBook-Pro:druid % cat conf/druid/broker/schemas.properties
lineitem=L_ORDERKEY,L_PARTKEY,L_SUPPKEY,L_LINENUMBER,L_RETURNFLAG,L_LINESTATUS,L_SHIPDATE,L_COMMITDATE,L_RECEIPTDATE,L_SHIPINSTRUCT,L_SHIPMODE,L_QUANTITY:long,L_EXTENDEDPRICE:double,L_DISCOUNT:float,L_TAX:float,L_COMMENT:string

타입을 지정하지 않은 컬럼은 dimension 으로 설정됨.