oss-know / airflow-jobs

Apache License 2.0
6 stars 19 forks source link

Fix/maillist archive enrich num mismatch #79

Closed crystaldust closed 2 years ago

crystaldust commented 2 years ago

Fix the bug that enriched mailling list items' project name and mail list name don't match the original.

This is caused that when enriching, glab-elk enrich backend tries to fetch original date item by its peering (original) backend, and without passing any filter, it'll go over all the index to fetch item and behave unexpectedly.

This can be solved by adding a filter field to the data item, then data item can be fetched by the (original) backend.