includePatterns property

List<String>? includePatterns
getter/setter pair

The list of patterns to apply for selecting data to include during discovery if only a subset of the data should considered.

For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.

Optional.

Implementation

core.List<core.String>? includePatterns;