-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Description
Deviating types for jobId inside the API.
One time it's an int64, other times it's a string.
databricks-sdk-go/service/jobs/api.go
Line 85 in ecd56af
| GetByJobId(ctx context.Context, jobId int64) (*Job, error) |
databricks-sdk-go/service/jobs/api.go
Line 91 in ecd56af
| GetPermissionLevelsByJobId(ctx context.Context, jobId string) (*GetJobPermissionLevelsResponse, error) |
databricks-sdk-go/service/jobs/api.go
Line 99 in ecd56af
| GetPermissionsByJobId(ctx context.Context, jobId string) (*JobPermissions, error) |
Expected behavior
Consistent types
Metadata
Metadata
Assignees
Labels
No labels