databricks-sdk-go
databricks-sdk-go copied to clipboard
[ISSUE] Incorrect type is generated for `RunJobTask.JobParameters`
In Go SDK, the JobParameters field in the RunJobTask struct is generated as any (doc). In the .proto file, it’s declared as json_map. For similarly declared base_parameters in the notebook task, we generated map[string]string. Generation of any prevents from using that structure in TF. (I was looking into this issue and was thinking about reusing struct from Go SDK, but we can’t).
@hectorcast-db Did you look at this recently?