Skip to content

Commit 8cf7c7d

Browse files
committed
upkeep: fjernet updaterte lenker
Hvis vi skal ha lenke til vår kode så må vi vedlikeholde koden.
1 parent e415e74 commit 8cf7c7d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/persistence/bigquery/README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ started with BigQuery for your applications.
1414

1515
Full documentation of all available options can be found over at: [`spec.gcp.bigQueryDatasets[]`](../../workloads/application/reference/application-spec.md#gcpbigquerydatasets).
1616

17-
Example of an application using a `nais.yaml` provisioned BigQuery Dataset can be found here: [testapp](https://github.com/nais/testapp/blob/master/pkg/bigquery/bigquery.go).
18-
19-
## Caveats to be aware of
17+
## Caveats
2018

2119
=== "Automatic Deletion"
2220
Once a BigQuery Dataset is provisioned, it will not be automatically deleted - unless one explicitly sets [`spec.gcp.bigQueryDatasets[].cascadingDelete`](../../workloads/application/reference/application-spec.md#gcpbigquerydatasetscascadingdelete) to `true`.
@@ -27,8 +25,6 @@ Example of an application using a `nais.yaml` provisioned BigQuery Dataset can b
2725
The name of your Dataset must be unique within your team's GCP project.
2826
=== "Updates/Immutability"
2927
The NAIS Manifest does not currently support updating any setting of existing BigQuery Datasets.
30-
<br/>
31-
Thus, if you want a read-connection to a already-created BigQuery Dataset, take a look at [nais/dp](https://github.com/nais/dp/#dp).
3228
=== "K8s resource naming"
3329
Since Kubernetes does not permit underscores (`_`) in the names of any K8s resource, any underscores will be converted to hyphens (`-`).
3430

0 commit comments

Comments
 (0)