snjypl / airflow-provider-grafana-loki

Airflow Provider plugin for writing and reading task logs to and from Grafana Loki
Apache License 2.0
24 stars 4 forks source link

Configurable log reading range #14

Closed ckljohn closed 11 months ago

ckljohn commented 11 months ago

https://github.com/snjypl/airflow-provider-grafana-loki/blob/943e0c8795c4accd09fd38ea371877bc3ec6e424/grafana_loki_provider/log/loki_task_handler.py#L118

Can we make this configurable? -15D, +5D is a bit too much.

ckljohn commented 11 months ago

Oh, it is a duplication of #10