The following release notes correspond to September 27, 2021 - October 7, 2021. In addition to these changes, this release includes back-end updates to workflows, Google integrations, and notebooks to improve upcoming features.
Data Repository
- When creating a GCP billing profile, it is now only necessary to request the googleapis.com/auth/cloud-billing scope to authenticate via Swagger and create a GCP billing profile. We previously required the googleapis.com/auth/cloud-platform scope to do the same thing.
- TDR will no longer fail when the same file model is provided more than once in a combined ingest. Additionally, a
resolve_existing_files
parameter can be set. When this istrue
, files provided in a combined ingest that were previously ingested will no longer fail, and the previously ingested files will be tied to the row in the new ingest.
Interactive Analysis (Notebooks, RStudio, Galaxy)
- Fixed a bug where runtimes would get stuck in the "Creating" status for much longer than the intended 30-minute timeout.
- RStudio v3.13.3 is now available in the UI dropdown menu.
Workspaces
- Support for a new
fields
query parameter has been added to the API for GET /api/workspaces/{workspaceNamespace}/{workspaceName}/entityQuery/{entityType} . This parameter allows you to control which attributes are returned in the response payload. If you want there to be no attributes at all in the response, you can specify an empty string, i.e.?fields=
. The value of this parameter is a comma-delimited string, matching the behavior of the same parameter on the list-workspaces API.