Skip to content

Commit

Permalink
Continue shipping keywords_json, until we can coordinate a rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Jun 14, 2024
1 parent 9346643 commit a9933af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query-jobs/episode_metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function job(config) {
deleted_at,
segment_count,
audio_version,
TO_JSON_STRING(keywords) as keywords_json
TO_JSON_STRING(categories) as keywords_json
FROM ${process.env.BIGQUERY_DATASET}.episodes
WHERE podcast_id IN (${config.podcastIds.join(", ")})
`;
Expand Down

0 comments on commit a9933af

Please sign in to comment.