I got one asset for each endpoint in a store that ...
# ask-community
e
I got one asset for each endpoint in a store that I'll fetch, and we have many stores? Do we simply set up a bunch of jobs to leverage the same assets?
z
Sounds like you might be able to leverage static or dynamic partitions to model each endpoint as a different partition. That is if the asset code is the same for each endpoint.
e
I thought I finally started to get a grasp of the different concepts and how they are different 😂
This seems handy for handling days, as there is millions of orders to sync
The endpoints uses a common function that gets supplied an endpoint for the data type now, for example orders and order items. These has some dependencies
So a store would have a bunch of those, as well as a lot of ad channels, but probably as a different job I guess
but we have many stores as well. that is the part where I get a bit lost. not sure if we want it all piled together. would be nice to at least see the total for each store separate