Skip to content

Commit 6a9f04a

Browse files
authored
dataflow: removed negative lookahead (GoogleCloudPlatform#3512)
The service uses RE2 and doesn't support negative lookaheads
1 parent 6129f86 commit 6a9f04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataflow/flex-templates/streaming_beam_sql/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"label": "Pub/Sub input subscription.",
88
"helpText": "Pub/Sub subscription to read from.",
99
"regexes": [
10-
"(?!goog)[a-zA-Z][-_.~+%a-zA-Z0-9]{2,}"
10+
"[a-zA-Z][-_.~+%a-zA-Z0-9]{2,}"
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)