ferruzzi commented on issue #15434:
URL: https://github.com/apache/airflow/issues/15434#issuecomment-947023942
I can take this one on.
To double-check my understanding, can you confirm this is the desired
behavior:
| name | randomize_name_suffix | pod_template_file or full_pod_spec |
result |
|----------|-----------------------|------------------------------------|----------------------------------------------------------|
| provided | True | False |
name-{random_suffix} |
| provided | False | False |
name (no suffix) |
| provided | True | True |
name-{random_suffix} |
| provided | False | True |
name (no suffix) |
| None | True | False |
exception |
| None | False | False |
exception |
| None | True | True |
get base name from spec or file and append random suffix |
| None | False | True |
return None |
--
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]