kedro-org / kedro-plugins

First-party plugins maintained by the Kedro team.
Apache License 2.0
94 stars 90 forks source link

feat(datasets): add wrapped dataset to store the response from a POST/PUT request #905

Open npfp opened 4 weeks ago

npfp commented 4 weeks ago

Proof of concept to start discussions about design on how to store and use the response object.

Description

To pursue discussions on how we could store the response object from a POST or PUT api request.

Relates to https://github.com/kedro-org/kedro-plugins/issues/748

Development notes

Checklist