You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/06 05:11:33 UTC

[GitHub] [airflow] goodhamgupta edited a comment on issue #16728: SparkKubernetesOperator to support arguments

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-unsubscribe@airflow.apache.org

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