renyupeng 3 years ago
parent
commit
08f754dfc2

+ 1 - 1
Apietl/kwai_etl/audienceReport/KuaishouUnitAudienceAgeReportDaily.py

@@ -136,7 +136,7 @@ from (select account_id,
      on operation.account_id = video.account_id and operation.photo_id = video.photo_id
          left join (
     select account_id, project_id
-    from ctop_user_allocation
+    from `jeecg-boot`.ctop_user_allocation
 ) acc_info
                    on age.account_id = acc_info.account_id
          left join (

+ 1 - 1
Apietl/kwai_etl/audienceReport/KuaishouUnitAudienceGenderReportDaily.py

@@ -137,7 +137,7 @@ from (select account_id,
      on operation.account_id = video.account_id and operation.photo_id = video.photo_id
          left join (
     select account_id, project_id
-    from ctop_user_allocation
+    from `jeecg-boot`.ctop_user_allocation
 ) acc_info
                    on gender.account_id = acc_info.account_id
          left join (

+ 1 - 1
Apietl/kwai_etl/audienceReport/KuaishouUnitAudienceProvinceReportDaily.py

@@ -144,7 +144,7 @@ from (select account_id,
      on operation.account_id = video.account_id and operation.photo_id = video.photo_id
          left join (
     select account_id, project_id
-    from ctop_user_allocation
+    from `jeecg-boot`.ctop_user_allocation
 ) acc_info
                    on province.account_id = acc_info.account_id
          left join (