Logo
Type aliases

PipelineFileUpdateDispatcherConfig

PipelineFileUpdateDispatcherConfig = object

Defined in: packages/cloud/src/client/types.gen.ts:6236

Schema for the parameters of a load files job.

Properties

type?

optional type: "pipeline_file_update_dispatcher"

Defined in: packages/cloud/src/client/types.gen.ts:6237


pipeline_file_ids?

optional pipeline_file_ids: string[] | null

Defined in: packages/cloud/src/client/types.gen.ts:6241

The IDs for the files this execution ran against.


should_delete?

optional should_delete: boolean | null

Defined in: packages/cloud/src/client/types.gen.ts:6245

Whether to delete the files


delete_info?

optional delete_info: DeleteParams | null

Defined in: packages/cloud/src/client/types.gen.ts:6249

The parameters for the delete job.