question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

firestore-bigquery-export Collection path (single depth) regex error

See original GitHub issue

[READ] Step 1: Are you in the right place?

Issues filed here should be about bugs for a specific extension in this repository. If you have a general question, need help debugging, or fall into some other category use one of these other channels:

  • For general technical questions, post a question on StackOverflow with the firebase tag.
  • For general Firebase discussion, use the firebase-talk google group.
  • To file a bug against the Firebase Extensions platform, or for an issue affecting multiple extensions, please reach out to Firebase support directly.

[REQUIRED] Step 2: Describe your configuration

  • Extension name: _ firestore-bigquery-export
  • Extension version: _ 0.1.7
  • Configuration values (redact info where appropriate): image

[REQUIRED] Step 3: Describe the problem

I am trying to export the entire firestre collection named events to BigQuery, but upon saving the above configuration am faced with the following error:

; RESOURCE_ERROR at /deployments/firebase-ext-firestore-bigquery-export/resources/fsexportbigquery: {"ResourceType":"gcp-types/cloudfunctions-v1:projects.locations.functions","ResourceErrorCode":"400","ResourceErrorMessage":{"code":400,"message":"The request has errors","status":"INVALID_ARGUMENT","details":[{"@type":"type.googleapis.com/google.rpc.BadRequest","fieldViolations":[{"field":"event_trigger","description":"Expected value /events/{documentId} to match regular expression [^/]+/[^/]+(/[^/]+/[^/]+)*"}]}],"statusMessage":"Bad Request","requestPath":"https://cloudfunctions.googleapis.com/v1/projects/lovecaster-f3c68/locations/us-central1/functions/ext-firestore-bigquery-export-fsexportbigquery","httpMethod":"PATCH"}}

Not sure if I’m doing something wrong or if #418 introduced this problem.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
laurenzlongcommented, Aug 26, 2020

Yes that is indeed a bug! Thanks for letting us know, I’ve filed an issue internally (bug ID 166473495) Since it’s an issue with the platform not the extension itself, we don’t track it in this repo.

0reactions
nwparkercommented, Aug 26, 2020

Yes that is indeed a bug! Thanks for letting us know, I’ve filed an issue internally (bug ID 166473495) Since it’s an issue with the platform not the extension itself, we don’t track it in this repo.

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

firestore-bigquery-export Collection path regex error #370
I'm trying to setup this extension to sync a sub-collection with the collection path noted above. During installation I get the following error....
Read more >
Usage and limits | Firestore - Firebase
Collections, documents, and fields ; Maximum depth of subcollections, 100 ; Constraints on document IDs. Must be valid UTF-8 characters; Must be no...
Read more >
Loading data from Firestore exports | BigQuery - Google Cloud
For a Firestore export to load correctly, documents in the export data must ... The path of the document: the sequence of the...
Read more >
Unable to set up Export Collections to BigQuery extension ...
The following error message means that your FROM statement may not contain the proper query structure - project, database, and table:.
Read more >
Clustering 4000 Stack Overflow tags with BigQuery k-means
One -hot encoding. Now get ready for some SQL magic. BigQuery ML does a good job of hot-encoding strings, but it doesn't handle...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found