This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

gcp_metastore_metadata_import

ancestors

Type: UNORDERED_LIST_STRING

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Output only. The time when the metadata import was started.

database_dump

Type: STRUCT
Provider name: databaseDump
Description: Immutable. A database dump from a pre-existing metastore’s database.

  • database_type
    Type: STRING
    Provider name: databaseType
    Description: The type of the database.
    Possible values:
    • DATABASE_TYPE_UNSPECIFIED - The type of the source database is unknown.
    • MYSQL - The type of the source database is MySQL.
  • gcs_uri
    Type: STRING
    Provider name: gcsUri
    Description: Optional. A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://.
  • source_database
    Type: STRING
    Provider name: sourceDatabase
    Description: Optional. The name of the source database.
  • type
    Type: STRING
    Provider name: type
    Description: Optional. The type of the database dump. If unspecified, defaults to MYSQL.
    Possible values:
    • TYPE_UNSPECIFIED - The type of the database dump is unknown.
    • MYSQL - Database dump is a MySQL dump file.
    • AVRO - Database dump contains Avro files.

description

Type: STRING
Provider name: description
Description: Optional. The description of the metadata import.

end_time

Type: TIMESTAMP
Provider name: endTime
Description: Output only. The time when the metadata import finished.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: Immutable. Identifier. The relative resource name of the metadata import, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

state

Type: STRING
Provider name: state
Description: Output only. The current state of the metadata import.
Possible values:

  • STATE_UNSPECIFIED - The state of the metadata import is unknown.
  • RUNNING - The metadata import is running.
  • SUCCEEDED - The metadata import completed successfully.
  • UPDATING - The metadata import is being updated.
  • FAILED - The metadata import failed, and attempted metadata changes were rolled back.

tags

Type: UNORDERED_LIST_STRING

update_time

Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The time when the metadata import was last updated.