databricks-sdk-go icon indicating copy to clipboard operation
databricks-sdk-go copied to clipboard

[ISSUE] Incorrect type is generated for `RunJobTask.JobParameters`

Open alexott opened this issue 2 years ago • 1 comments

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).

alexott avatar Aug 18 '23 08:08 alexott

@hectorcast-db Did you look at this recently?

mgyucht avatar Nov 30 '23 15:11 mgyucht