Started working with versioned datasets using the ...
# beginners-need-help
l
Started working with versioned datasets using the catalog.yml. I am now trying to define which version of the dataset my pipeline should load by using a config.yml file and passing that config to the run command. But whatever format I try in the config it only loads the latest version of the dataset. My current config file looks like this:
Copy code
run:
  load-version: "dataset_name:2022-09-30T10.05.39.612Z"
Am I formatting my config file/parameters wrong?