-
Notifications
You must be signed in to change notification settings - Fork 218
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
on Oracle datasource wrong query to select failed rows: LIMIT keyword doesn't exist #2123
Comments
CLOUD-8027 |
@m1n0 didn't we fix this recently? Or did we only fix it in Soda Library and not Soda Core? |
@stelapo could you please share the full log output showing the version? This is where that query is constructed and it uses the right keyword https://github.com/sodadata/soda-core/blob/main/soda/oracle/soda/data_sources/oracle_data_source.py#L350 |
Hi @benjamin-pirotte and @m1n0 , I tried again today, but now it works. I honestly don't understand why; I had checked the installed library version using Anyway, better that way! :) I am closing this thread. Finally, I would like to point out this other thread #2125; I have also checked this problem again and confirm that it exists. Thank you very much |
I understand why :) .... now there's the new version 3.3.10; when I tried there was the version 3.3.9. Thank you |
Hi,
I re-open the issue #2060 because the problem is still present.
I tried with the last version 3.3.9.
Soda builds the query to select failed rows samples using LIMIT keyword, but it doesn't exist in Oracle.
The correct query should use the ROWNUM keyword:
Thank you
The text was updated successfully, but these errors were encountered: