Replies: 3 comments 1 reply
-
Were you able to resolve this? I'm getting similar errors. I recently updated to parquet and have had issues with migrating historic capital data into parquet. I was able to get the system running by only using fresh capital data pulled from IB from that point forward. I saw your post in an Issue about how you got historic capital data into parquet by using backup csv data and converting to parquet. I did the same and noticed afterwards that reports involving capital (P&L report; P&L account curve) do not work with the hacked parquet file. The same reports however, do run with the "fresh" capital data parquet file. |
Beta Was this translation helpful? Give feedback.
-
I have not managed to resolve this.
I run the system with the pnl reports off in run_reports, not a huge problem as I can recreate from the brokers statement. I do miss the attribution though.
I have recreated my pnl parquet files, very carefully, the dates are crucial, you need to have date time , otherwise you canot load into parquet.
I have managed to get the pnl reports to run BUT it appears to be random some dates do and some dates don't ( apologies to the Rolling Stones) .
I have not figured out a pattern to the dates that do, or don't.
I am using the latest iteration of master.
I have a clean install, hacked the backup csv files to get my parquet files. All the other reports run.
The biggest issue for me is that I cannot stop the old server still using arctic as everything works. So I have had to make serious backups. That remains my production server.
Rory Mackay
***@***.***
Sent from Proton Mail Android
…-------- Original Message --------
On 6/16/24 12:56 PM, frankcodespoorly wrote:
Were you able to resolve this? I'm getting similar errors.
I recently updated to parquet and have had issues with migrating historic capital data into parquet. I was able to get the system running by only using fresh capital data pulled from IB from that point forward.
I saw your post in an Issue about how you got historic capital data into parquet by using backup csv data and converting to parquet. I did the same and noticed afterwards that reports involving capital (P&L report; P&L account curve) do not work with the hacked parquet file. The same reports however, do run with the "fresh" capital data parquet file.
—
Reply to this email directly, [view it on GitHub](#1368 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AA2DQXZ3VEDA2UDMGSEPKFLZHXGWTAVCNFSM6AAAAABFYDV3P2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TOOBXHEYTM).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Ralf
If you need it , here is what I used:
You do need to install pyarrow.
Then in a Jupyter notebook ( to make it easy on yourself! ) load the csv into a df using pandas , then write the df you created into parquet also using pandas. Be sure to create the index as datetime in the df.
I hope that helps.
Rory Mackay
***@***.***
Sent from Proton Mail Android
…-------- Original Message --------
On 6/17/24 6:39 AM, localempire wrote:
Hello Rory,
I also do also a fresh installation of Headless on a Proxmox as a backup solution.
Mongo is also running on a different Kubernetes. It might not be the best setup.
I do get the same error as described but haven´t recovered from backups. Instead, I copied the entire data after two inital csv imports.
I wonder if a real clean installation can succeed without the history of the artic parquet export. It was difficult for me to find the clue on how to get the CSV files to parpuet (Apache Arrow can help?). But this is another story.
Thanks for the hint about disabling report generation.
Best regards
Ralf
—
Reply to this email directly, [view it on GitHub](#1368 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AA2DQXY6HE5YCBG2D7OSQ7LZH3DIZAVCNFSM6AAAAABFYDV3P2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TOOJTGYYTM).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All
I am on the latest stable version, running on parquet.
Everything is pretty stable but I have an error in running reports.
Can anyone shed any light on the error?
Beta Was this translation helpful? Give feedback.
All reactions