Hi Kedro Team I'm using a `spark.SparkDataSet` to...
# questions
a
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