Commit a40bec03 by chenyuanjie

fix

parent 7edc66cc
...@@ -36,7 +36,7 @@ if __name__ == '__main__': ...@@ -36,7 +36,7 @@ if __name__ == '__main__':
package_length, package_width, package_height, weight, package_length, package_width, package_height, weight,
updated_time, asin_crawl_date updated_time, asin_crawl_date
FROM {import_table} FROM {import_table}
WHERE updated_time >= '{last_date_info}' AND updated_time < '{upper_bound}' AND \\$CONDITIONS WHERE updated_time >= '{last_date_info}' AND updated_time < '{upper_bound}' AND calc_flag = 1 AND \\$CONDITIONS
""" """
print(f"sqoop query:\n{query}") print(f"sqoop query:\n{query}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment