LamaAni / KubernetesJobOperator

An airflow operator that executes a task in a kubernetes cluster, given a kubernetes yaml configuration or an image refrence.
57 stars 8 forks source link

Fix logger follow and since times #93

Closed LamaAni closed 9 months ago

LamaAni commented 9 months ago

Fixes:

  1. logger query since command was not writing times correct. The since command should have updated the "sinceTime" query parameter.
  2. logger loopback was stopped since the query exited with no error (Kubernetes sopped the query). If follow is set, then a new query should be created.
  3. Since time should always have a value (to verify value commands).