-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [Stream Firestore to BigQuery] Update cloud function extension to gen 2 #2072
Comments
Hi! Do we have a time frame for when the extensions will be upgraded to use the 2nd Gen Cloud Functions? We are currently in the process of regionalising our Firestore databases (i.e. eur, us, shared) and we currently rely on the 'Stream Firestore to BigQuery' extension to get our data into BigQuery. Ideally, each database would be mapped to an equivalent (localised) dataset in BigQuery. I have found the following behaviour for
We also rely on This is urgent from our side as our database migration is planned to go ahead early June and therefore any information on expected timeframes for this to be upgraded would be greatly appreciated otherwise unfortunately we will be forced to look for an alternative. Thank you! |
@mikeymace I'd suggest looking for an alternative, e.g. copy the code and deploy it directly (aka not as Firebase Extension). |
Hello everyone, tagging this as a feature request. Unfortunately, it's not possible now to upgrade any extension to v2 Firestore triggers since extensions don't yet support them, once it does we will update the triggers. For the contradiction between the params and actual functionality, I'm tracking this as an issue here #2090. |
+1 general note: would be great if all (official) Firebase extensions also moving towards gen 2 |
I think somehow Algolia has implemented something similar on their Extension. Maybe, it is possible to do this here? Default configuration is hardcoded here and even if this fails due to taskQueues implementation, the approach could be changed to match Algolia's sync approach. What do you think @pr-Mais ? |
+1 from me |
+1 from me |
I will escalate this to the firebase team, but from what I understand when we tried to do this with a similar approach to Algolia, we ran into the issue - If anyone has tested that Algolia extension with a non-default firestore instance, please let me know |
I keep getting notices about migrating v1 Cloud Functions to Cloud Run functions and migrating to Artifact Registry, but the only v1 Cloud Functions I have are the ones from this extension. My understanding is that these functions will continue to work, but it seems that there is no solution to upgrade, even if we want to right now. Is that correct? |
👍 I am also getting notfications for this and it's due to this extension |
+1, in the process of updating everything to v2, this extension is kind of a roadblock |
[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:
with the firebase tag.
google group.
Firebase support directly.
[REQUIRED] Step 2: Describe your configuration
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
Failed extension deployment - specifically the firestore component of this extension. The extension allows database targetting (other than the default DB). However, deployment of this extension is still in 1st Gen Cloud function which limits the trigger to default database. This is contradictory to what the extension feature allows as there is a field to specify database ID. Please update to Gen 2. Thank you.
The text was updated successfully, but these errors were encountered: