Skip to content

Commit 5f43eb1

Browse files
authored
Merge branch 'master' into pinakipb2-patch-1
2 parents d2604e5 + 0283a8c commit 5f43eb1

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

docs-website/src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js

+16
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,22 @@ export default function DocsVersionDropdownNavbarItem({
4242
type: 'html',
4343
value: '<div class="dropdown__link"><b>Archived versions</b></div>',
4444
},
45+
{
46+
value: `
47+
<a class="dropdown__link" href="https://docs-website-eue2qafvn-acryldata.vercel.app//docs/features">0.14.0
48+
<svg width="12" height="12" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg>
49+
</a>
50+
`,
51+
type: "html",
52+
},
53+
{
54+
value: `
55+
<a class="dropdown__link" href="https://docs-website-psat3nzgi-acryldata.vercel.app/docs/features">0.13.1
56+
<svg width="12" height="12" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg>
57+
</a>
58+
`,
59+
type: "html",
60+
},
4561
{
4662
value: `
4763
<a class="dropdown__link" href="https://docs-website-lzxh86531-acryldata.vercel.app/docs/features">0.13.0

docs-website/versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[
2-
"0.14.0",
3-
"0.13.1"
2+
"0.15.0",
3+
"0.14.1"
44
]

docs/automations/bigquery-metadata-sync.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Ensure your service account has the following permissions:
6767
| Propagation Type | DataHub Entity | BigQuery Entity | Note |
6868
| -------- | ------- | ------- | ------- |
6969
| Table Tags as Labels | [Table Tag](https://datahubproject.io/docs/tags/) | [BigQuery Label](https://cloud.google.com/bigquery/docs/labels-intro) | - |
70-
| Column Glossary Terms as Policy Tags | [Glossary Term on Table Column](https://datahubproject.io/docs/0.14.0/glossary/business-glossary/) | [Policy Tag](https://cloud.google.com/bigquery/docs/best-practices-policy-tags) | <ul><li>Assigned Policy tags are created under DataHub taxonomy.</li></ul><ul><li>Only the latest assigned glossary term set as policy tag. BigQuery only supports one assigned policy tag.</li></ul> <ul><li>Policy Tags are not synced to DataHub as glossary term from BigQuery.</li></ul>
70+
| Column Glossary Terms as Policy Tags | [Glossary Term on Table Column](https://datahubproject.io/docs/glossary/business-glossary/) | [Policy Tag](https://cloud.google.com/bigquery/docs/best-practices-policy-tags) | <ul><li>Assigned Policy tags are created under DataHub taxonomy.</li></ul><ul><li>Only the latest assigned glossary term set as policy tag. BigQuery only supports one assigned policy tag.</li></ul> <ul><li>Policy Tags are not synced to DataHub as glossary term from BigQuery.</li></ul>
7171
| Table Descriptions | [Table Description](https://datahubproject.io/docs/api/tutorials/descriptions/) | Table Description | - |
7272
| Column Descriptions | [Column Description](https://datahubproject.io/docs/api/tutorials/descriptions/) | Column Description | - |
7373

0 commit comments

Comments
 (0)