You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/persistence/bigquery/README.md
+1-5
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ started with BigQuery for your applications.
14
14
15
15
Full documentation of all available options can be found over at: [`spec.gcp.bigQueryDatasets[]`](../../workloads/application/reference/application-spec.md#gcpbigquerydatasets).
16
16
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
20
18
21
19
=== "Automatic Deletion"
22
20
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
27
25
The name of your Dataset must be unique within your team's GCP project.
28
26
=== "Updates/Immutability"
29
27
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).
32
28
=== "K8s resource naming"
33
29
Since Kubernetes does not permit underscores (`_`) in the names of any K8s resource, any underscores will be converted to hyphens (`-`).
0 commit comments