-
Notifications
You must be signed in to change notification settings - Fork 0
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
output a ZIP with JSON and CSV versions of all outputs #36
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #36 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 21 21
Lines 997 1021 +24
=====================================
- Misses 997 1021 +24 ☔ View full report in Codecov by Sentry. |
I get this error when running locally:
|
how does one "run locally" now? like, what exactly does that mean? let me explain better so it doesn't sound snarky.... if one were to load/install the workflow.pacta.dashboard and run if it's happening in an environment that you're sure there are outputs in the directory defined by |
I have a
and call: docker compose up --build |
hmmm, ok I don't really know how that works and don't see it documented anywhere... I'll try and see if I can run it somehow and maybe get a similar result as to what you're getting |
And for flavour, when I do this from
Created a new issue for documentation 😊 |
And for reference, when I run the same thing (same lsd --group-dirs first -A ~/Downloads/test_dashboard_outputs/
data_company_bubble.json data_techexposure_company_companies.json
data_emissions.json data_techexposure_company_portfolio.json
data_emissions_pie_bonds.json data_techmix_sector.json
data_emissions_pie_equity.json data_trajectory_alignment.json
data_exposure_stats.json data_value_pie_bonds.json
data_included_table.json data_value_pie_equity.json
data_techexposure.json and I get an identical output when running from this branch, so the zipping doesn't seem to be happening |
ok, I'll have to wait until I can run it the way you're running it because I can't replicate any of that. If I just run the functions themselves without any fancy stuff, they work as expected, which makes me suspect that something is different in that environment with the directories it is pointing or, possibly that the Docker environment is resistant to the function making a temp directory? 🤷🏻 |
We can pair and have a look tomorrow |
archive.zip
#27