amoghrajesh commented on issue #50025:
URL: https://github.com/apache/airflow/issues/50025#issuecomment-2857390499

   > Couldn't you just change from file to JSON string in 
(kubernetes_executor_utils.py)
   > 
   > ```
   >                 command = [
   >                     "python",
   >                     "-m",
   >                     "airflow.sdk.execution_time.execute_workload",
   >                     "--json-string",
   >                     "<dummy>",
   >                 ]
   > ```
   > 
   > Then just update the construct pod in pod_generator.py to accept the 
escaped string?
   
   Not a bad idea either, AWSExecutor already does that, and we should be able 
to do it too. We should take care that we redact it in executor if its printed 🗡


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

To unsubscribe, e-mail: [email protected]

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

Reply via email to