Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 3.89 KB

File metadata and controls

38 lines (33 loc) · 3.89 KB

DatabricksUnityCatalogExportEditsResponse

Example Usage

import { DatabricksUnityCatalogExportEditsResponse } from "galileo-generated/models";

let value: DatabricksUnityCatalogExportEditsResponse = {
  editIds: [
    "<value 1>",
    "<value 2>",
  ],
  results: [
    "<value 1>",
    "<value 2>",
  ],
};

Fields

Field Type Required Description
task string N/A
filterParams models.FilterParams N/A
compareTo models.Split N/A
mapThreshold number N/A
allBut boolean N/A
fileType models.FileType N/A
includeCols string[] N/A
colMapping Record<string, string> N/A
hfFormat boolean N/A
taggingSchema models.TaggingSchema N/A
editIds string[] ✔️ N/A
editOverrides models.EditOverride[] N/A
onlyExportEdited boolean N/A
minReviews number N/A
results any[] ✔️ N/A