https://kedro.org/ logo
#questions
Title
# questions
a

Afaque Ahmad

05/18/2023, 11:35 AM
Hi Kedro Team I'm using a
spark.SparkDataSet
to load and save datasets to a
delta
lake. I need to save
incremental
numeric versions of data e.g 1, 2, .. as opposed to the current timestamp. Is there a way to do that in the current implementation and specify the version number while loading?
👍 1