Devendra Tomar
Results
1
issues of
Devendra Tomar
We encountered an issue while generating data in Databricks using the following schema configuration: ``` [{"column_name":"id","data_type":"int","options":{"minValue":1,"step":1,"random":false,"percentNulls":0}},{"column_name":"name","data_type":"string","options":{"words":[2,10],"random":true,"percentNulls":0}},{"column_name":"dob","data_type":"date","options":{"begin":"1990-02-20","end":"2023-01-10","random":false,"percentNulls":0}}] ``` An exception was raised in the Python worker while calling the pandasGenerateText method...