rs_workflows/cadip_flow.md
Cadip flow implementation
search(env, cadip_collection_identifier, session_identifier, error_if_empty=False)
async
Search Cadip sessions.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
env
|
FlowEnvArgs
|
Prefect flow environment (at least the owner_id is required) |
required |
cadip_collection_identifier
|
str
|
CADIP collection identifier (to know the station) |
required |
session_identifier
|
str
|
Session identifier |
required |
error_if_empty
|
bool
|
Raise a ValueError if the results are empty. |
False
|
Source code in docs/rs-client-libraries/rs_workflows/cadip_flow.py
24 25 26 27 28 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 | |
search_task(*args, **kwargs)
async
See: search
Source code in docs/rs-client-libraries/rs_workflows/cadip_flow.py
66 67 68 69 | |