dump_update error
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 48.7k
- Forks
- 7.7k
- PR merge metrics
- No merged PRs in 30d
Description
I met an error when I tried to use dump_update to update my data.
I have two datasets:one is the data of prices including open,high ... between 20220801 and 20220822,the other is the data of other factors between 20220801 and 20220822 .these two datasets have the same daterange.
When I use dump_update to update price data first time,it works . but when I tried to use dump_update to update other data after price data ,it does not work . I find that it passes the dump feature period.
So how can I update data in multiple times?
我有两个数据集:一个是量价,例如open,high,low,close,时间区间为20220801-20220822;另一个是其他基础数据集,时间区间为20220801-20220822
当我用dump_update 首次更新量价数据时是正常更新的,但是当我再次使用dump_update 更新其他基础数据集时,会出现跳过 dump features阶段导致无法正常update的情况。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names dump_update but does not identify an implementation file or test. Start by reproducing the update with two datasets covering the same date range, then trace where the second update skips the dump-features stage. Done means sequential updates process both datasets successfully, with a regression test or documented reproduction confirming the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100