The following release notes correspond to June 28, 2022 - July 5, 2022. This release also includes back-end updates to the Data Repository, workflows, interactive analysis, user interface, and Google integrations to improve upcoming features.
Cloud Integrations
- Three new APIs are now available at api.firecloud.org; these were previously available only at rawls.dsde-prod.broadinstitute.org. The three APIs are:
- rename entity type, aka rename data table, at PATCH /api/workspaces/{workspaceNamespace}/{workspaceName}/entityTypes/{entityType}
- delete all entities of type, aka delete data table, at DELETE /api/workspaces/{workspaceNamespace}/{workspaceName}/entityTypes/{entityType}
- rename entity attribute, aka rename data table column, at PATCH /api/workspaces/{workspaceNamespace}/{workspaceName}/entityTypes/{entityType}/attributes/{attributeName}
User Interface
- We've added a card for RARE-X to https://app.terra.bio/#library/datasets
Data Repo
- The TDR user interface now displays more information about a dataset or snapshot's schema, such as datatype, whether it is a primary key, whether it's an array and whether is't required.
- Dataset assets that are used in snapshots can no longer be deleted if the snapshot(s) using those assets is/are not deleted first.
- TDR will now automatically retry ingest requests failing with a google internal server error.