Compare commits
No commits in common. "7fcbfe07f4b11e6643631dc0ec850a2174f7190e" and "0ffaacc353a803ab553a64c48d886c37ca45373e" have entirely different histories.
7fcbfe07f4
...
0ffaacc353
@ -5,11 +5,7 @@
|
|||||||
order_by='ts_code, time_id',
|
order_by='ts_code, time_id',
|
||||||
unique_key=['ts_code', 'time_id'],
|
unique_key=['ts_code', 'time_id'],
|
||||||
partition_by=['cast(floor(time_id / 1000000) As Int32)'],
|
partition_by=['cast(floor(time_id / 1000000) As Int32)'],
|
||||||
query_settings={
|
query_settings={"join_algorithm": "'partial_merge'"}
|
||||||
"join_algorithm": "'full_sorting_merge'",
|
|
||||||
"max_rows_in_set_to_optimize_join": "0",
|
|
||||||
"max_bytes_before_external_sort": "'1000M'"
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -284,6 +284,8 @@ models:
|
|||||||
- name: adj_factor
|
- name: adj_factor
|
||||||
description: "复权因子"
|
description: "复权因子"
|
||||||
data_type: "Decimal(16,6)"
|
data_type: "Decimal(16,6)"
|
||||||
|
tests:
|
||||||
|
- not_null
|
||||||
- name: dt
|
- name: dt
|
||||||
description: "时间"
|
description: "时间"
|
||||||
data_type: "DateTime"
|
data_type: "DateTime"
|
||||||
|
Loading…
Reference in New Issue
Block a user