Skip to content

Commit

Permalink
Merge pull request #17 from PRX/feat/backwards_compatible_keywords
Browse files Browse the repository at this point in the history
Continue shipping keywords_json, until we can coordinate a rename
  • Loading branch information
cavis authored Jun 14, 2024
2 parents 9346643 + a9933af commit f89d8cb
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 f89d8cb

Please sign in to comment.