Skip to content

🐛 [firestore-export-bigquery] Missing Materialized View #2507

@christina-abridge

Description

@christina-abridge

Missing materialized view/Incorrect documentation regarding materialized view name

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

Describe the problem

I've encountered a discrepancy between the Firebase documentation for an extension and its actual behavior. I expect the extension to create the materialized views that ends in _latest, as previous versions.

The documentation suggests that the new materialized view created by the extension is named identically to the underlying table. However, upon installation, I verified that the changelog is a BigQuery table, not a view, and the old "latest" view no longer exists.

This contradicts my understanding that you cannot have two objects with the same name in BigQuery.
https://github.com/firebase/extensions/blob/next/firestore-bigquery-export/README.md

Please see the documentation for reference.

Metadata

Metadata

Assignees

Labels

needs: author feedbackPending additional information from the authortype: bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions