Skip to content

make parentId mandatory in upsertDataSourceDocument and upsertDataSou… #9331

make parentId mandatory in upsertDataSourceDocument and upsertDataSou…

make parentId mandatory in upsertDataSourceDocument and upsertDataSou… #9331

Triggered via push December 20, 2024 14:38
Status Failure
Total duration 2m 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
check-eslint
Argument of type '{ dataSourceConfig: DataSourceConfig; folderId: string; parents: string[]; title: string; mimeType: string; }' is not assignable to parameter of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs?: number | undefined; parents: string[]; parentId: string | null; title: string; mimeType: string; } & RetryOptions'.
check-eslint
Argument of type '{ dataSourceConfig: DataSourceConfig; folderId: string; parents: string[]; title: string; mimeType: string; }' is not assignable to parameter of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs?: number | undefined; parents: string[]; parentId: string | null; title: string; mimeType: string; } & RetryOptions'.
check-eslint
Argument of type '{ dataSourceConfig: DataSourceConfig; folderId: string; parents: string[]; title: string; mimeType: string; }' is not assignable to parameter of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs?: number | undefined; parents: string[]; parentId: string | null; title: string; mimeType: string; } & RetryOptions'.
check-eslint
Argument of type '{ dataSourceConfig: DataSourceConfig; folderId: string; parents: string[]; title: string; mimeType: string; }' is not assignable to parameter of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs?: number | undefined; parents: string[]; parentId: string | null; title: string; mimeType: string; } & RetryOptions'.
check-eslint
Argument of type '{ dataSourceConfig: DataSourceConfig; folderId: string; parents: [string, string, string]; title: string; mimeType: string; }' is not assignable to parameter of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs?: number | undefined; parents: string[]; parentId: string | null; title: string; mimeType: string; } & RetryOptions'.
check-eslint
Argument of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs: number; parents: string[]; title: string; mimeType: string; }' is not assignable to parameter of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs?: number | undefined; parents: string[]; parentId: string | null; title: string; mimeType: string; } & RetryOptions'.
check-eslint
Argument of type '{ dataSourceConfig: DataSourceConfig; folderId: string; parents: string[]; title: string; mimeType: string; }' is not assignable to parameter of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs?: number | undefined; parents: string[]; parentId: string | null; title: string; mimeType: string; } & RetryOptions'.
check-eslint
Argument of type '{ dataSourceConfig: DataSourceConfig; folderId: string; parents: string[]; title: string; mimeType: string; }' is not assignable to parameter of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs?: number | undefined; parents: string[]; parentId: string | null; title: string; mimeType: string; } & RetryOptions'.
check-eslint
Argument of type '{ dataSourceConfig: DataSourceConfig; folderId: string; parents: string[]; title: string; mimeType: string; }' is not assignable to parameter of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs?: number | undefined; parents: string[]; parentId: string | null; title: string; mimeType: string; } & RetryOptions'.
check-eslint
Argument of type '{ dataSourceConfig: DataSourceConfig; folderId: string; title: string; parents: string[]; mimeType: string; }' is not assignable to parameter of type '{ dataSourceConfig: DataSourceConfig; folderId: string; timestampMs?: number | undefined; parents: string[]; parentId: string | null; title: string; mimeType: string; } & RetryOptions'.
check-eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636