Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on January 13, 2023 5:16AM
Likes: 0
Replies: 2
Hi Everyone,
I am trying to export an PDF copy of dashboard using scenario. However, I am getting the following error (during both manual as well as automatic export process):
java.io.IOException node:internal/modules/cjs/loader:936 throw err; ^Error: Cannot find module 'puppeteer' Require stack:- /app/software/release/dataiku-dss-9.0.3/resources/graphics-export/export-dashboards.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object.<anonymous> (/app/software/release/dataiku-dss-9.0.3/resources/graphics-export/export-dashboards.js:25:19) at Module._compile (node:internal/modules/cjs/loader:1105:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) { code: 'MODULE_NOT_FOUND', requireStack: [ '/app/software/release/dataiku-dss-9.0.3/resources/graphics-export/export-dashboards.js' ]}
I would appreciate for any suggestions to resolve the above issue.
More context:
Following is the step in the scenario
The flow looks as:
The data used for creating dashboard is in 'kpis' and 'kpi_dashboard' is the destination managed folder.
Operating system used: macos
DATA_DIR/bin/dssadmin install-graphics-export
This is explained here Setting up DSS item exports to PDF or images.
thank you, @CatalinaS
, for your response - yeah, I spoke to dataiku admin at our organization on Friday, I was told they would fix this issue when they upgrade to next version at our organization.