-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
Description
While generating a config file with (according to the official documentation):
turnilo --druid broker_host:broker_port --print-config --with-comments > config.yaml
the timeAttribute setting is not autopopulated.
config.yaml file as it is generated:
dataCubes:
- name: datacube_name
title: datacube_name
clusterName: druid
source: datacube_name
# The refresh rule describes how often the data cube looks for new data. Default: 'query'/PT1M (every minute)
refreshRule:
rule: query
config.yaml file as it is should be:
dataCubes:
- name: datacube_name
title: datacube_name
clusterName: druid
source: datacube_name
timeAttribute: time
# The refresh rule describes how often the data cube looks for new data. Default: 'query'/PT1M (every minute)
refreshRule:
rule: query