Re: [I] Would it be possible to add 'name' to the list of template fields for EmrServerlessStartJobOperator? [airflow]

2023-11-17 Thread via GitHub
potiuk closed issue #35341: Would it be possible to add 'name' to the list of template fields for EmrServerlessStartJobOperator? URL: https://github.com/apache/airflow/issues/35341 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Would it be possible to add 'name' to the list of template fields for EmrServerlessStartJobOperator? [airflow]

2023-11-15 Thread via GitHub
dacort commented on issue #35341: URL: https://github.com/apache/airflow/issues/35341#issuecomment-1812992924 Thanks for picking this up @sseung00921 ! -- 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

Re: [I] Would it be possible to add 'name' to the list of template fields for EmrServerlessStartJobOperator? [airflow]

2023-11-14 Thread via GitHub
sseung00921 commented on issue #35341: URL: https://github.com/apache/airflow/issues/35341#issuecomment-1809814486 @Taragolis Thanks a lot for your kind comment and hint. All right! I will start. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] Would it be possible to add 'name' to the list of template fields for EmrServerlessStartJobOperator? [airflow]

2023-11-14 Thread via GitHub
Taragolis commented on issue #35341: URL: https://github.com/apache/airflow/issues/35341#issuecomment-1809808174 @sseung00921 Feel free, assigned to you. This task might required to move any calculation/modification of this field from class constructor into the execute method

Re: [I] Would it be possible to add 'name' to the list of template fields for EmrServerlessStartJobOperator? [airflow]

2023-11-14 Thread via GitHub
sseung00921 commented on issue #35341: URL: https://github.com/apache/airflow/issues/35341#issuecomment-1809752674 Hello! I would like to pick up this issue. @Taragolis -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Would it be possible to add 'name' to the list of template fields for EmrServerlessStartJobOperator? [airflow]

2023-11-01 Thread via GitHub
eladkal commented on issue #35341: URL: https://github.com/apache/airflow/issues/35341#issuecomment-1790005650 cc @dacort -- 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.

[I] Would it be possible to add 'name' to the list of template fields for EmrServerlessStartJobOperator? [airflow]

2023-11-01 Thread via GitHub
kostiantyn-lab opened a new issue, #35341: URL: https://github.com/apache/airflow/issues/35341 ### Description We have a use case where we would like to run a job runs in EMR Serverless where the job name should contain the start date. For example: `name="[{{ ds }}] testing"`.