Hi team, I want to read the latest saved version o...
# questions
s
Hi team, I want to read the latest saved version of a catalog entry "test_pipe.example_input" (test_pipe is the namespace name) in the nodes.py kedro file directly. And also save a versioned entry it to a different catalog entry "test_pipe.example_output" within nodes.py . Is that possible? If yes, can you share an example?
r
Hi Sameera, I think you can use Version and pass it as a parameter to initialize the dataset. I hope these docs might help - https://docs.kedro.org/en/stable/data/data_catalog.html#dataset-versioning https://docs.kedro.org/en/stable/data/advanced_data_catalog_usage.html#how-to-version-a-dataset-using-the-code-api Thank you
s
Thankyou Ravi