Skip to content

Commit

Permalink
Add console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
“LAKSHMIRPILLAI” committed Nov 19, 2024
1 parent ab39bc7 commit 6fca8d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions super-mode-calculator/src/lib/bigquery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const getDataForSuperModeCalculator = async (
authClient,
});
const query = buildQueryForSuperMode('PROD'); //stage is hardcoded to PROD above as we don't have sufficient data for page views in the CODE tables to run the query successfully
console.log('Query:', query);
const rows = await bigquery.query({ query });
return rows;
};

0 comments on commit 6fca8d9

Please sign in to comment.