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 2020/03/05 15:46:50 UTC

[GitHub] [airflow] mik-laj commented on issue #7223: [WIP][AIRFLOW-6606] Add uuid to dataflow example

mik-laj commented on issue #7223: [WIP][AIRFLOW-6606] Add uuid to dataflow example
URL: https://github.com/apache/airflow/pull/7223#issuecomment-595298431
 
 
   Hello,
   
   From what I see, a unique prefix is added to each job_name.
   ```
           :param append_job_name: True if unique suffix has to be appended to job name.
           :type append_job_name: bool
   ```
   This option is set by default for operators and hooks. For operators, you cannot turn it off, but for a hook, you have the option to turn it off.
   https://github.com/apache/airflow/blob/master/airflow/providers/google/cloud/hooks/dataflow.py#L563
   
   If I am wrong, I invite you to open the issue again.
   
   Best regards,
   Kamil
   CC: @jaketf 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services