rs_workflows/dpr_flow.md
DPR flow implementation
run_processor(env, processor, cluster_info, s3_payload_run)
async
Run the DPR processor.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
env
|
FlowEnvArgs
|
Prefect flow environment |
required |
processor
|
DprProcessor
|
DPR processor name |
required |
s3_payload_run
|
str
|
S3 bucket location of the output final DPR payload file. |
required |
Source code in docs/rs-client-libraries/rs_workflows/dpr_flow.py
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | |