Skip to content

feat(firestore-bigquery-export): prepare RC #5438

feat(firestore-bigquery-export): prepare RC

feat(firestore-bigquery-export): prepare RC #5438

Triggered via pull request November 6, 2024 10:17
Status Failure
Total duration 2m 12s
Artifacts

test.yml

on: pull_request
Matrix: nodejs
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
node.js_18_test
Property 'documentId' is missing in type '{}' but required in type '{ [key: string]: string; documentId: string; }'.
node.js_18_test
Type '{ timestamp: string; operation: ChangeType.IMPORT; documentName: string; documentId: string; pathParams: {}; eventId: string; data: DocumentData; }[]' is not assignable to type 'FirestoreDocumentChangeEvent[]'.
node.js_18_test
Argument of type '{ tableId: string; datasetId: string; datasetLocation: string; }' is not assignable to parameter of type 'FirestoreBigQueryEventHistoryTrackerConfig'.
node.js_18_test
Type 'FirestoreDocumentChangeEvent[]' is missing the following properties from type 'FirestoreDocumentChangeEvent': timestamp, operation, documentName, eventId, and 2 more.
node.js_18_test
Argument of type 'FirestoreDocumentChangeEvent' is not assignable to parameter of type 'FirestoreDocumentChangeEvent[]'.
node.js_18_test
Property 'length' does not exist on type 'FirestoreDocumentChangeEvent'.
node.js_18_test
Process completed with exit code 2.
node.js_18_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/