cancerDHC / sheet2linkml

Python package for conversion of Google Sheet to LinkML for CCDH
Apache License 2.0
1 stars 3 forks source link

Add GitHub Actions for generating the CRDC-H model in LinkML from the Google Sheets #13

Open gaurav opened 3 years ago

gaurav commented 3 years ago

It might be most convenient to set this up as a development branch that is autogenerated at either regular intervals or whenever the Google Sheets document changes. We could add this development version to the website using Mike (see cancerDHC/ccdhmodel#15).

Before we tackle this, I think it's important to identify the actual requirements from the other CRDC-H teams: do we expect to support the Google Sheets to LinkML generation process for several more months, or do we expect that they'll transition to using the YAML file directly in the next few weeks? If the latter, will the be comfortable generating the artifacts locally, or would they like us to do that in the PR as part of the development process?

sujaypatil96 commented 3 years ago

Just making a note on this issue with a link to this post. The post describes how we can setup the google_api_credentials.json and .env credential files so Github Actions can use it when it's trying to run the sheet2linkml CLI.