-
Notifications
You must be signed in to change notification settings - Fork 64
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
cc.data 'HTTPError: 414 Client Error: Request-URI Too Large for url' #778
Comments
@oleurud @alrocar |
We recently added POST support to COPY TO queries, that might solve this issue. |
I had the same issue when DO SQL queries went over the SQL API and moving the payload to the body of the POST solved the issue |
I have been checking the case and with the beta2 is not happening if you set the In any case, I am going to add the POST support to the |
The solution will be using 'GET' by default and using |
As I said before, using |
Running the following codes to do data enrichment
Error Message
It works if I add two features seperatly.
The text was updated successfully, but these errors were encountered: