|
@@ -16,7 +16,7 @@ const = updateAccountReadRateTaskConst()
|
|
|
config = apolloConfig()
|
|
|
unauthorized_account = json.loads(config.getConfigValue("unauthorized_gh_id_fans"))
|
|
|
functions = Functions()
|
|
|
-read_rate_table = "long_articles_read_rate_dev"
|
|
|
+read_rate_table = "long_articles_read_rate"
|
|
|
|
|
|
|
|
|
def filter_outlier_data(group, key='show_view_count'):
|