You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description Data of an export record associated with a history that was archived.
12309
12309
*/
12310
12310
ExportRecordData: {
12311
+
/**
12312
+
* Ignore Errors
12313
+
* @description Last resort. If True, skip serialization errors caused by missing provenance (e.g. orphan implicit collection job associations, null job param refs from older histories that pre-date collections) instead of failing. Exported data may be incomplete or corrupt.
12314
+
* @default false
12315
+
*/
12316
+
ignore_errors: boolean;
12311
12317
/**
12312
12318
* Include deleted
12313
12319
* @description Include file contents for deleted datasets (if include_files is True).
* @description Last resort. If True, skip serialization errors caused by missing provenance (e.g. orphan implicit collection job associations, null job param refs from older histories that pre-date collections) instead of failing. Exported data may be incomplete or corrupt.
25765
+
* @default false
25766
+
*/
25767
+
ignore_errors: boolean;
25781
25768
/**
25782
25769
* Include deleted
25783
25770
* @description Include file contents for deleted datasets (if include_files is True).
* @description Last resort. If True, skip serialization errors caused by missing provenance (e.g. orphan implicit collection job associations, null job param refs from older histories that pre-date collections) instead of failing. Exported data may be incomplete or corrupt.
25802
+
* @default false
25803
+
*/
25804
+
ignore_errors: boolean;
25812
25805
/**
25813
25806
* Include deleted
25814
25807
* @description Include file contents for deleted datasets (if include_files is True).
0 commit comments