make parentId mandatory in upsertDataSourceDocument and upsertDataSou… #9331
build-and-lint-connectors.yml
on: push
check-eslint
2m 12s
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
|