extensions icon indicating copy to clipboard operation
extensions copied to clipboard

fix(firestore-bigquery-export): fixed reference path

Open YounesAmalou opened this issue 7 months ago • 1 comments

Fixed the Firestore doc reference path by passing the part after the "/documents/" only, which is what is needed for the doc function to work properly. #2436

YounesAmalou avatar May 23 '25 16:05 YounesAmalou

Hi, thanks for opening this! Really appreciate contributions. I'll review ASAP

cabljac avatar May 27 '25 08:05 cabljac

BUMP

This fixes a critical bug that prevents the import script from working at all.

It's been broken for over 2 months.

Can you please implement this fix, or provide another solution?

Hoppi164 avatar Jul 28 '25 22:07 Hoppi164

Just to confirm the importance of this fix, I've used this extension multiple times in the past and never had an issue with the import script. I went to add the extension for another collection of firestore records and when I went to run the import script as I have in the past, I got the error referencing the documentPath for each document having an odd number of components due to the /documents/ being present in the path.

I applied the fix proposed in this PR locally and confirmed it fixes the issue with no change to the command I had been trying to run.

jketcham avatar Jul 30 '25 21:07 jketcham

Hey all, we will prioritise getting this merged in and released. Apologies for the delayed responses.

cabljac avatar Aug 26 '25 16:08 cabljac

Ah I believe there was a mixup, and a fix for this may have been released. I'll review and ensure you're listed as a contributor if that's the case

cabljac avatar Aug 26 '25 16:08 cabljac