zhangyong 6 months ago
parent
commit
e07dd784c3
2 changed files with 2 additions and 203 deletions
  1. 1 1
      common/odps_data.py
  2. 1 202
      google_ai/generativeai_video.py

+ 1 - 1
common/odps_data.py

@@ -20,7 +20,7 @@ class OdpsDataCount:
         )
         data_values = []
         try:
-            dt = "2024100819"
+            dt = "2024101015"
             sql = f'SELECT videoid,title,video_path FROM {project}.{table} WHERE dt = "{dt}" '
             with odps.execute_sql(sql).open_reader() as reader:
                 for row in reader:

File diff suppressed because it is too large
+ 1 - 202
google_ai/generativeai_video.py


Some files were not shown because too many files changed in this diff