You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't parse python expression. Most likely this type of syntax isn't supported yet:
Unsupported Python multiple children node: Expr_stmtContext:
f"SELECT * FROM read_csv('s3://bbb/aaa.csv',delim = ',',header = true,columns={'time'<missing DOUBLE_QUOTE_SHORT_TEMPLATE_STRING_END>:'DATE'
Looks like this error has something to do with :.
Expected behavior
Cube compiles provided data model.
Version:
0.35.29
The text was updated successfully, but these errors were encountered:
Describe the bug
Consider the following data model:
The SQL expression in
sql
is a legitimate one in DuckDB (https://duckdb.org/docs/data/csv/overview.html). However, Cube would not compile the data model, emitting the following error:Looks like this error has something to do with
:
.Expected behavior
Cube compiles provided data model.
Version:
0.35.29
The text was updated successfully, but these errors were encountered: