-
Notifications
You must be signed in to change notification settings - Fork 411
Open
Labels
blockedBlocked by an outstanding issue or PRBlocked by an outstanding issue or PRextension: firestore-bigquery-exportRelated to firestore-bigquery-export extensionRelated to firestore-bigquery-export extensiontype: bugSomething isn't workingSomething isn't working
Description
Configuration
- Extension name:
firestore-bigquery-export
- Extension version: 0.2.2
- Configuration values (redact info where appropriate):
- collection:
{collection}
- collection:
Steps to reproduce:
- Install the extension while trying to use a global collection wildcard
{collection}
Expected result
Extension deploys successfully
Actual result
Extension deploy fails with the following error
failed to startDeploymentManagerWork for instance id: firestore-bigquery-export, parentId: my-project-id: error updating deployment for "projects/my-project-id/global/deployments/firestore-bigquery-export" with delete policy "ABANDON": generic::internal: DM HTTP 412 error. Body: { "error": { "code": 412, "message": "Error parsing configuration: while parsing a block mapping\n in 'string', line 71, column 19:\n - attribute: document\n ^\nexpected \u003cblock end\u003e, but found '\u003cscalar\u003e'\n in 'string', line 73, column 38:\n ... value: {collection}/{documentId}\n ^\n", "errors": [ { "message": "Error parsing configuration: while parsing a block mapping\n in 'string', line 71, column 19:\n - attribute: document\n ^\nexpected \u003cblock end\u003e, but found '\u003cscalar\u003e'\n in 'string', line 73, column 38:\n ... value: {collection}/{documentId}\n ^\n", "domain": "global", "reason": "conditionNotMet", "location": "If-Match", "locationType": "header" } ] } }
This was previously working as expected before i updated to 0.2.2
Metadata
Metadata
Assignees
Labels
blockedBlocked by an outstanding issue or PRBlocked by an outstanding issue or PRextension: firestore-bigquery-exportRelated to firestore-bigquery-export extensionRelated to firestore-bigquery-export extensiontype: bugSomething isn't workingSomething isn't working