Skip to content

[bigquery] Add dataset access constraint for bigquery source #873

@vksinha10

Description

@vksinha10

Prerequisites

What are you trying to do that currently feels hard or impossible?

for bigquery, i have lots of datasets in my environment. i dont want to query all the datasets. i want only specific datasets. As of now we dont have that.

Suggested Solution(s)

can we add it something like this
sources:
my-bigquery-source:
kind: "bigquery"
project: "my-project-id"
dataset_id: "dataset_id"

Alternatives Considered

No response

Additional Details

No response

Metadata

Metadata

Labels

product: bigqueryBigQuerytype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions