How to reference git repo for custom visualisation

I'd like to add a custom JS vi sualisation using a URL into my project. When I use a github URL, for example: https://github.com/looker-open-source/viz-spider-marketplace/blob/master/spider.js

My visualisation appears as an option in the Explore but I can't load any viz. How can I properly refernce a github URL to use in Looker?

sarah_hussain1_0-1737734840223.png

 

I'm using this kind of code in my manifest:

visualization: {
  id: "demo-visualization-dev"
  label: "Demo Viz"
  url: "https://abc-test.com/viz-destination/demo.js"
  sri_hash: "xyz"
  dependencies: ["https://xyz/jquery.min.js","","",""]
}

 

0 1 148
1 REPLY 1

I think this article is still correct.