Baptiste Grandclerc
08/14/2024, 8:24 AMbatches :
type: kedro_datasets.pandas.SQLQueryDataset
sql : SELECT * FROM batches WHERE id = ${runtime_params.batch_id}
credentials: ...
I’m running the following command
kedro run --params=batch_id=123
and getting this error
omegaconf.errors.InterpolationKeyError: Interpolation key 'runtime_params.batch_id' not found
Could someone help understand how to implement this? Thank you in advance!Ankita Katiyar
08/14/2024, 8:56 AMBaptiste Grandclerc
08/14/2024, 9:05 AM