includePatterns property
Defines the data to include during discovery when only a subset of the data should be considered.
Provide a list of patterns that identify the data to include. For Cloud Storage bucket assets, these patterns are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these patterns are interpreted as patterns to match table names.
Optional.
Implementation
core.List<core.String>? includePatterns;