Paramjeet B
Paramjeet B
class Service(models.Model): service_type = models.CharField(max_length=50) country = models.CharField(max_length=60) state = models.CharField(max_length=60) website = models.CharField(max_length=100) request_date = models.DateTimeField(verbose_name="Enquiry Date", auto_now_add = True) response = models.BooleanField(default=False) class Meta: abstract = True def...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.3 ### What happened? We are facing intermittent json error...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.3 ### What happened? The tasks are in queued state...
/kind bug **What happened?** We are receiving the below error but no issues are seen in accessing the PVC. `"GRPC error" err="rpc error: code = Aborted desc = An operation...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.3 ### What happened? The airflow terminated the task, scheduling...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.3 ### What happened? Statsd stopped sending metrics while we...
We are facing this issue in airflow and think it's due to python kubernetes-client. Earlier repo issue : https://github.com/kubernetes-client/python-base/issues/190 Airflow issue : https://github.com/apache/airflow/issues/39267 Error log : ``` [2024-04-26, 00:21:32 IST]...
The proposed changes to the [find_pod](https://github.com/apache/airflow/blob/2.8.3/airflow/providers/cncf/kubernetes/operators/pod.py#L535) method will ensure it selects only pods that are in the running state, effectively ignoring pods that are in the terminating state. This adjustment...