-
Notifications
You must be signed in to change notification settings - Fork 242
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
invalid literal for int() with base 10: ' #392
Comments
Hi, thanks for you comment. We will try to identify the issue but it would be helpful if you share the logs to see where it is failing. Thanks |
Hi, can you check that in your env file this var is not empty Please, let me know if it worked |
I got this error myself, the confusion is that the docs do not tell you that you have to specify DH_ENGINE_TIMEOUT and UPPER_LIMIT_QUERY_RETURN_ROWS, and the comment implies that they default, but if you do not specify them you get this error. I think there is either a bug fix needed to set blank values to default or the example env file needs to be updated to include the values explicitly. |
Actually there are more potential solutions, the docs being updated to say they need to be filled in would also be sufficient. |
Thanks for your feedback, we will work to improve the documentation and fix that it fails when the env var is not set |
I hooked up the library to a test table in BQ. Then synced it using the sync-schemas endpoint. I was able to verify that the connection was established correctly and logs were returned as well. Now without adding any context, i sent a request to generate sql - "Give me all records from X table" and ran into this error.
The text was updated successfully, but these errors were encountered: