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

Dirty Duck Tutorial: semantic.events not found #736

Closed
rthawkins opened this issue May 7, 2020 · 2 comments
Closed

Dirty Duck Tutorial: semantic.events not found #736

rthawkins opened this issue May 7, 2020 · 2 comments
Assignees

Comments

@rthawkins
Copy link

rthawkins commented May 7, 2020

select
  event_id
  entity_id,
  date,
  zip_code,
  type
  from
      semantic.events
 where random() < 0.001
 limit 5;

When attempting to perform the above tutorial query, it returns the following message: "relation "semantic.events" does not exist"

OS: WIndows 10 Home x64

@nanounanue
Copy link
Contributor

nanounanue commented May 28, 2020

Thank you for reporting this.

Did you run tutorial.sh up? Maybe is related to a bug in the tutorial.sh script, is being fixed in #746

, As soon as that PR is accepted, I will let you know

@nanounanue nanounanue self-assigned this Jun 1, 2020
@nanounanue
Copy link
Contributor

Closed with #746

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants