Skip to content

Commit dee3522

Browse files
committed
feat(frontend): add Azure dataset deprecation warning
1 parent 6f5fbc8 commit dee3522

File tree

2 files changed

+2892
-2823
lines changed

2 files changed

+2892
-2823
lines changed

browser/src/DataPage/DataPage.tsx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import styled from 'styled-components'
33

4-
import { ExternalLink, PageHeading } from '@gnomad/ui'
4+
import { Badge, ExternalLink, PageHeading } from '@gnomad/ui'
55

66
import Link from '../Link'
77

@@ -63,6 +63,21 @@ const DataPage = () => {
6363
</TableOfContentsSection>
6464

6565
<TextSection>
66+
<div>
67+
<Badge level="warning">Warning</Badge> Access to gnomAD data in{' '}
68+
<ExternalLink href="https://learn.microsoft.com/en-us/azure/open-datasets/dataset-gnomad">
69+
Azure Open Datasets
70+
</ExternalLink>{' '}
71+
will be deprecated on August 15. Consider transitioning to accessing gnomAD data in{' '}
72+
<ExternalLink href="https://cloud.google.com/public-datasets">
73+
Google Cloud Public Datasets
74+
</ExternalLink>{' '}
75+
or the{' '}
76+
<ExternalLink href="https://registry.opendata.aws/">
77+
Registry of Open Data on AWS
78+
</ExternalLink>
79+
.
80+
</div>
6681
<div>
6782
<SectionTitle id="summary" theme={{ type: 'datasets' }}>
6883
Summary

0 commit comments

Comments
 (0)