Class BigQueryRegex (3.14.0)

BigQueryRegex(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A pattern to match against one or more tables, datasets, or projects that contain BigQuery tables. At least one pattern must be specified. Regular expressions use RE2 syntax <https://github.com/google/re2/wiki/Syntax>__; a guide can be found under the google/re2 repository on GitHub.

Attributes

NameDescription
project_id_regex str
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
dataset_id_regex str
If unset, this property matches all datasets.
table_id_regex str
If unset, this property matches all tables.