-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Job results not saving to postgres table #21
Comments
this is a bug . thank you very much for reporting this @vincerogers . it is just fixed. Please try the latest main or tag v1.1.2 |
Confirmed, that was a quick turnaround! Thank you! |
@gosom - Is there a chance that this fix might have broken the "-emails" capability? I'm not seeing the json emails property populated in my tests, and it looks like they aren't showing up in the csv based export either. |
just run the above (in debug mode) and I got emails |
You are correct, that did produce emails on the output csv. However, when I run basically the same thing at postgres via: Once complete, a query against the result table returns nulls for all emails: Am I doing something wrong? Thanks for your help! |
I will check and let you know. It's a bit late for me now |
I confirmed that it's a bug. I don't think it's trivial to fix and it will take some time. Thanks for reporting |
Is there any update on this? I am trying but am unable to collect emails when using this repo with a database. Using -email flag ONLY when producing seed Using -email flag BOTH when producing seeds and executing jobs Using -email flag ONLY when executing jobs |
Following the readme instructions:
go run main.go -dsn "postgres://postgres:postgres@localhost:5432/postgres" -produce -input example-queries.txt --lang el
go run main.go -c 2 -depth 1 -dsn "postgres://postgres:postgres@localhost:5432/postgres"
The text was updated successfully, but these errors were encountered: