fix(firestore-bigquery-export): fixed reference path
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
Hi, thanks for opening this! Really appreciate contributions. I'll review ASAP
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?
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.
Hey all, we will prioritise getting this merged in and released. Apologies for the delayed responses.
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