Description
Deviating types for jobId inside the API.
One time it's an int64, other times it's a string.
|
GetByJobId(ctx context.Context, jobId int64) (*Job, error) |
|
GetPermissionLevelsByJobId(ctx context.Context, jobId string) (*GetJobPermissionLevelsResponse, error) |
|
GetPermissionsByJobId(ctx context.Context, jobId string) (*JobPermissions, error) |
Expected behavior
Consistent types
Description
Deviating types for
jobIdinside the API.One time it's an
int64, other times it's astring.databricks-sdk-go/service/jobs/api.go
Line 85 in ecd56af
databricks-sdk-go/service/jobs/api.go
Line 91 in ecd56af
databricks-sdk-go/service/jobs/api.go
Line 99 in ecd56af
Expected behavior
Consistent types