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

SQL SELECT * doesn't work on Card table from cards test schema #8284

Open
msullivan opened this issue Feb 1, 2025 · 1 comment
Open

SQL SELECT * doesn't work on Card table from cards test schema #8284

msullivan opened this issue Feb 1, 2025 · 1 comment
Assignees

Comments

@msullivan
Copy link
Member

_localdev:scope[sql]> select * from "Card";
error: ExecutionError: column rel~1.source does not exist
  ┌─ <query>:1:8
  │
1 │ select * from "Card";
  │        ^ Perhaps you meant to reference the column "q~1.source".

@msullivan
Copy link
Member Author

The specific error is in the best_card computed:

scope=# select best_award_id from "SpecialCard";
ERROR:  column rel~1.source does not exist

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