firebase / extensions

Source code for official Firebase extensions
https://firebase.google.com/products/extensions
Apache License 2.0
884 stars 373 forks source link

🐛 [firestore-bigquery-export] No option for importing old data when setting up extention #1890

Closed marcucio closed 6 months ago

marcucio commented 7 months ago

[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:

[REQUIRED] Step 2: Describe your configuration

[REQUIRED] Step 3: Describe the problem

There is no option to import existing documents when setting up the extention

Screenshot 2023-12-21 110738 Screenshot 2023-12-21 110752

Steps to reproduce:

go to the extensions page in firebase console, install the bigquery extension

Expected result

To see be asked to import old data

Actual result

No option to import old data

Naihell commented 7 months ago

They removed this function on v0.1.41 release (fix - rollback backfill feature)

pr-Mais commented 7 months ago

Related https://github.com/firebase/extensions/issues/1850#issuecomment-1829560294

ViniciusSossela commented 6 months ago

any news?