
Alex Baeza
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Activity overview
Latest activity by Alex Baeza-
Alex Baeza commented,
I just ran a test to see how this new feature works, but I am still getting quota exceeded errors. Maybe the auto slow down logic is not slowing down fast enough? I would expect that after the fir...
-
Alex Baeza commented,
Do I need to adjust any settings to take advantage of this new update? It sounds as if it just detects quota exceeded errors and backs off requests until no more errors are encountered.
-
Alex Baeza commented,
Thanks Scott. If customers want to use the same naming convention as integration apps for consistency, then I think allowing custom integrations to also be able to add tags would be a useful featur...
-
Alex Baeza commented,
Aha! Both my export and my lookup use the same credentials for the SP-API but they are essentially hitting two different APIs with different rate limits. I will create dedicated connections for exp...
-
Alex Baeza commented,
Kathayana, Thank you for the material. I have read some of those already, I will read the ones haven't already, and re-read those that I have to help my understanding of the process.
-
Alex Baeza commented,
Scott, thanks for reminding me that the concurrency for the export is also used to communicate the result set to the lookup/import steps. Why is the 1 concurrency not just toggled between api calls...
-
Alex Baeza created a post,
Is there any way to begin processing pages from an export as soon as they are created?
I am running a flow that exports data from the amazon sp-api. Each api request returns 100 orders, I have set the integrator.io page size for the export to be 1000 orders. It appears as if my flow ...
-
Alex Baeza commented,
These two sql statements work fine without the branch if I execute one step after the other.
-
Alex Baeza commented,
I retried creating the branched flow below: The export checks for data in the stage table. The two branches should insert into a history table (using sql) and also merge into a merge table (using ...
-
Alex Baeza commented,
Thank you, I will retry this.