Merel Theisen
Merel Theisen
Thanks so much for opening this PR! Some initial thoughts from me on the questions you asked: > Adding `PaginatedAPIDataSet` and `PaginatedJSONAPIDataSet` allows other `PaginatedAPIDataSets` to be added, e.g. XML...
Oops I didn't mean to close this at all!
> This was just a suggestion. `PaginatedJSONAPIDataSet` inherits from `APIDataSet` and adds pagination traversal methods. I thought, that there are other ways to have paginated responses and maybe a middle...
> Some more questions: > > In the base `APIDataSet` if there are no headers passed as arguments, the headers will be set to None. Should the `PaginatedAPIDataSet` identify itself...
Hi @afuetterer do you still want to complete this PR? We'd like to get all PRs related to datasets to be merged soon now we're moving our datasets code to...
Completely agree with @AntonyMilneQB that we can just get this in as a bug fix, because we don't expect many people to be using the `ShelveStore`. We might indeed remove...
Do quick user research into whether people are using `%reload_kedro` without specifying project root, e.g. a poll.
Thanks for reporting this! We'll take this into our sprint work, but we'd also be happy to accept a PR for this 🙂
We discussed this issue in a **Technical Design** session and decided on the following: - We do want to capture telemetry for projects run on CI. This gives us insights...
### To do on the Framework side: - [ ] Decide on the best mechanism of tracking the parameters. Should we version `parameters.yml` and essentially treat it as a dataset...