goodhamgupta edited a comment on issue #16728:
URL: https://github.com/apache/airflow/issues/16728#issuecomment-894005544


   Hi @potiuk,
   
   I think I don't understand the issue well enough. I see that for the 
SparkKubernetesOperator, the following code segment:
   ```py
   class SparkKubernetesOperator(BaseOperator):
       """
       """
   
       template_fields = ['application_file', 'namespace']
       template_ext = ('.yaml', '.yml', '.json')
       ui_color = '#f4a460'
   ```
   
   I think this should already allow .json type file to be uploaded from the 
UI? I would appreciate it if you could provide me with any pointers on how to 
start this issue. 😅 
   
   Thanks!
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to