Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bd1509353cc0ee131b2e0e3ca2ddd7d4c2b5cea0
Choose a base ref
..
head repository: firebase/extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0074d2ee30631c54790ce2948988d440b991bef3
Choose a head ref
Showing with 0 additions and 4 deletions.
  1. +0 −4 ...igquery-export/firestore-bigquery-change-tracker/src/bigquery/initializeLatestMaterializedView.ts
Original file line number Diff line number Diff line change
@@ -72,12 +72,8 @@ export async function initializeLatestMaterializedView({
schema,
});

console.log("query", query);

const desiredQuery = sqlFormatter.format(query);

console.log("desiredQuery", desiredQuery);

if (viewExists) {
const shouldRecreate = await shouldRecreateMaterializedView(
view,