Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
Currently, when a Dataflow job is created with the default name in python, the name is a concatenation of the word "beamapp", the username, and the time in microseconds, as seen here.
Therefore, when two jobs are created by the same user at the same time, the jobs names collide and the second job fails.
However, the Java SDK has already solved this problem, by appending a random hex string to the job name, seen here.
The objective of this issue is to align the python sdk with the java sdk, by appending a random string to the default job name.
Attachments
Issue Links
- links to