Open plc1220 opened 7 months ago
proceded with npm install --legacy-peer-deps, not sure if this is the best way
built and uploaded the bundle.js and changed manifest.lkml accordingly, unfortunately nothing shows up in the application nav bar
Dashboard Summarization is going to exist as an Extension in a dashboard tile, which changes how it's accessed in the Looker UI. This doc release details Extensions in tiles (new as of Looker v24.0). Once Extension Framework is enabled in the Looker -> Admin panel, navigate to any dashboard -> enter edit mode -> click "Add" and there should be an "Extension" option.
As per the dependency conflict, we can look into resolve that 👍🏾
Hi Luka, thanks for the reply. The dashboard summarisation extension is not found in marketplace yet, it'll be nice if you can share a rough timeline/roadmap for reference, or if the error can be rectified so we can have a sneak peak of the feature. On the other notes, not sure if its the right occasion, but I'm very much interested in the dashboard matching feature too but it seems to be archived. Also it'll be really cool if the gen-ai extensions can be embedded within the atomfashion demo. :)
Sorry for the many requests, and thanks for all the hard work on making Looker a cool product!
After this command, one may face issue with webpack for running the extension. Steps to resolve.
update: "webpack-dev-server": "^3.11.2"
then run below command npm install --legacy-peer-deps
then run: yarn develop
@LukaFontanilla @jeremytchang @drstrangelooker Hi all, I will really appreciated if could help below please.
When 5. start the development server npm run develop, its giving below [webpack-cli] Error, however, when npm run build then it created bundle.js file in local project directory in cloud shell. I could see a Dashboard extension in my Application but when i open the extension or add this on tiles, it giving error massage "Cannot connect to extension". Any help will really appreciated . Many thanks
[webpack-cli] Error: Unknown option '--disable-host-check' [webpack-cli] Run 'webpack --help' to see available commands and options
Running npm install from root directory for looker extension, error as below: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: dashboard-summarization@0.0.1 npm ERR! Found: react@18.2.0 npm ERR! node_modules/react npm ERR! react@">=18" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.14.0" from @looker/extension-sdk-react@23.20.0 npm ERR! node_modules/@looker/extension-sdk-react npm ERR! @looker/extension-sdk-react@"23.20.0" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Please advice, thanks!