kaxil commented on a change in pull request #10393:
URL: https://github.com/apache/airflow/pull/10393#discussion_r477529000
##########
File path: airflow/example_dags/example_kubernetes_executor_config.py
##########
@@ -52,60 +53,67 @@ def test_volume_mount():
start_task = PythonOperator(
task_id="start_task",
python_callable=print_stuff,
- executor_config={
- "KubernetesExecutor": {
Review comment:
> The problem I'm seeing is that k8s.V1Pod objects aren't serializable
into dictionaries. Not sure how to get around that and would rather not
optimize for a future I don't think will come
We will need it for DAG Serialization too, is it not possible to convert
V1Pod to dict ? I thought each k8s object had some kind of method for that
----------------------------------------------------------------
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]