kaxil commented on a change in pull request #9903:
URL: https://github.com/apache/airflow/pull/9903#discussion_r458203318



##########
File path: airflow/config_templates/config.yml
##########
@@ -2173,6 +2173,13 @@
       type: string
       example: ~
       default: ""
+    - name: pod_mutation_using_k8s_pod

Review comment:
       https://docs.python.org/3/library/typing.html#typing.Union
   
   ```
   Union type; Union[X, Y] means either X or Y.
   
   To define a union, use e.g. Union[int, str].
   ```




----------------------------------------------------------------
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