DataDocumentation scan related spec.
| JSON representation |
|---|
{
"catalogPublishingEnabled": boolean,
"generationScopes": [
enum ( |
| Fields | |
|---|---|
catalogPublishingEnabled |
Optional. Whether to publish result to Dataplex Catalog. |
generationScopes[] |
Optional. Specifies which components of the data documentation to generate. Any component that is required to generate the specified components will also be generated. If no generation scope is specified, all available documentation components will be generated. |
GenerationScope
The data documentation generation scope. This field contains the possible components of a data documentation scan which can be selectively generated.
| Enums | |
|---|---|
GENERATION_SCOPE_UNSPECIFIED |
Unspecified generation scope. If no generation scope is specified, all available documentation components will be generated. |
ALL |
All the possible results will be generated. |
TABLE_AND_COLUMN_DESCRIPTIONS |
Table and column descriptions will be generated. |
SQL_QUERIES |
SQL queries will be generated. |