-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data stored in SQL is getting deleted #33
Comments
Hello, Now facing this issue |
I'll take a look at this issue, seems to be somewhere in the Rust engine. Could you post your config file so I can try to reproduce this? Also just to confirm, are you using the latest release? |
Yes I am uisng latest releawe. The config file is as below log: # Log settings. Debug will severely decrease performance schedule: 0 1 0 # How often to run in days/hours/minutes. Program will never exit and run on the schedule. Uncomment to use.maxThreads: 50 # Maximum number of simultaneous threads retrieving logs Ther error is now as below with Debug Starting new HTTPS connection (1): login.microsoftonline.com:443 See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-ve |
I've located and fixed the crashing issue in the rust engine. I'll set up a sql db this weekend to try and reproduce that issue. Are you working with an azure sql instance or running your own server? |
I have my own server |
Hello, Any update when you will release patched version. Thanks |
Hello,
I have saved the output to SQL. But i see that data is getting deletd from the tables. Also no last_run file is getting created under windows. I have schedueld task to run the script every hour.
Thanks
The text was updated successfully, but these errors were encountered: