Skip to content

Commit

Permalink
Merge pull request #3990 from santiment/fix-trending-words-query
Browse files Browse the repository at this point in the history
Fix trending words query
  • Loading branch information
tspenov authored Nov 21, 2023
2 parents b8afda4 + 7656bc2 commit 5fa79a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sanbase/social_data/trending_words.ex
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ defmodule Sanbase.SocialData.TrendingWords do
score / {{score_equalizer}} AS score,
words_context AS context,
summary,
bullish_summary,
bearish_summary,
tuple(positive_ratio, neutral_ratio, negative_ratio) AS sentiment_ratios,
tuple(positive_bb_ratio, neutral_bb_ratio, negative_bb_ratio) AS bb_sentiment_ratios
FROM #{@table}
Expand Down

0 comments on commit 5fa79a3

Please sign in to comment.