Skip to content

Commit

Permalink
feat: add direct controller for BigQueryDataset
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweim committed Oct 30, 2024
1 parent ecc6024 commit dcc47be
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 322 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
its access needs to be granted again via an update operation.'
properties:
dataset:
description: The dataset this entry applies to
description: The dataset this entry applies to.
properties:
datasetId:
description: A unique Id for this dataset, without the
Expand All @@ -85,6 +85,9 @@ spec:
projectId:
description: The ID of the project containing this dataset.
type: string
required:
- datasetId
- projectId
type: object
targetTypes:
description: Which resources in the dataset this entry applies
Expand All @@ -93,6 +96,9 @@ spec:
items:
type: string
type: array
required:
- dataset
- targetTypes
type: object
domain:
description: '[Pick one] A domain to grant access to. Any users
Expand Down Expand Up @@ -143,6 +149,10 @@ spec:
only letters (a-z, A-Z), numbers (0-9), or underscores
(_). The maximum length is 256 characters.
type: string
required:
- datasetId
- projectId
- routineId
type: object
specialGroup:
description: |-
Expand Down Expand Up @@ -183,6 +193,10 @@ spec:
allow suffixing of the table Id with a partition decorator,
such as `sample_table$20190123`.
type: string
required:
- datasetId
- projectId
- tableId
type: object
type: object
type: array
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dcc47be

Please sign in to comment.