Skip to content

Add possibility of excluding malformed webrequest rows to refine_webrequest_hourly_dag

Mforns requested to merge add-exclude-row-to-webrequest into main

Sometimes the webrequest refine task fails because one or a few rows are malformed. This change will allow to exclude those rows from the computation by hostname and sequence id. The user should add those to the DAG's UI variable (via VariableProperties) and re-run the task.

Merge request reports