-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix: honor delta from query param #13
base: 14.0
Are you sure you want to change the base?
Conversation
Needs updating before this can be merged.
|
6daf918
to
bf31b3d
Compare
I am not sure what but in our case. -- count sale_order_line with write: 1412880 create:151940 great was not aware. only a few days into this project. so I will clean this up and try increasing the limit but eventually will not want to pay gcp for resources just for a dump has there been any discussion on more efficient, perhaps sql direct, extractions for large databases? |
Nope.
We are using the connector with pretty large odoo instances. It synchronizes the data in 5 minutes or so. For an initial load of a large historical sales data, you can extract it directly from odoo and upload that directly in frepple. After that initial load you load the incremental changes of the sales order data with the delta parameter. |
64453e3
to
8ce0245
Compare
8ce0245
to
cd94cdb
Compare
cd94cdb
to
38aef29
Compare
memory error on our SB on the export_salesorders call