Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fc5928

Browse files
authored
Removed negative lookahead (GoogleCloudPlatform#4490)
The service uses RE2 and doesn't support negative lookaheads
1 parent 6388bd7 commit 7fc5928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataflow/flex-templates/streaming_beam/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"label": "Input PubSub subscription.",
88
"helpText": "Name of the input PubSub subscription to consume 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)