MigrationReport

Report containing the results of a migration run. This report is generated at the specified path in the BigLakeMetastoreMigrationConfig after the backfill is complete, or when a dry run is executed.

JSON representation
{
  "summary": {
    object (MigrationSummary)
  },
  "catalogReports": [
    {
      object (CatalogReport)
    }
  ]
}
Fields
summary

object (MigrationSummary)

Output only. High-level summary of the migration results.

catalogReports[]

object (CatalogReport)

Output only. Detailed results for each catalog involved in the migration.