Is it possible to define data version with Kedro
type: pandas.CSVDataSet
filepath: data/01_raw/company/cars.csv
versioned: True
load_version: $USER_DEFINED_VERSION # Wanted to do this
Currently, Kedro supports using a CLI to specify load version, it would be easier to specifying in Datacatalog instead.
kedro run --load-version="cars.csv:YYYY-MM-DDThh.mm.ss.sssZ"