dimberman commented on a change in pull request #10756:
URL: https://github.com/apache/airflow/pull/10756#discussion_r484612897



##########
File path: docs/concepts.rst
##########
@@ -158,6 +158,96 @@ Example DAG with functional abstraction
 
 .. _concepts:dagruns:
 
+executor_config
+===============
+
+The executor_config is an argument placed into operators that allow airflow 
users to override tasks
+before launch. Currently this is primarily used by the KubernetesExecutor, but 
will soon be available
+for other overrides.
+
+pod_override
+------------
+
+When using the KubernetesExecutor, Airflow offers the ability to override 
system defaults on a per-task basis.
+To utilize this functionality, create a Kubernetes V1pod object and fill in 
your desired overrides.

Review comment:
       *checks PST to poland time converter*
   
   ...
   
   @mik-laj when do you sleep?...




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to