feat(firestore-bigquery-export): prepare RC #5438
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/
|