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
Currently Trino isn't supported for "insert_by_period" materialisation. Running any model will produce this error
Database Error in model my_sample_model (models/model.sql) TrinoUserError(type=USER_ERROR, name=SYNTAX_ERROR, message="line 70:1: mismatched input 'false'. Expecting: ')', ',', '.', 'AS', 'CROSS', 'EXCEPT', 'FETCH', 'FOR', 'FULL', 'GROUP', 'HAVING', 'INNER', 'INTERSECT', 'JOIN', 'LEFT', 'LIMIT', 'MATCH_RECOGNIZE', 'NATURAL', 'OFFSET', 'ORDER', 'RIGHT', 'TABLESAMPLE', 'UNION', 'WHERE', 'WINDOW', <identifier>", query_id=34242341243124)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently Trino isn't supported for "insert_by_period" materialisation. Running any model will produce this error
The text was updated successfully, but these errors were encountered: