You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
While generating a config file with (according to the official documentation):
the timeAttribute setting is not autopopulated.
config.yaml file as it is generated:
config.yaml file as it is should be:
The text was updated successfully, but these errors were encountered: