-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Unable to import Airbyte configuration due 413 Request Entity Too Large error #4086
Comments
Marking as high since it seems likely that this will be an increasingly large problem over time, and something blocking upgrades is pretty important. We'll have to bump https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size it looks like? |
Increasing max request size would mitigate the problem but not solve it entirely. I can imagine an instance with frequent syncs (append or CDC), in such case configuration archive would grow pretty fast. Long term solution would discard too old runs IMHO. Why would I need them? Configuration and latest checkpoints should be enough in the most cases. Possibly you'd like to have different kinds of export. |
Good point @akoshterek. I think we probably need both, since it's possible that user configs could hit the max without including any job attempts. Created #4111 to track discarding old runs. |
worth releasing a new version perhaps? |
agreed. we should release a patch for this today. @marcosmarxm would you be willing to do that? |
I'm getting this error trying to upgrade to |
@asamiller |
I was running 0.22 and exported the config. The |
I was able to upgrade from |
@marcosmarxm I followed the instruction in the upgrade guide. Here's the steps I took:
When I unzip the exported config, |
Hi dears, Share with you if it is of importance to someone, because I have the same problem reported. I didn't go in depth to check why Nginx has this problem, but it was the fastest way to solve my problem, as I had a problem with Nginx in production before. |
1 similar comment
Hi dears, Share with you if it is of importance to someone, because I have the same problem reported. I didn't go in depth to check why Nginx has this problem, but it was the fastest way to solve my problem, as I had a problem with Nginx in production before. |
Expected Behavior
File should be imported
Current Behavior
I have an Airbyte instance that was running for a while. I'd like to move it's configuration to another instance.
Both are 0.24.8-alpha
Export configuration works fine and produced a file slightly bigger than 1Mb.
Import fails with message
I've unpacked the archive and found that ATTEMPTS.yaml and JOBS.yaml files are very big.
Exporting all jobs and attempts seems to be useless, or at least there should be an option to export a smaller file with the latest checkpoints only.
Severity of the bug for you
Medium
was able to recreate config from scratch
Airbyte Version
0.24.8-alpha
The text was updated successfully, but these errors were encountered: