Hussein Awala
Hussein Awala
Thank you @potiuk for these helpful information, indeed the scheme could be delimited by `:`. Could you check it after my last commit? I added a new condition to handle...
Great idea! It would be very helpful.
For more context, I updated the behavior of `expand_kwargs` in 2.7.1 by https://github.com/apache/airflow/pull/32272 to fix https://github.com/apache/airflow/issues/32260. If we don't do this, we won't be able to use templates in mapped...
> I'd like to help but don't understand how to run this test, seems it needs to be used against local vault server localhost:8081? They are unit tests and not...
Congrats on your first commit 🎉
According to the documentation, the endpoint `details` should return a simplified representation of DAG, but IMHO it's a good idea to add an argument to include the tasks in this...
This log is very strange; for example, for the pod starting wait, the check is running in a loop, and there are no other log statements: https://github.com/apache/airflow/blob/2c15dc9dd1b360bcb3b6d6c2e41e50ef0d97801e/airflow/providers/cncf/kubernetes/utils/pod_manager.py#L355-L366 These log messages...
@potiuk according to the provided log: ``` 2024-01-03T21:31:59.286+0000 | WARNING | Pod not yet started: my-pod-name-xutbmgq3 2024-01-03T21:32:00.313+0000 | WARNING | Pod not yet started: my-pod-name-xutbmgq3 2024-01-03T21:32:00.694053856Z 2024-01-03T21:32:00.694107912Z 2024-01-03T21:32:00.694384093Z 2024-01-03T21:32:00.694416033Z 2024-01-03T21:32:00.694514264Z...
> pod/airflow-scheduler-77b484b6d5-hfjlz 0/2 Init:0/1 3 (50s ago) Did you check why the scheduler (and the other services) pods restart? Do you have any error in the log?
It would be great if we add this feature to the helm chart, but it won't be an easy task, because to implement it we will need to add a...