Skip to content

Commit

Permalink
Update dataflow.py (#19231)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeydelis-AS committed Oct 26, 2021
1 parent 7ecf29f commit eba1b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ def build_dataflow_job_name(job_name: str, append_job_name: bool = True) -> str:

if not re.match(r"^[a-z]([-a-z0-9]*[a-z0-9])?$", base_job_name):
raise ValueError(
f"Invalid job_name ({base_job_name}); the name must consist ofonly the characters "
f"Invalid job_name ({base_job_name}); the name must consist of only the characters "
f"[-a-z0-9], starting with a letter and ending with a letter or number "
)

Expand Down

0 comments on commit eba1b68

Please sign in to comment.