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
Error in `collect()`:
! Failed to collect lazy table.
Caused by error in `dbSendQuery()`:
! Unable to retrieve JDBC result set
JDBC ERROR: ORA-00933: SQL command not properly ended
Statement: SELECT "DIM_XYZ".*
FROM "MYSCHEMA"."DIM_XYZ"
LIMIT 11
Here are some attempts to get to why it does not use the proper backend:
The oracle backend does not get recognised (v. 2.5.0 and main branch @Head)
When I force backend to Oracle it works, but I am not sure how to force it in
tbl
statement:Trying to print the table gets an error:
Here are some attempts to get to why it does not use the proper backend:
The text was updated successfully, but these errors were encountered: