extensions icon indicating copy to clipboard operation
extensions copied to clipboard

[firestore-bigquery-export] gen-schema-view script - Option to populate array of references via referenceArray type

Open alexcastillo opened this issue 2 years ago • 2 comments

  • Extension name: firestore-bigquery-export
  • Extension version: 0.1.16

Great job with the extension, this has saved me an incredible amount of time.

I was wondering if it is possible to have the gen-schema-view script populate array of references values?

Example Schema

{
  "fields": [
    {
      "name": "tags",
      "type": "referenceArray"
    }
  ]
}

The schema above would produce a cell for every field in the tag document, instead of a cell with the reference url.

alexcastillo avatar Aug 07 '21 17:08 alexcastillo

Thanks @alexcastillo.

Added for investigation / consideration

dackers86 avatar Aug 09 '21 08:08 dackers86

Thank you, @dackers86!

alexcastillo avatar Aug 09 '21 15:08 alexcastillo