Skip to content

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

@alexcastillo

Description

@alexcastillo
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions