dynamic parameters on datasets in Kedro
I would like to call an api to enrich an existing dataset. My approach would be to wrap the API client in an
APIDataSet and the other dataset is just a CSVDataSet. Then I'd use both as an input on a Node. For example, I've got keywords in the CSVDataSet and would like to enrich them with Google News using an api. I need the keywords from...