PipelineFileUpdaterConfig
PipelineFileUpdaterConfig =
object
Defined in: packages/cloud/src/client/types.gen.ts:6675
Schema for the parameters of a load files job.
Properties
custom_metadata?
optional
custom_metadata: {[key
:string
]:unknown
; } |null
Defined in: packages/cloud/src/client/types.gen.ts:6679
The custom metadata to attach to the documents.
resource_info?
optional
resource_info: {[key
:string
]:unknown
; } |null
Defined in: packages/cloud/src/client/types.gen.ts:6685
The resource info about the file
type?
optional
type:"pipeline_file_updater"
Defined in: packages/cloud/src/client/types.gen.ts:6688
should_delete?
optional
should_delete:boolean
|null
Defined in: packages/cloud/src/client/types.gen.ts:6692
Whether to delete the files
should_parse?
optional
should_parse:boolean
|null
Defined in: packages/cloud/src/client/types.gen.ts:6696
Whether to parse the files
delete_info?
optional
delete_info:DeleteParams
|null
Defined in: packages/cloud/src/client/types.gen.ts:6700
The parameters for the delete job.
is_new_file?
optional
is_new_file:boolean
Defined in: packages/cloud/src/client/types.gen.ts:6704
Whether the file is new
data_source_project_file_changed?
optional
data_source_project_file_changed:boolean
Defined in: packages/cloud/src/client/types.gen.ts:6708
Whether the data source project file has changed