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

Unable to create dataset with clickhouse as db #140

Open
sachinkbansal opened this issue Sep 20, 2021 · 0 comments
Open

Unable to create dataset with clickhouse as db #140

sachinkbansal opened this issue Sep 20, 2021 · 0 comments
Assignees
Labels
bug Something isn't working dataset observe
Milestone

Comments

@sachinkbansal
Copy link
Contributor

sachinkbansal commented Sep 20, 2021

I can create a connection but get an error when I try to create a dataset.

select
  date_trunc('hour', date_add(day, date_diff(day, toDate('2014-03-23'), today()), EventTime)) as NewEventTime,
  MobilePhoneModel,
  count(1) as Hits
from hits_v1
GROUP BY
  date_trunc('hour', date_add(day, date_diff(day, toDate('2014-03-23'), today()), EventTime)), MobilePhoneModel
order by date_trunc('hour', date_add(day, date_diff(day, toDate('2014-03-23'), today()), EventTime))
@sachinkbansal sachinkbansal added bug Something isn't working observe dataset labels Sep 20, 2021
@sachinkbansal sachinkbansal added this to the v0.3 milestone Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dataset observe
Projects
None yet
Development

No branches or pull requests

2 participants