We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The table reference of a model is a object but it's a string in rust version now.
{ "catalog": "c1", "schema": "s1", "table": "t1" }
https://github.com/goldmedal/wren-engine/blob/930a8d8bf9e944d4f127b0bad2bab67606df4359/wren-modeling-rs/src/mdl/manifest.rs#L29
The catalog and schema are optional but table should be required.
The text was updated successfully, but these errors were encountered:
goldmedal
Successfully merging a pull request may close this issue.
Description
The table reference of a model is a object but it's a string in rust version now.
https://github.com/goldmedal/wren-engine/blob/930a8d8bf9e944d4f127b0bad2bab67606df4359/wren-modeling-rs/src/mdl/manifest.rs#L29
The catalog and schema are optional but table should be required.
The text was updated successfully, but these errors were encountered: