-
Notifications
You must be signed in to change notification settings - Fork 424
Open
Labels
needs: author feedbackPending additional information from the authorPending additional information from the authortype: bugSomething isn't workingSomething isn't working
Description
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.
cabljac
Metadata
Metadata
Assignees
Labels
needs: author feedbackPending additional information from the authorPending additional information from the authortype: bugSomething isn't workingSomething isn't working