You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is workflow there is workflow to sync the staging version of the data model with the BQ tables. Used to help populate attribute description. This is still currently in use, but @PozhidayevaDarya has not run it for a little while. TBD on updating this to include the attributes listed here AND update this so that it is no longer pointing to staging.
As a data manager for HTAN I would like our internal BigQuery `htan-dcc:metadata tables to include
data-model_main
- a accurate reflection of the main branch of the data modeldata-model_vYY.MM.minor
: a table for every version of the data modeldata-model_latest
a table that reflects the latest released version of the data modelThis allows us to ensure that we can use this in queries against our submitted manifests or other information held in BigQuery
We can extend the bq-schema workflow as follows
Add running when a release is created
Add a job to create a versioned table if the event name is release
Then duplicate the versioned table as latest
The text was updated successfully, but these errors were encountered: