Closed msenyonyi closed 1 year ago
@soltanianalytics any clue why the Github action failed? [not super urgent]
#16 8.233 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
#16 8.233 celery 5.2.3 requires setuptools<59.7.0,>=59.1.1, but you have setuptools 68.1.0 which is incompatible.
@soltanianalytics any clue why the Github action failed? [not super urgent]
#16 8.233 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. #16 8.233 celery 5.2.3 requires setuptools<59.7.0,>=59.1.1, but you have setuptools 68.1.0 which is incompatible.
Looks like it worked now? @msenyonyi
Description & motivation:
We want to be able to do subsequent data loading (using an UPSERT load strategy) for a Plentymarkets POST request.
The date range in a POST request is passed in the request body and not as a parameter (see example of planned config below) - so we need to be able to update the date fields that live in the request body. We will always pull data up till 'current_date' (again, see planned config) - which is why we ignore the 'data_until' field.
Planned config: