Alberto_Umana
Databricks Employee
Databricks Employee

Yeah, to ensure that the data types are maintained, you can convert the values to the desired types after deserialization. This is necessary because JSON does not distinguish between integers and floats, and all numbers are deserialized as floats
The dbutils.jobs.taskValues.set() method serializes the data to JSON, and dbutils.jobs.taskValues.get() deserializes it back