Skip to content

Commit

Permalink
Capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Dec 5, 2023
1 parent d8aa212 commit ab55402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query-jobs/boostr_impressions.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module.exports = async function main(config) {
const query = `
SELECT
FORMAT_TIMESTAMP("%m/%d/%Y", timestamp) as Date,
FORMAT_TIMESTAMP("%m/%d/%Y", timestamp) AS Date,
external_id AS \`Ad Server Line\`,
count(*) AS Impressions
FROM ${process.env.BIGQUERY_DATASET}.dt_impressions
Expand Down

0 comments on commit ab55402

Please sign in to comment.