m2lines / data-gallery

https://m2lines.github.io/data-gallery/
Apache License 2.0
0 stars 2 forks source link

Leaphub Service Account for execution of Jupyter notebooks. #49

Open suryadheeshjith opened 5 months ago

suryadheeshjith commented 5 months ago

Notebooks included in the lines here are excluded from execution during builds because these notebooks can only be executed on leaphub. To enable running these notebooks, we would need a leaphub service account.

jbusecke commented 5 months ago

This would just need read access to the storage buckets, correct?

suryadheeshjith commented 5 months ago

Yes.

jbusecke commented 5 months ago

I added a key for a read only service account as LEAP_GCP_SERVICE_ACCOUNT but we need to authenticate this during the actual build of the book (I think). I need to test and see how we can do that.

One thing that would be helpful is a PR that executes ALL books (which will now fail with some sort of auth error) I can then work on that directly to fix this issue.