-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Summary
The downsampler and influxdb_to_iceberg plugins support both scheduled and http trigger types, but their HTTP request parameters are not formally documented in the plugin metadata or README files.
Current State
- Both plugins have
scheduled_args_configin their docstrings - Neither has
http_args_configfor HTTP-specific parameters - HTTP handlers accept parameters via request body that differ from scheduled trigger arguments
downsampler
HTTP mode uses different/additional parameters:
backfill_start,backfill_endinstead ofwindowbatch_sizefor chunked processingtag_valuesas JSON object instead of string format
influxdb_to_iceberg
Likely similar situation — needs code review to identify HTTP-specific parameters.
Recommended Actions
- Review
process_requestfunctions in both plugins to identify all HTTP parameters - Add
http_args_configto plugin docstrings for Explorer UI support - Add
### HTTP request parameterssection to READMEs following the pattern inprophet_forecasting
Related
- Prophet forecasting already has separate sections:
### Scheduled trigger parametersand### HTTP request parameters - See commit ab1b21f for the pattern to follow
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels