Hi! Is there a way to log the data version that is...
# beginners-need-help
v
Hi! Is there a way to log the data version that is being used? I saw this thread for logging the version https://discord.com/channels/778216384475693066/846330075535769601/976559672691662908 but that is only for logging the version requested with --load-version. How can for each node write to log which (latest) version was loaded and written? E.g. something like
Copy code
2022-05-30 10:01:09,039 - kedro.io.data_catalog - INFO - Loading data from `batch` (PartitionedDataSet) (version: 2022-05-15T05.24.31.017Z)
2022-05-30 10:01:18,467 - kedro.io.data_catalog - INFO - Saving data to `processed_batch` (ParquetDataSet)... (version: 2022-05-30T08.23.54.197Z)
Would be great 🙂