You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing special, the deployment is running on an openshift cluster using Kubernetes Executor only.
What happened?
All tasks with executor_config are not able to run, scheduler complains: INVALID executor_config config
When we use executor_config, we just want to override some of the specs(for instance resource limits), but dag-factory tried to clean all the executor_config generated by Scheduler, then use the one we defined. It should be inherit then override, now it's clean flush then set only the values we defined.
Relevant log output
How to reproduce
Any task with executor_config pod_override settings, for instance resource limits.
Anything else :)?
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
Contact Details
No response
The text was updated successfully, but these errors were encountered:
DAG Factory version
0.22
airflow version
2.10.5
Python version
3.12
Deployment
Official Apache Airflow Helm Chart
Deployment details
Nothing special, the deployment is running on an openshift cluster using Kubernetes Executor only.
What happened?
Relevant log output
How to reproduce
Any task with executor_config pod_override settings, for instance resource limits.
Anything else :)?
No response
Are you willing to submit PR?
Contact Details
No response
The text was updated successfully, but these errors were encountered: