Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeAttribute: time not being autogenerated in the config #821

Closed
rodonile opened this issue Jan 14, 2022 · 0 comments · Fixed by #823
Closed

timeAttribute: time not being autogenerated in the config #821

rodonile opened this issue Jan 14, 2022 · 0 comments · Fixed by #823
Assignees
Labels

Comments

@rodonile
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants