View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoverySpec (google_api_dataplex v0.15.0)

Settings to manage the metadata discovery and publishing for an asset.

Attributes

  • csvOptions (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions.t, default: nil) - Optional. Configuration for CSV data.
  • enabled (type: boolean(), default: nil) - Optional. Whether discovery is enabled.
  • excludePatterns (type: list(String.t), default: nil) - Optional. The list of patterns to apply for selecting data to exclude during discovery. 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.
  • includePatterns (type: list(String.t), default: nil) - Optional. 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.
  • jsonOptions (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.t, default: nil) - Optional. Configuration for Json data.
  • schedule (type: String.t, default: nil) - Optional. Cron schedule (https://en.wikipedia.org/wiki/Cron) for running discovery periodically. Successive discovery runs must be scheduled at least 60 minutes apart. The default value is to run discovery every 60 minutes. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, CRON_TZ=America/New_York 1 , or TZ=America/New_York 1 .

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoverySpec{
  csvOptions:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions.t()
    | nil,
  enabled: boolean() | nil,
  excludePatterns: [String.t()] | nil,
  includePatterns: [String.t()] | nil,
  jsonOptions:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.t()
    | nil,
  schedule: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.